claude CLI, you can run CC Commander entirely within the Claude Desktop UI as a Cowork plugin. There is no separate binary to install, no tmux required, and no shell environment to configure. You install the plugin once and invoke it by talking to Claude naturally.
What you get
The Claude Desktop integration ships 7 Cowork skills that cover the most common CC Commander workflows:| Skill | Trigger phrases | What it does |
|---|---|---|
/cc-commander | ”start commander”, “help me build”, “what should I work on”, “manage my project” | Full interactive project manager |
/cc-night-mode | ”night mode”, “overnight build”, “build while I sleep” | Autonomous overnight build with 10-question spec |
/cc-knowledge | ”what did we learn”, “past lessons”, “search knowledge” | Search your knowledge base for past lessons |
/cc-plugins | ”what plugins do I have”, “show installed packages” | Detect installed packages and show orchestration plan |
/cc-infra | ”infrastructure”, “fleet”, “cost”, “what services are running” | Probe local services and report status |
/cc-taskmaster | ”parse prd”, “break down tasks”, “project planning” | PRD-to-task decomposition and implementation pipeline |
/cc-footer | ”status bar”, “footer”, “show metrics” | Live session status with context, cost, and token meters |
The Cowork plugin does not include the tmux split mode, daemon mode, or the
full cockpit dashboard. Those features require the CLI path (Path A). If you
need them, see the main quickstart.
How to install
Add the plugin from the marketplace
Type the following command in the Claude Desktop input:Claude Desktop will fetch the plugin manifest, confirm the install, and register all 7 Cowork skills.
How it differs from the CLI path
- Claude Desktop (Cowork plugin)
- CLI (Path A)
- Install via
/plugin marketplace add - No binary, no shell environment needed
- Works entirely within the Claude Desktop UI
- 7 Cowork skills covering core workflows
- Trigger by natural language phrases
- No tmux, no daemon mode, no cockpit dashboard
Using the skills
Once installed, you do not need to type slash commands explicitly. Claude Desktop matches your natural language to the appropriate skill. These phrases all work:Knowledge compounding in Claude Desktop
Thecc-knowledge skill reads from ~/.claude/commander/knowledge/ — the same knowledge base written by the CLI path. If you use both the CLI and the Cowork plugin, they share the same lesson store. Past sessions from terminal work inform Claude Desktop sessions and vice versa.
The Cowork plugin never modifies your
.claude/ directory. It reads from the
knowledge base but does not write session data back to it. Full knowledge
compounding (lesson extraction after every session) requires the CLI path.