Claude Code Agent Teams is powerful. But it doesn't know which agents to use.
AgentCrow does. 9 builtin agents + external agents. Auto-dispatch. npx agentcrow init
Problem β’ Install β’ How It Works β’ Agents β’ Commands β’ νκ΅μ΄ β’ ζ₯ζ¬θͺ β’ δΈζ β’ EspaΓ±ol β’ PortuguΓͺs β’ Deutsch β’ FranΓ§ais β’ Π ΡΡΡΠΊΠΈΠΉ β’ ΰ€Ήΰ€Ώΰ€¨ΰ₯ΰ€¦ΰ₯ β’ TΓΌrkΓ§e β’ TiαΊΏng Viα»t
| Agent Teams alone | + AgentCrow | |
|---|---|---|
| Spawn subagents | β | β |
| Know which agents to use | β you decide | β auto-matched |
| 9 builtin + external agent roles | β you write prompts | β ready to go |
| Auto-decompose prompts | β you split manually | β one prompt in |
| Agent identity & rules | β blank subagents | β personality, MUST/MUST NOT |
| Works without config | β needs --agents JSON |
β
npx agentcrow init |
| Multiple divisions (eng, game, design...) | β | β |
Agent Teams gives you the engine. AgentCrow gives it a brain.
You: "Build a SaaS dashboard with Stripe billing, auth, and docs"
π¦ AgentCrow auto-dispatches 5 agents:
π₯οΈ frontend_developer β React dashboard UI, charts, responsive layout
ποΈ backend_architect β Auth system, REST API, database schema
π³ backend_architect β Stripe integration, webhook handlers
π§ͺ qa_engineer β E2E billing flow tests, auth edge cases
π technical_writer β API reference, onboarding guide
You didn't pick them. AgentCrow did.
npx agentcrow init
Then just run claude as usual. AgentCrow handles the rest.
macOS Β· Linux Β· Windows
|
β Without AgentCrow |
β With AgentCrow |
npx agentcrow initThat's it. This does two things:
First run only β downloads agents to ~/.agentcrow/ (global, shared across all projects)
Every run β merges AgentCrow section into .claude/CLAUDE.md (your existing rules are preserved)
Note
Agents are stored globally at ~/.agentcrow/. Second project onward = instant, no download.
Tip
Already have a CLAUDE.md? AgentCrow appends its section β your existing rules stay untouched.
βββββββββββββββββββββββββββββββββββββββ
β Your prompt β
β β β
β ββββββββββββββββββββββββββββββ β
β β CLAUDE.md reads agent list β β
β β Claude decomposes prompt β β
β β Dispatches Agent tool β β
β β Each agent works in scope β β
β ββββββββββββββββββββββββββββββ β
β β β
β Files created, tests written, β
β docs generated β by specialists β
βββββββββββββββββββββββββββββββββββββββ
- You run
claudein a project with AgentCrow initialized - You type a prompt β anything complex
- Claude reads CLAUDE.md β sees the agent roster and dispatch rules
- Claude decomposes β splits your prompt into focused tasks
- Claude dispatches β uses the Agent tool to spawn subagents
- Each agent works β with its own expertise
No API key. No server. Just Claude Code + CLAUDE.md.
| Division | Examples |
|---|---|
| Engineering | frontend_developer, backend_architect, ai_engineer, sre |
| Game Dev | game_designer, level_designer, unreal, unity, godot |
| Marketing | content_strategist, seo_specialist, social_media |
| Testing | test_automation, performance_tester |
| Design | ui_designer, ux_researcher, brand_guardian |
| Builtin | qa_engineer, korean_tech_writer, security_auditor |
| + more | sales, support, product, strategy, spatial-computing... |
npx agentcrow init # Set up agents + CLAUDE.md (English default)
npx agentcrow init --lang ko # Korean template
npx agentcrow status # Check if active
npx agentcrow off # Disable temporarily
npx agentcrow on # Re-enable
npx agentcrow agents # List all agents
npx agentcrow agents search ai # Search by keyword
npx agentcrow compose "prompt" # Preview decomposition (dry run)Build an AI-powered news aggregator with crawling and email alerts
β ai_engineer + data_pipeline_engineer + frontend_developer + devops_automator
E-commerce site with Stripe, inventory management, and admin panel
β frontend_developer + backend_architect + ui_designer + qa_engineer
Open source CLI tool with tests, docs, and CI/CD pipeline
β frontend_developer + qa_engineer + technical_writer + devops_automator
Simple prompts run normally. AgentCrow only activates for multi-task requests.
| π’ Complex prompts | Auto-decomposed into agents |
| π΅ Simple prompts | Runs normally, no agents |
π΄ agentcrow off |
Completely disabled |
Important
AgentCrow only touches .claude/CLAUDE.md and .claude/agents/. No project dependencies, no background processes. agentcrow off backs up and removes both cleanly.
git clone --recursive https://github.com/jee599/agentcrow.git
cd agentcrow && npm install && npm test # 60 testsMIT β External agents from agency-agents.
π¦ One prompt. Many agents. Zero config.