ccc. No configuration file, no API keys to manage, and no commands to memorize — the interactive menu guides you through every option. This page walks you through the full flow from install to first build.
Before you begin
Make sure you have the following:- Node.js 18 or later — check with
node --version - A terminal — CC Commander runs in any standard terminal emulator
Install and launch
Run the one-liner installer
Paste this command into your terminal and press Enter:The installer clones the kit to
~/.cc-commander/, links the ccc binary, and copies skills, commands, hooks, and config files to ~/.claude/. The whole process takes about 30 seconds.The installer checks for Node.js and Claude Code CLI before proceeding. If Claude Code CLI is missing, it installs it via npm automatically.
Verify the install
Run the built-in self-test to confirm everything installed correctly:This runs a 22-point check across skills, commands, hooks, config files, and the
ccc binary. All items should pass. If anything fails, see the troubleshooting guide.Launch CC Commander
Start the interactive menu:You will see the main menu with 14 options. Use arrow keys to move between items and Enter to select. Press
? at any time to open the keyboard shortcut help popup.Navigate the main menu
The main menu looks like this in your terminal:Arrow keys move the cursor. Enter selects the highlighted item. Pressing
q or Escape cancels and returns to the previous screen.Start your first build
Select “Build something new” from the main menu.CC Commander will ask you three multiple-choice questions about what you want to build — project type, scope, and priority. Based on your answers, it:When the session ends, CC Commander extracts patterns and errors from the work. Every future dispatch is informed by what just happened.
- Scores the task complexity (0–100)
- Detects your project stack from
package.json,Dockerfile, and other config files - Recommends the most relevant skills for your task and stack
- Auto-selects the right Claude model and token budget
- Dispatches Claude Code with all of the above pre-configured
The three install paths
CC Commander supports three distinct usage patterns. Choose the one that matches how you use Claude.- Path A — Claude Code CLI
- Path B — Slash commands only
- Path C — Claude Desktop
You run Then launch:What you get: Full CLI with tmux Split Mode, theme switching, the Cockpit Dashboard, daemon mode, and headless agent dispatch.
claude in your terminal. This is the most common path and gives you the full CC Commander experience including Split Mode, the Cockpit Dashboard, and the daemon.What happens after your first session
When a session ends, CC Commander runs knowledge extraction automatically. It stores patterns, stack context, and success signals in~/.claude/commander/. The next time you dispatch a task, this store is searched before Claude receives a single token — so the dispatch is pre-informed by everything that worked before.
Next steps
Installation details
Full details on all three install paths, file locations, updates, and uninstall.
Intelligence Layer
How complexity scoring, stack detection, and knowledge compounding work under the hood.
Skills and domains
Browse the 450+ skills and 11 domain routers, and learn how to install only what you need.
CLI reference
Full flag reference for every
ccc command — interactive, headless, daemon, and more.