cc-orchestrator
v0.2.9
Published
CLI to install CC Orchestrator - Multi-model orchestration for Claude Code
Maintainers
Readme
cc-orchestrator
One-line installer for CC Orchestrator - Multi-model orchestration for Claude Code.
Quick Start
npx cc-orchestrator@latestThat's it! The installer will:
- Clone the repository to
~/.cc-orchestrator - Check out the released git tag that matches the installer version
- Install dependencies
- Run the interactive setup wizard
- Configure Claude Code automatically
Usage
# Install to default location (~/.cc-orchestrator)
npx cc-orchestrator@latest
# Install to custom directory
npx cc-orchestrator@latest ./my-cco
# Update existing installation via the latest npm-published installer version
npx cc-orchestrator@latest --upgrade
# Force reinstall all components
npx cc-orchestrator@latest --forceAfter Installation
- Restart Claude Code
- Try using the orchestrator:
"ask arch to review this project""ask index to find React Query usage examples"
Update
# Option 1: Use npx
npx cc-orchestrator@latest --upgrade
# Option 2: Use npm script
cd ~/.cc-orchestrator
npm run updatenpm run update checks the npm registry for the latest installer version, checks out the matching release tag, then runs npm install and npm run setup -- --yes.
Requirements
- Node.js >= 18.0.0
- Git
- At least one API key (OpenAI, Google, or Anthropic)
License
MIT
