Claude Mission Control
Description
Real-time command center for Claude Code agents. Monitor all agents from one dashboard, send instructions, track costs, detect stuck/looping agents, 7-layer security radar. Works from your phone via QR code.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Mission Control
**You're flying blind. Your agents don't have to be.**
[](LICENSE) [](https://nodejs.org) [](https://nodejs.org)
One command. Every agent. Real-time.
You've been here before
You spin up 3 Claude Code agents. One's building auth. One's writing tests. One's refactoring the API. You Alt-Tab between terminals trying to keep track. Then you realize:
- Agent 1 has been editing the same file for 5 minutes in a loop
- Agent 2 is stuck waiting for something — but you didn't notice for 10 minutes
- Agent 3 just overwrote Agent 1's work because they touched the same file
- You have no idea how much this is costing you
You're paying for AI agents but managing them like it's 1995 — staring at terminal windows and hoping for the best.
There's a better way
**Mission Control** gives you a real-time command center for all your Claude Code agents. One browser tab. Every agent visible. Full control.
| Without Mission Control | With Mission Control |
|---|---|
| Alt-Tab between 5 terminals | One dashboard shows everything |
| "Is that agent still running?" | Live status: active / idle / stuck / looping |
| No idea what agents are doing | See every tool call as it happens |
| Can't coordinate between agents | Send instructions from the dashboard |
| No cost visibility | Real token costs from API logs |
| Problems discovered too late | Instant alerts: STUCK, LOOP, SPIRAL, ERRORS |
| Desktop only | Phone companion — monitor from anywhere on WiFi |
Why not the others?
There are 20+ projects in this space. Here's why most don't solve the actual problem:
| Tool | What it does | What's missing | |------|-------------
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,