Supercharge Claude Code with a team of specialized AI agents that work together to build complete features, debug complex issues, and handle any technology stack with expert-level knowledge.
This project is experimental and token-intensive. I'm actively testing these agents with Claude subscription - expect high token consumption during complex workflows. Multi-agent orchestration can consume 10-50k tokens per complex feature. Use with caution and monitor your usage.
- Claude Code CLI installed and authenticated
- Claude subscription - required for intensive agent workflows
- Active project directory with your codebase
- Optional: Context7 MCP for enhanced documentation access
git clone https://github.com/vijaythecoder/awesome-claude-agents.git
macOS/Linux:
# Create agents directory if it doesn't exist (preserves existing agents)
mkdir -p ~/.claude/agents
# Symlink the awesome-claude-agents collection
ln -sf "$(pwd)/awesome-claude-agents/agents/" ~/.claude/agents/awesome-claude-agents
Windows (PowerShell):
# Create agents directory
New-Item -Path "$env:USERPROFILE\.claude\agents" -ItemType Directory -Force
# Create symlink
cmd /c mklink /D "$env:USERPROFILE\.claude\agents\awesome-claude-agents" "$(Get-Location)\awesome-claude-agents\agents"
# Create agents directory if it doesn't exist
mkdir -p ~/.claude/agents
# Copy all agents
cp -r awesome-claude-agents/agents ~/.claude/agents/awesome-claude-agents
claude /agents
# Should show all 24 agents.
Navigate to your project directory and run the following command to configure your AI team:
claude "use @agent-team-configurator and optimize my project to best use the available subagents."
claude "use @agent-tech-lead-orchestrator and build a user authentication system"
Your AI team will automatically detect your stack and use the right specialists!
The @agent-team-configurator automatically sets up your perfect AI development team. When invoked, it:
- Locates CLAUDE.md - Finds existing project configuration and preserves all your custom content outside the "AI Team Configuration" section
- Detects Technology Stack - Inspects package.json, composer.json, requirements.txt, go.mod, Gemfile, and build configs to understand your project
- Discovers Available Agents - Scans ~/.claude/agents/ and .claude/ folders, building a capability table of all available specialists
- Selects Specialists - Prefers framework-specific agents over universal ones, always includes @agent-code-reviewer and @agent-performance-optimizer for quality assurance
- Updates CLAUDE.md - Creates a timestamped "AI Team Configuration" section with your detected stack and a Task|Agent|Notes mapping table
- Provides Usage Guidance - Shows you the detected stack, selected agents, and gives sample commands to start building
- Tech Lead Orchestrator - Senior technical lead who analyzes complex projects and coordinates multi-step development tasks
- Project Analyst - Technology stack detection specialist who enables intelligent agent routing
- Team Configurator - AI team setup expert who detects your stack and configures optimal agent mappings
- Laravel (2 agents)
- Backend Expert - Comprehensive Laravel development with MVC, services, and Eloquent patterns
- Eloquent Expert - Advanced ORM optimization, complex queries, and database performance
- Django (3 agents)
- Backend Expert - Models, views, services following current Django conventions
- API Developer - Django REST Framework and GraphQL implementations
- ORM Expert - Query optimization and database performance for Django applications
- Rails (3 agents)
- Backend Expert - Full-stack Rails development following conventions
- API Developer - RESTful APIs and GraphQL with Rails patterns
- ActiveRecord Expert - Complex queries and database optimization
- React (2 agents)
- Component Architect - Modern React patterns, hooks, and component design
- Next.js Expert - SSR, SSG, ISR, and full-stack Next.js applications
- Vue (3 agents)
- Component Architect - Vue 3 Composition API and component patterns
- Nuxt Expert - SSR, SSG, and full-stack Nuxt applications
- State Manager - Pinia and Vuex state architecture
- Backend Developer - Polyglot backend development across multiple languages and frameworks
- Frontend Developer - Modern web technologies and responsive design for any framework
- API Architect - RESTful design, GraphQL, and framework-agnostic API architecture
- Tailwind Frontend Expert - Tailwind CSS styling, utility-first development, and responsive components
- Code Archaeologist - Explores, documents, and analyzes unfamiliar or legacy codebases
- Code Reviewer - Rigorous security-aware reviews with severity-tagged reports
- Performance Optimizer - Identifies bottlenecks and applies optimizations for scalable systems
- Documentation Specialist - Crafts comprehensive READMEs, API specs, and technical documentation
Total: 24 specialized agents working together to build your projects!
- Specialized Expertise: Each agent masters their domain with deep, current knowledge
- Real Collaboration: Agents coordinate seamlessly, sharing context and handing off tasks
- Tailored Solutions: Get code that matches your exact stack and follows its best practices
- Parallel Execution: Multiple specialists work simultaneously for faster delivery
- Ship Faster - Complete features in minutes, not days
- Better Code Quality - Every line follows best practices
- Learn As You Code - See how experts approach problems
- Scale Confidently - Architecture designed for growth
- Creating Custom Agents - Build specialists for your needs
- Best Practices - Get the most from your AI team
- β Star this repo to show support
- π Report issues
- π‘ Share ideas
- π Success stories
MIT License - Use freely in your projects!
Transform Claude Code into an AI development team that ships production-ready features
Simple setup. Powerful results. Just describe and build.
GitHub β’ Documentation β’ Community