CC Commander works inside any Claude Code session without the standalone CLI. TypeDocumentation Index
Fetch the complete documentation index at: https://docs.commanderplugin.com/llms.txt
Use this file to discover all available pages before exploring further.
/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
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.| Command | What it does |
|---|---|
/ccc | Main menu (15 options) |
/ccc build | Build wizard — website, API, CLI, or custom |
/ccc xray | Project health scan (score 0-100 across 6 dimensions) |
/ccc makeover | Auto-apply top X-Ray recommendations |
/ccc skills | Browse and install from 450+ skills |
/ccc domains | Browse 11 CCC domain routers |
/ccc night | Night Mode — 8-hour autonomous build setup |
/ccc settings | Name, level, cost ceiling, theme, Linear |
/ccc status | Configure and manage periodic status update notifications |
/ccc spawn | Multi-agent spawn manager (quick, team, swarm, expert) |
/ccc theme | Switch the visual theme (CLI note — see below) |
/ccc infra | Infrastructure & Fleet sub-menu |
/ccc linear | Linear board — view issues, pick tasks |
/ccc domains | Show all 11 CCC domains |
/ccc daemon | Show daemon status and queue |
/ccc detect | Probe all services and CLIs |
/ccc refresh | Update your CLAUDE.md from the latest template |
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
- Core
- Workflow
- Utility
| Command | Description |
|---|---|
/ccc | Opens the full interactive main menu |
/ccc build | Launches the build wizard — prompts for project type and a one-sentence description, then dispatches Claude with the right model and skills |
/ccc xray | Runs a project health audit scoring 0-100 across Security, Testing, Maintainability, Dependencies, DevOps, and Documentation |
/ccc makeover | Runs /ccc xray first, then presents the top-5 recommendations and applies each one automatically with your approval |
/ccc skills | Opens the skill browser — browse by category, search by keyword, or get a recommendation based on your current task |
/ccc domains | Shows all 11 CCC domain routers with sub-skill counts and focus areas |
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:
--json to receive structured output:
Override flags
You can override the Intelligence Layer’s auto-selection with explicit flags:| Flag | Example | What it does |
|---|---|---|
--model | --model opus | Force a specific model |
--max-turns | --max-turns 50 | Cap the number of turns |
--budget | --budget 5 | Set a USD budget cap |
--cwd | --cwd /path/to/project | Run in a different directory |