🎛️
AI EngineeringTypeScript

Mission Control

by builderz-labs

Mission Control is an AI Engineering skill for Claude Code, published by builderz-labs in mission-control.

6K stars40 forkson builderz-labs/mission-controlAdded 2026/08/15Repository updated 2026/08/12
agent-observabilityagent-operationsagent-orchestrationai-agentsclaude-codecodexdeveloper-toolsmcpnextjsopen-sourceopenclawself-hostedsqlitetask-managementtypescript
Install in seconds
Install Mission Control
Copy Mission Control into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/builderz-labs/mission-control ~/.claude/skills/mission-control

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/builderz-labs/mission-control.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in builderz-labs/mission-control
Installs to
~/.claude/skills/mission-control
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Mission Control does

Mission Control provides programmatic access to the Mission Control AI agent orchestration dashboard. Use it to register agents, manage tasks, sync skills, and query agent/task status via MC APIs.

Mission Control is cataloged under AI Engineering on DirSkills. Mission Control comes from a repository tagged agent-observability, agent-operations, agent-orchestration, ai-agents and claude-code.

Documentation

README

Mission Control Agent Skill

Mission Control (MC) is an AI agent orchestration dashboard with real-time SSE/WebSocket, a skill registry, framework adapters, and RBAC. This skill teaches agents how to interact with MC APIs programmatically.

Quick Start

Base URL: http://localhost:3000 (default Next.js dev) or your deployed host.

Auth header: x-api-key: <your-api-key>

Register + heartbeat in two calls:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Mission Control

  • How does Mission Control compare to other AI Engineering skills?

    Mission Control ranks #451 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Mission Control against them. Open each page to compare what they document and how they install.