> ## 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.

# Vendor Packages: 19 Best-in-Class Claude Code Tools

> CC Commander bundles 19 Claude Code community packages, auto-updated weekly. A smart orchestrator scores and selects the best tool for each workflow phase.

CC Commander does not ship just its own skills — it aggregates the 19 highest-starred, most-used Claude Code tools from the community and wires them together through a Smart Orchestrator. You get 1,500+ vendor skills on top of CC Commander's own 450+, all in one install, with zero manual updates.

## What vendor packages are

Each vendor package is a git submodule under `vendor/`. On install, the submodules are cloned into place and their skills, commands, and hooks are made available alongside CC Commander's own. You never need to manually install or update individual packages — a GitHub Actions workflow refreshes all 19 every week.

<Note>
  Vendor packages supplement CC Commander's built-in skills. If a vendor skill
  and a built-in skill cover the same task, the Smart Orchestrator picks the
  better fit based on scoring — not alphabetical order.
</Note>

## The Smart Orchestrator

Before every phase of your workflow, the orchestrator scores all candidate tools against four signals and selects the highest scorer:

| Signal           | Weight | Description                                                      |
| ---------------- | ------ | ---------------------------------------------------------------- |
| Capability match | 50%    | How well the tool's declared capabilities match the current task |
| Popularity       | 15%    | GitHub star count as a proxy for community validation            |
| Recency          | 15%    | How recently the package was updated                             |
| User preference  | 20%    | Your past usage — tools that worked for you rank higher          |

### Phase-to-tool mapping

The orchestrator runs across an eight-phase pipeline. For each phase it picks the best available tool, with a fallback if the primary is not installed:

| Phase   | Best tool                | Fallback    |
| ------- | ------------------------ | ----------- |
| Clarify | `/office-hours`          | Spec flow   |
| Decide  | `/plan-ceo-review`       | Plan mode   |
| Plan    | `/ce:plan`               | Claude plan |
| Execute | `/ce:work`               | Dispatch    |
| Review  | `/ce:review` (6+ agents) | `/simplify` |
| Test    | `/qa` (real browser)     | `/verify`   |
| Learn   | Knowledge engine         | Always on   |
| Ship    | `/ship`                  | git commit  |

<Tip>
  You do not need to install all 19 vendors to benefit from orchestration. The
  orchestrator gracefully skips packages that are not present and falls back to
  the next best option.
</Tip>

## All 19 vendor packages

<CardGroup cols={2}>
  <Card title="Everything Claude Code" icon="star">
    120K+ stars — 156 skills, 72 commands, 38 agents, and lifecycle hooks.
  </Card>

  <Card title="gstack" icon="star">
    58K+ stars — CEO and engineering plan review, office hours, QA, and OpenClaw integration v2.
  </Card>

  <Card title="UI/UX Pro Max" icon="star">
    62K+ stars — Design intelligence for professional UI/UX across platforms.
  </Card>

  <Card title="claude-mem" icon="star">
    46.7K+ stars — Knowledge Agents and persistent cross-session memory.
  </Card>

  <Card title="Superpowers" icon="star">
    29K+ stars — Forces structured thinking via `/plan`, `/tdd`, and `/verify`.
  </Card>

  <Card title="claude-code-best-practice" icon="star">
    26K+ stars — Reference architecture, Channels, and Auto Mode.
  </Card>

  <Card title="repomix" icon="star">
    22.8K+ stars — Pack codebases for AI using tree-sitter compression (60% smaller output).
  </Card>

  <Card title="graphify" icon="star">
    17.5K+ stars — Convert any input to a knowledge graph with clustered communities, HTML, and JSON output.
  </Card>

  <Card title="oh-my-claudecode" icon="star">
    17K+ stars — HUD with worktree support, quota tracking, and hyperlinks.
  </Card>

  <Card title="Claude HUD" icon="star">
    15K+ stars — Real-time status display, offline cost tracking, and git diffs.
  </Card>

  <Card title="RTK" icon="star">
    14.6K+ stars — Token optimization (60–90% savings) and 25 AWS subcommands.
  </Card>

  <Card title="Compound Engineering" icon="star">
    11.5K+ stars — Knowledge compounding and mandatory code review enforcement.
  </Card>

  <Card title="claude-skills" icon="star">
    8.6K+ stars — 223+ skills, 23 agents, and prompt A/B testing.
  </Card>

  <Card title="notebooklm-py" icon="star">
    8.6K+ stars — Podcast generation, PPTX export, quiz and flashcard creation.
  </Card>

  <Card title="claude-code-ultimate-guide" icon="star">
    2.7K+ stars — 219 templates, 271 quizzes, and a threat database.
  </Card>

  <Card title="acpx" icon="star">
    1.8K+ stars — ACP protocol and Flows system for structured agent communication.
  </Card>

  <Card title="claude-reflect" icon="star">
    860+ stars — Self-improving skills with reflection loops.
  </Card>

  <Card title="Caliber" icon="star">
    300+ stars — Config scoring and drift detection.
  </Card>

  <Card title="claude-code-prompts" icon="star">
    142+ stars — Defensive prompt patterns and verification specialist.
  </Card>
</CardGroup>

## Automatic updates

The 19 vendor submodules are refreshed by a GitHub Actions workflow every week. When you run `ccc --update`, you pull the latest CC Commander release along with any submodule updates that have landed since your last update.

```bash theme={null}
ccc --update
```

You do not need to manage vendor repositories, watch for changelogs, or reinstall anything manually. The orchestrator's capability index rebuilds automatically after each update so new skills are immediately eligible for selection.

<Warning>
  Do not delete the `~/.cc-commander/vendor/` directory. The orchestrator reads
  vendor skills from there at runtime. If the directory is missing, run
  `ccc --repair` to restore it.
</Warning>
