What vendor packages are
Each vendor package is a git submodule undervendor/. 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.
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.
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 |
All 19 vendor packages
Everything Claude Code
120K+ stars — 156 skills, 72 commands, 38 agents, and lifecycle hooks.
gstack
58K+ stars — CEO and engineering plan review, office hours, QA, and OpenClaw integration v2.
UI/UX Pro Max
62K+ stars — Design intelligence for professional UI/UX across platforms.
claude-mem
46.7K+ stars — Knowledge Agents and persistent cross-session memory.
Superpowers
29K+ stars — Forces structured thinking via
/plan, /tdd, and /verify.claude-code-best-practice
26K+ stars — Reference architecture, Channels, and Auto Mode.
repomix
22.8K+ stars — Pack codebases for AI using tree-sitter compression (60% smaller output).
graphify
17.5K+ stars — Convert any input to a knowledge graph with clustered communities, HTML, and JSON output.
oh-my-claudecode
17K+ stars — HUD with worktree support, quota tracking, and hyperlinks.
Claude HUD
15K+ stars — Real-time status display, offline cost tracking, and git diffs.
RTK
14.6K+ stars — Token optimization (60–90% savings) and 25 AWS subcommands.
Compound Engineering
11.5K+ stars — Knowledge compounding and mandatory code review enforcement.
claude-skills
8.6K+ stars — 223+ skills, 23 agents, and prompt A/B testing.
notebooklm-py
8.6K+ stars — Podcast generation, PPTX export, quiz and flashcard creation.
claude-code-ultimate-guide
2.7K+ stars — 219 templates, 271 quizzes, and a threat database.
acpx
1.8K+ stars — ACP protocol and Flows system for structured agent communication.
claude-reflect
860+ stars — Self-improving skills with reflection loops.
Caliber
300+ stars — Config scoring and drift detection.
claude-code-prompts
142+ stars — Defensive prompt patterns and verification specialist.
Automatic updates
The 19 vendor submodules are refreshed by a GitHub Actions workflow every week. When you runccc --update, you pull the latest CC Commander release along with any submodule updates that have landed since your last update.