d3x293/code-crew
12 stars · Last commit 2026-04-05
Multi-agent orchestration plugin for Claude Code — 11 AI agents with intelligent model routing, 3-layer codebase indexing, and auto skill injection
README preview
# CodeCrew **A virtual dev crew for Claude Code** — 11 specialized AI agents that decompose, implement, review, and ship your tasks. Instead of one AI doing everything, CodeCrew breaks work into subtasks and routes each to the right specialist on the right model. A 3-layer codebase index keeps every agent focused on exactly the lines they need, achieving **5-10x token savings** per interaction. ## Quick Install ```bash # Add marketplace and install /plugin marketplace add d3x293/code-crew /plugin install codecrew@codecrew # Initialize on your project /crew init # Run your first task /crew task "fix the authentication bug in the login flow" ```