ai-team-cc
v0.2.0
Published
Multi-model AI orchestration for Claude Code — coordinates Claude, Codex, Gemini and Ollama as a collaborative team
Maintainers
Readme
AI Team Orchestrator
Multi-model AI orchestration for Claude Code. Coordinates Claude, Codex, Gemini, and Ollama as a collaborative team.
Install
npx ai-team-cc@latestOr clone manually:
git clone https://github.com/yaltiok/ai-team.git ~/.ai-team
cd ~/.ai-team && npm install && npm run build
node bin/install.jsRequires: Node.js >= 21.2, at least one AI CLI (claude, codex, or gemini).
Usage
In any Claude Code session:
/team "Review this PR for security issues"
/team --mode council "Should we use REST or GraphQL?"
/team --type bug-fix "Fix the login timeout error"
/team sweep # comprehensive project review
/team sweep --focus security # security-focused sweep
/team status # show team + benchmark scores
/team help # full usage guideModes
| Mode | Description | Best for | |------|-------------|----------| | council | All models answer independently, synthesizer compares | Decisions, reviews, diverse perspectives | | pipeline | Sequential stages, each builds on previous | Bug fix, feature dev, complex tasks | | specialist | Best model per role from benchmarks | Quick tasks, focused work |
Flags
--mode council|pipeline|specialist Force work mode
--type code-review|bug-fix|research|feature|quick Force task type
--assign role=model Override model assignments
--dry-run Preview plan without running
--verbose Show per-step detailsUpdate
npx ai-team-cc@latestUninstall
rm -rf ~/.ai-team ~/.claude/skills/team