A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Production-ready multi-agent orchestration framework for Claude Code. Features specialized AI agents, automated Git work
An intelligent orchestration system for Claude Code that adapts to your project structure and manages development through specialized AI agents.
Multi-Agent Squad transforms Claude Code into a complete software development team with enterprise-grade integrations. Simply start Claude in this directory, and it will:
┌──────────────────────────────────────────────────────┐
│ MULTI-AGENT SQUAD │
│ │
│ ┌────────────────────┐ ┌─────────────────────┐ │
│ │ AI AGENTS │ │ INTEGRATIONS │ │
│ │ │ │ │ │
│ │ • Orchestrator │ │ • Slack/Teams │ │
│ │ • Product Mgr │ │ • Jira/Linear │ │
│ │ • Architect │ │ • GitHub/GitLab │ │
│ │ • Engineers │ │ • CI/CD Tools │ │
│ │ • QA/DevOps │ │ • Monitoring │ │
│ └────────────────────┘ └─────────────────────┘ │
│ │
│ ┌────────────────────┐ ┌─────────────────────┐ │
│ │ MCP SERVERS │ │ AUTOMATION │ │
│ │ │ │ │ │
│ │ • Database │ │ • Claude Hooks │ │
│ │ • GitHub API │ │ • Git Hooks │ │
│ │ • Memory │ │ • Sprint Mgmt │ │
│ │ • Analytics │ │ • PR Reviews │ │
│ │ • Docker/K8s │ │ • Quality Gates │ │
│ └────────────────────┘ └─────────────────────┘ │
│ │
└──────────────────────────────────────────────────────┘
# 1. Clone this repository
git clone https://github.com/bijutharakan/multi-agent-squad.git
cd multi-agent-squad
# 2. Start Claude Code
claude
# 3. Start the orchestration with ONE of these commands:
/project # Recommended: Start project orchestration
"Start project" # Natural language also works
"Help me set up" # Any variation works
The /project command triggers the complete orchestration setup!
After setup, you'll have:
When you start Claude with /project, it will guide you through:
Claude then creates the perfect structure, integrations, and automations for YOUR project.
your-project/
├── CLAUDE.md # Orchestration instructions
├── PROJECT.md # Your project details
├── projects/ # Your repos (you manage these)
│ ├── frontend/ # Your React app
│ └── backend/ # Your API
├── docs/ # All documentation
└── .claude/agents/ # Your AI team
your-project/
├── CLAUDE.md # Orchestration instructions
├── PROJECT.md # Your project details
├── src/ # All your code
│ ├── frontend/
│ ├── backend/
│ └── shared/
├── docs/ # Documentation
└── .claude/agents/ # Your AI team
your-project/
├── CLAUDE.md # Orchestration instructions
├── PROJECT.md # Project details
├── docs/ # All documentation
│ ├── architecture/
│ ├── guides/
│ └── api/
└── .claude/agents/ # Documentation-focused agents
Based on your project, Claude will suggest relevant agents:
Just talk to Claude normally:
Tell Claude what you want automated:
Hooks are dynamically generated based on YOUR specific needs using:
python scripts/generate-hooks.py
Extend Claude's capabilities with 14+ pre-configured MCP servers:
Setup with: python scripts/mcp-server-setup.py
For multi-repo projects with parallel development:
./scripts/worktree-manager.sh create-feature auth frontend backend
Unlike other tools, Multi-Agent Squad:
gh) - For GitHub integrationClaude will check what you have and work with it!
/project - Main entry point to start orchestrationworktree-manager.sh - Git worktree management for multi-repodiscover-project.py - Analyze existing codebasesintegration-setup.py - Universal integration managermcp-server-setup.py - MCP server configurationagile-tools-setup.py - Agile tool integrationsslack-integration.py - Slack webhook setupemail-integration.py - Email notification setupgithub-integration.py - GitHub API automationsprint-management.sh - Sprint ceremonies and trackingpr-review-cycle.sh - Automated PR review enforcementgenerate-hooks.py - Dynamic hook generationsetup-git-hooks.sh - Git hook configurationYou: "/project"
Claude: "Hello! I'm your Multi-Agent Squad Orchestrator. What are you building?"
You: "A SaaS product for team collaboration"
Claude: "Great! Is this a new project or existing code?"
You: "Brand new"
Claude: "How would you like to organize your code?"
[Shows options: monorepo, multi-repo, etc.]
You: "Multi-repo - separate frontend and backend"
Claude: "What would you like me to automate for you?"
You: "I often forget to run tests"
Claude: [Creates structure, agents, test automation hooks]
You: "Set up Slack notifications for builds"
Claude: "I'll help you set up Slack integration. Running the setup..."
[Interactive setup with permissions]
Claude: "Would you like notifications for:
a) Build status
b) Test results
c) Daily standup reminders
d) PR reviews"
You: "All of them"
Claude: [Configures Slack with all requested notifications]
You: "Show me all users in our database"
Claude: [Uses PostgreSQL MCP server]
"Here are the users in your database:
- alice@example.com (Admin)
- bob@example.com (User)
- charlie@example.com (User)"
You: "What's our test coverage?"
Claude: [Uses Analytics MCP server]
"Current test coverage: 78%
- Frontend: 82%
- Backend: 74%
Trend: +3% this week"
Unlike simple templates or scripts, Multi-Agent Squad uses Claude's intelligence to:
Multi-Agent Squad supports 30+ integrations across all aspects of agile development:
# Interactive integration setup (recommended)
python scripts/integration-setup.py
# Set up MCP servers for enhanced capabilities
python scripts/mcp-server-setup.py
# Configure specific agile tools
python scripts/agile-tools-setup.py
# Individual integrations
python scripts/slack-integration.py # Slack notifications
python scripts/email-integration.py # Email alerts
python scripts/github-integration.py # GitHub automation
See docs/INTEGRATIONS.md for complete setup instructions.
.env.* filesYou: "I need an agent who understands blockchain"
Claude: [Creates specialized blockchain agent]
You: "Show me all users in the database"
Claude: [Uses PostgreSQL MCP server to query directly]
You: "What's our test coverage trend?"
Claude: [Uses Analytics MCP server to show metrics]
Claude always asks permission for:
Multi-Agent Squad believes in:
# List available integrations
python scripts/integration-setup.py
# Check MCP server status
python scripts/mcp-server-setup.py check
# View configured tools
python scripts/agile-tools-setup.py list
MIT License - see LICENSE file
We welcome contributions! The best way to contribute is to use the system and share your experience.
Ready to start? Just cd into this directory and start Claude Code. No installation, no configuration, just natural conversation to build amazing software!
Multi-Agent Squad: Where AI meets human creativity to build exceptional software.
npx CLI installing 100+ agents, commands, hooks, and integrations in one command
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
Pocket Flow: Codebase to Tutorial