Skip to main content
If you use Claude Desktop rather than the terminal 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:
SkillTrigger phrasesWhat 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

1

Open Claude Desktop

Launch Claude Desktop and start a new conversation.
2

Add the plugin from the marketplace

Type the following command in the Claude Desktop input:
/plugin marketplace add KevinZai/cc-commander
Claude Desktop will fetch the plugin manifest, confirm the install, and register all 7 Cowork skills.
3

Invoke CC Commander

In the same or any future conversation, say one of the trigger phrases:
start commander
or
what should I work on
The cc-commander skill activates and walks you through the guided project manager flow.

How it differs from the CLI path

  • 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:
start commander
help me build a checkout page
what should I work on today
manage my project
open commander
The plugin is spec-driven: before starting any build task, it asks clarifying questions to scope the work. It also auto-detects installed vendor packages (gstack, Compound Engineering, Superpowers) and sequences them for each phase.

Knowledge compounding in Claude Desktop

The cc-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.