Skip to main content
CC Commander works inside any Claude Code session without the standalone CLI. Type /ccc in a Claude Code session and the full interactive menu appears — the same 15 options, the same sub-menus, the same guided flows. This also works in Claude Desktop Cowork and VS Code with the Cursor extension.

Opening the main menu

This displays the main interactive menu with all 15 options. You navigate with a numbered prompt or by typing the key shown next to each choice. Type “back”, “cancel”, or press Escape at any point to return to the previous menu.

Direct invocations

Every main menu section has a direct route. Use these to skip the menu and go straight to what you need.
Theme switching (/ccc theme) controls the visual skin of the ccc terminal UI. It has no visible effect inside a Claude Code session, where rendering is handled by Claude’s own interface. To change the theme, run ccc in a terminal and press t from the main menu.

Slash command reference

Headless dispatch with --dispatch

When you need CC Commander to run a task without an interactive session — for example, from an AI agent or CI script — use the --dispatch flag:
The Intelligence Layer scores the task, detects your stack, selects the right model and budget, and dispatches Claude without any prompts. Add --json to receive structured output:

Override flags

You can override the Intelligence Layer’s auto-selection with explicit flags:
For AI orchestrators, read docs/BIBLE-AGENT.md from the CC Commander repo. It is a 268-line machine-readable reference covering the full CLI API, dispatch patterns, JSON schemas, and integration points — written so any AI agent can manage CCC immediately after reading it.