Squadrant
Description
Multi-project agent orchestration for Claude Code. One command session controls everything.
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
Squadrant
Run your coding agents like an engineering team. You're the manager — Squadrant gives you **captains** who plan and delegate, and **crews** who write the code.
The mental model
You
│
├── squadrant launch → Captain (project A)
│ │
│ └── squadrant crew spawn → Crew, Crew, …
│
└── squadrant launch → Captain (project B)
└── …
- You — set direction, make the calls only you can make.
- Captain — one per project, lives in cmux, plans and delegates. Your standing project lead.
- Crew — a fresh interactive sub-session the captain spawns to actually write the code, then reports back and signals when it's done or blocked.
One person, operating like an engineering org.
Squadrant is also moving to support every major coding agent — Claude Code, Codex, Cursor, Gemini CLI — not just Claude Code. Claude Code is the reference implementation today; other agents land through the plugin system's driver abstractions and the upcoming cross-agent projection layer ([#31](https://github.com/tu11aa/squadrant/issues/31)). See [`docs/specs/2026-04-24-multi-agent-direction.md`](docs/specs/2026-04-24-multi-agent-direction.md).
Why you'd want it
- Run several projects at once — one captain per project, each with its own context, all supervised from the same session.
- Delegate instead of micromanage — hand a task to a crew and let it work; you don't watch every keystroke.
- Agents signal you, not the other way around — crews report CREW DONE / CREW BLOCKED / CREW NEEDS INPUT instead of you polling a pane to see if it's finished.
- Drive it from your phone — optional two-way Telegram bridge, so you can delegate and get notified without being at your desk.
What it feels like
squadrant launch brove
→ Captain boots in cmux
You (in the captain pane
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11