CLI to install CC Orchestrator - Multi-model orchestration for Claude Code
npm install cc-orchestratorOne-line installer for CC Orchestrator - Multi-model orchestration for Claude Code.
``bash`
npx cc-orchestrator
That's it! The installer will:
1. Clone the repository to ~/.cc-orchestratorestrator
2. Install dependencies
3. Run the interactive setup wizard
4. Configure Claude Code automatically
`bashInstall to default location (~/.cc-orchestratorestrator)
npx cc-orchestrator
After Installation
1. Restart Claude Code
2. Try using the orchestrator:
-
"ask arch to review this project"
- "ask index to find React Query usage examples"Update
`bash
Option 1: Use npx
npx cc-orchestrator --upgradeOption 2: Use npm script
cd ~/.cc-orchestratorestrator
npm run update
``- Node.js >= 18.0.0
- Git
- At least one API key (OpenAI, Google, or Anthropic)
MIT