> ## Documentation Index
> Fetch the complete documentation index at: https://docs.commanderplugin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CC Commander: AI project manager for Claude Code

> CC Commander wraps Claude Code with 450+ skills, intelligent task dispatching, and session learning — all from a single ccc command.

CC Commander turns Claude Code into a full AI project manager. Instead of typing raw prompts into a blank terminal, you get a guided TUI with 450+ on-demand skills, automatic model and budget selection, and a knowledge engine that compounds everything it learns across your sessions.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Install CC Commander and launch your first session in under 2 minutes.
  </Card>

  <Card title="Installation" icon="download" href="/installation">
    One-liner, npm, or Claude Desktop — pick the install path that fits your workflow.
  </Card>

  <Card title="Skills & Domains" icon="layer-group" href="/concepts/skills">
    Explore 450+ skills and 11 domain routers covering code, testing, DevOps, SaaS, and more.
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/reference/cli">
    Full flag reference for every ccc command — interactive, headless, daemon, and more.
  </Card>
</CardGroup>

## What CC Commander does

Stock Claude Code is a blank terminal. CC Commander adds four things:

* **Intelligence Layer** — scores task complexity 0–100, auto-selects the right model and token budget, and injects relevant lessons from past sessions before dispatching.
* **450+ Skills** — on-demand expertise loaded into Claude Code only when needed, covering 11 domains from code generation to marketing.
* **Knowledge Compounding** — every completed session extracts patterns and errors. The next dispatch is informed by everything that worked before.
* **Interactive TUI** — arrow-key menus, 10 themes, a live Cockpit Dashboard, and tmux Split Mode so each task runs in its own window.

## Get started in 60 seconds

<Steps>
  <Step title="Install">
    ```bash theme={null}
    curl -fsSL https://raw.githubusercontent.com/KevinZai/cc-commander/main/install-remote.sh | bash
    ```
  </Step>

  <Step title="Launch">
    ```bash theme={null}
    ccc
    ```

    Arrow keys to navigate, Enter to select.
  </Step>

  <Step title="Build">
    Pick **"Build something new"** from the menu, answer 3 questions, and CC Commander dispatches Claude with the right model, budget, and skills automatically.
  </Step>

  <Step title="Learn">
    When the session ends, CC Commander extracts lessons. Every future session builds on what worked.
  </Step>
</Steps>

<Note>
  No configuration, no YAML, no API keys to manage. The Intelligence Layer handles model selection, budgets, and skill loading automatically.
</Note>
