A comprehensive collection of specialized Claude Code sub-agents combining the best features from multiple community repositories. This unified collection provides 54 production-ready agents across development, infrastructure, quality, AI/ML, business, creative, meta-management, and specialized domains.
- 54 Production-Ready Agents: Comprehensive coverage across all technical, business, and specialized domains
- Smart Orchestration: Master orchestrator for complex multi-agent workflows
- Category Organization: Agents organized by expertise domain for easy discovery
- Deep Specialization: Each agent includes 1000+ lines of production-ready code examples
- Flexible Tool Access: Configurable tool permissions per agent
- Best Practices: Each agent follows industry best practices and patterns
- Meta-Management: Advanced agents for context management, workflow optimization, and automation
backend-architect- API design, microservices, database architecturefrontend-specialist- React, Vue, Angular, modern UI frameworkspython-pro- Advanced Python, async programming, optimizationfullstack-engineer- End-to-end application developmentmobile-developer- iOS, Android, React Native, Flutterblockchain-developer- Smart contracts, Web3, DeFidatabase-specialist- SQL/NoSQL design, optimization, managementrust-pro- Systems programming, memory safety, WebAssemblygolang-pro- Concurrent programming, microservices, cloud-nativetypescript-pro- Advanced type systems, large-scale applicationsjavascript-pro- Modern ES6+, async programming, Node.jsjava-enterprise- Spring Boot, microservices, JVM optimizationnextjs-pro- Next.js 14+, App Router, React Server Componentsreact-pro- Advanced hooks, performance, state managementvue-specialist- Vue 3, Composition API, Nuxt 3, Piniaangular-expert- Angular 17+, signals, RxJS, enterprise apps
devops-engineer- CI/CD, containerization, Kubernetescloud-architect- AWS, GCP, Azure architecture and optimizationincident-responder- Production debugging, log analysis, recoveryperformance-engineer- Profiling, optimization, load testingmonitoring-specialist- Observability, metrics, alertingdeployment-manager- Release orchestration, rollback strategieskubernetes-expert- K8s configuration, helm charts, operators
code-reviewer- Code quality, security, best practices reviewsecurity-auditor- Vulnerability assessment, penetration testingtest-engineer- Test automation, strategies, frameworkse2e-test-specialist- Playwright, Cypress, test strategiesperformance-tester- Load testing, stress testing, benchmarkingaccessibility-auditor- WCAG compliance, screen reader testingperformance-optimizer- Performance analysis and optimization
ai-engineer- LLMs, computer vision, NLP, ML systemsdata-engineer- ETL pipelines, data warehouses, big datadata-scientist- Statistical analysis, ML models, visualizationmlops-engineer- ML pipelines, experiment tracking, deploymentprompt-engineer- LLM optimization, RAG systems, fine-tuninganalytics-engineer- dbt, data modeling, BI toolsdata-scientist- Statistical analysis, predictive modelingmlops-engineer- ML deployment, monitoring, lifecycle
project-manager- Agile, sprint planning, coordinationproduct-strategist- Market analysis, roadmapping, metricsbusiness-analyst- Business process optimization, gap analysis, ROI calculationstechnical-writer- Technical documentation, multi-format support, API docsrequirements-analyst- Requirements engineering, user stories, traceabilityapi-designer- OpenAPI/GraphQL specs, REST design, SDK generation
ux-designer- User experience, wireframing, design systemsui-designer- Visual design, component librariescontent-strategist- Content planning, SEO, marketing
context-manager- Session continuity, memory optimization, distributed stateworkflow-optimizer- CI/CD optimization, build performance, pipeline efficiencyagent-generator- Dynamic agent creation, DSL implementation, templateserror-detective- Root cause analysis, stack trace forensics, pattern matchingdocumentation-writer- Automated docs generation, multiple output formats
blockchain-developer- Web3, smart contracts, DeFimobile-developer- Native and cross-platform mobilegame-developer- Unity, Unreal Engine 5, Godot 4, procedural generationiot-engineer- Embedded systems, edge computingembedded-engineer- Arduino, Raspberry Pi, STM32, real-time systemsfintech-specialist- Payment systems, PCI DSS compliance, fraud detectionhealthcare-dev- HIPAA/FHIR compliance, EHR systems, medical device integrationecommerce-expert- Shopping carts, checkout optimization, inventory management
# Clone the repository
git clone https://github.com/stretchcloud/claude-code-unified-agents.git
# Run the installation script
cd claude-code-unified-agents
./scripts/install.sh
# Or for specific agents only
./scripts/install.sh --agents backend-architect,frontend-specialist- Project-level agents (for current project only):
# Create agents directory in your project
mkdir -p .claude/agents
# Copy desired agents
cp -r claude-code-unified-agents/claude-code-unified-agents/.claude/agents/* .claude/agents/- User-level agents (available in all projects):
# Create global agents directory
mkdir -p ~/.claude/agents
# Copy all agents
cp -r claude-code-unified-agents/claude-code-unified-agents/.claude/agents/* ~/.claude/agents/Use the /agents command in Claude Code to interactively browse and select agents:
/agents
Claude will automatically select the most appropriate agent based on your request:
"Help me design a REST API for user management"
→ Automatically uses backend-architect
Directly request a specific agent:
"@frontend-specialist create a React component for user authentication"
For complex tasks, use the orchestrator:
"@orchestrator Build a complete e-commerce platform with payment integration"
The orchestrator will:
- Analyze requirements
- Create a delegation plan
- Coordinate multiple agents
- Integrate results
@backend-architect Design a scalable microservices architecture for a social media platform
@frontend-specialist Build a responsive dashboard with React and TypeScript
@devops-engineer Set up CI/CD pipeline with GitHub Actions and deploy to AWS
@ai-engineer Implement a RAG system using OpenAI and Pinecone
@code-reviewer Review this Python code for security vulnerabilities and performance issues
@context-manager Resume my previous session and restore all context
@workflow-optimizer Optimize our CI/CD pipeline for faster builds
@error-detective Analyze this stack trace and find the root cause
@game-developer Create a multiplayer game with Unity networking
@embedded-engineer Build an IoT sensor network with ESP32
@fintech-specialist Implement PCI-compliant payment processing
@healthcare-dev Create a FHIR-compliant patient management system
@ecommerce-expert Build a scalable shopping cart with inventory management
Each agent follows this structure:
---
name: agent-name
description: When this agent should be used
category: category-name
color: visual-color
tools: Tool1, Tool2, Tool3 # Optional, defaults to all tools
---
[System prompt defining the agent's expertise and approach]- Create a new markdown file in the appropriate category:
touch .claude/agents/development/my-custom-agent.md- Define the agent:
---
name: my-custom-agent
description: Specialized in specific domain
category: development
tools: Write, Read, MultiEdit
---
You are an expert in [domain]...Available tools:
Write- Create and write filesRead- Read file contentsMultiEdit- Multiple edits in one operationBash- Execute shell commandsGrep- Search file contentsGlob- Find files by patternTask- Delegate to other agents
graph LR
O[Orchestrator] --> PS[product-strategist]
PS --> BA[backend-architect]
PS --> UX[ux-designer]
BA --> BE[backend-engineer]
UX --> FE[frontend-specialist]
BE --> TE[test-engineer]
FE --> TE
TE --> CR[code-reviewer]
CR --> DO[devops-engineer]
graph LR
C[Code] --> CR[code-reviewer]
CR --> SA[security-auditor]
SA --> PO[performance-optimizer]
PO --> R[Report]
| Agent | Languages | Frameworks | Specialization |
|---|---|---|---|
| backend-architect | Python, Node, Go | Django, Express, Gin | Microservices, APIs |
| frontend-specialist | JS/TS, React | Next.js, Vue, Angular | UI/UX, Performance |
| fullstack-engineer | JS/TS, Python | MERN, Django+React | End-to-end apps |
| mobile-developer | Swift, Kotlin, Dart | iOS, Android, Flutter | Native & Cross-platform |
| Agent | Tools | Platforms | Focus |
|---|---|---|---|
| devops-engineer | Docker, K8s, Terraform | AWS, GCP, Azure | CI/CD, IaC |
| cloud-architect | CloudFormation, ARM | Multi-cloud | Architecture, Cost |
| kubernetes-expert | Helm, Operators | K8s, OpenShift | Container orchestration |
| monitoring-specialist | Prometheus, Grafana | DataDog, New Relic | Observability |
| Agent | Technologies | Compliance | Industry Focus |
|---|---|---|---|
| fintech-specialist | Stripe, PayPal, Blockchain | PCI DSS, SOX | Payments, Banking |
| healthcare-dev | HL7, FHIR, DICOM | HIPAA, GDPR | EHR, Medical devices |
| ecommerce-expert | Shopify, WooCommerce | PCI, GDPR | Retail, Marketplaces |
| game-developer | Unity, Unreal, Godot | Platform-specific | Gaming, Interactive |
| embedded-engineer | C/C++, Arduino, Pi | Safety standards | IoT, Real-time |
| Agent | Capabilities | Use Cases |
|---|---|---|
| context-manager | Session persistence, Memory optimization | Long-running projects |
| workflow-optimizer | Pipeline optimization, Performance tuning | CI/CD improvement |
| agent-generator | Dynamic agent creation, Template generation | Custom workflows |
| error-detective | Root cause analysis, Pattern detection | Debugging, Troubleshooting |
| documentation-writer | Multi-format generation, API docs | Automated documentation |
We welcome contributions! To add new agents:
- Fork the repository
- Create your agent in the appropriate category
- Follow the existing agent structure
- Test your agent thoroughly
- Submit a pull request
MIT License - See LICENSE file for details
# Install all agents
curl -sSL https://raw.githubusercontent.com/stretchcloud/claude-code-unified-agents/main/scripts/quick-install.sh | bash
# Start using agents
claude "Build a REST API with authentication"- Added 5 Meta-Management Agents for advanced workflow automation
- Added 4 Business & Process Agents for requirements and documentation
- Added 5 Specialized Domain Agents with deep industry expertise
- Each new agent includes 1000+ lines of production-ready code
- Enhanced agent capabilities with real-world implementation examples
- 54 Total Agents across 8 categories
- Production-Ready Code: Each agent includes comprehensive, tested implementations
- Industry Compliance: HIPAA, PCI DSS, GDPR compliance where applicable
- Enterprise Features: Scalability, security, and best practices built-in