A comprehensive production-ready system combining 84 specialized AI agents, 15 multi-agent workflow orchestrators, and 42 development tools for Claude Code.
This unified repository provides everything needed for intelligent automation and multi-agent orchestration across modern software development:
- 84 Specialized Agents - Domain experts with deep knowledge across architecture, languages, infrastructure, quality, data/AI, documentation, business operations, and SEO
- 15 Workflow Orchestrators - Multi-agent coordination systems for complex operations like full-stack development, security hardening, ML pipelines, and incident response
- 42 Development Tools - Focused utilities for specific tasks including API scaffolding, security scanning, test automation, and infrastructure setup
Add this marketplace to Claude Code:
/plugin marketplace add https://github.com/wshobson/agentsThen browse and install plugins using:
/pluginclaude-code-essentials - Essential tools for daily development
/plugin install claude-code-essentialsIncludes: Code explanation, debugging, documentation, PR enhancement, git workflows
full-stack-development - End-to-end feature implementation
/plugin install full-stack-developmentMulti-agent coordination: Backend API → Frontend UI → Mobile → Testing → Security → Deployment
security-hardening - Security auditing and compliance
/plugin install security-hardeningOWASP scanning, penetration testing, code review, SOC2/HIPAA/GDPR compliance
data-ml-pipeline - ML/AI development and MLOps
/plugin install data-ml-pipelineData engineering → Model training → MLOps → LangChain/RAG → Deployment
incident-response - Production debugging and SRE
/plugin install incident-responseDiagnostics → Root cause analysis → Rollback → Post-mortem documentation
performance-optimization - System profiling and optimization
/plugin install performance-optimizationProfiling → Query optimization → Caching → Scalability assessment
code-quality-review - Multi-perspective code analysis
/plugin install code-quality-reviewArchitecture → Security → Performance → Test coverage analysis
legacy-modernization - Codebase modernization workflows
/plugin install legacy-modernizationFramework migration → Dependency updates → Refactoring → Compatibility testing
multi-platform-apps - Cross-platform development
/plugin install multi-platform-appsWeb (React/Next.js) → iOS (Swift) → Android (Kotlin) → Desktop coordination
cicd-automation - CI/CD pipeline configuration
/plugin install cicd-automationGitHub Actions/GitLab CI → Progressive deployment → Canary releases → Monitoring
agent-optimization - AI agent performance tuning
/plugin install agent-optimizationPrompt engineering → Multi-agent coordination → Context management
documentation-generation - Technical documentation automation
/plugin install documentation-generationOpenAPI specs → Mermaid diagrams → Tutorials → API references
api-development-kit - REST/GraphQL API development
/plugin install api-development-kitAPI scaffolding → OpenAPI docs → Security scanning → Mocking → Validation
testing-quality-suite - Comprehensive testing workflows
/plugin install testing-quality-suiteTDD workflows → Test generation → Unit/integration/e2e → Quality gates
infrastructure-devops - Container orchestration deployment
/plugin install infrastructure-devopsKubernetes manifests → Docker optimization → Terraform IaC → Cost analysis
development-utilities - Daily productivity tools
/plugin install development-utilitiesRefactoring → Dependency auditing → Error analysis → Standup automation
cloud-infrastructure - AWS/Azure/GCP architecture
/plugin install cloud-infrastructureCloud design → Kubernetes → Terraform IaC → Hybrid cloud → Cost optimization
database-operations - Database optimization and administration
/plugin install database-operationsSchema design → Query optimization → Migrations → PostgreSQL/MySQL/MongoDB
seo-content-suite - SEO optimization toolkit
/plugin install seo-content-suiteContent analysis → Keyword research → Meta optimization → E-E-A-T signals
business-analytics - Business intelligence and metrics
/plugin install business-analyticsKPI tracking → Financial reporting → Data-driven decision making
hr-legal-compliance - HR and legal documentation
/plugin install hr-legal-complianceHR policies → Legal templates → GDPR/SOC2/HIPAA compliance → Employment contracts
customer-sales-automation - Customer relationship workflows
/plugin install customer-sales-automationSupport automation → Sales pipeline → Email campaigns → CRM integration
blockchain-web3 - Blockchain and smart contract development
/plugin install blockchain-web3Solidity → Smart contracts → DeFi protocols → NFT platforms → Web3 apps
quantitative-trading - Financial modeling and algorithmic trading
/plugin install quantitative-tradingQuant analysis → Trading strategies → Portfolio risk → Backtesting
payment-processing - Payment gateway integration
/plugin install payment-processingStripe/PayPal integration → Checkout flows → Subscription billing → PCI compliance
game-development - Unity and Minecraft development
/plugin install game-developmentUnity C# scripting → Minecraft Bukkit/Spigot plugins → Game mechanics
accessibility-compliance - WCAG accessibility auditing
/plugin install accessibility-complianceWCAG validation → Screen reader testing → Keyboard navigation → Inclusive design
agents/
├── agents/                        # 84 specialized AI agents
│   ├── backend-architect.md
│   ├── frontend-developer.md
│   └── ... (all agent definitions)
├── workflows/                     # 15 multi-agent orchestrators
│   ├── feature-development.md
│   ├── full-stack-feature.md
│   ├── security-hardening.md
│   └── ... (workflow commands)
├── tools/                         # 42 development utilities
│   ├── api-scaffold.md
│   ├── security-scan.md
│   └── ... (tool commands)
└── README.md
After installing plugins, agents are automatically available. Invoke them explicitly in natural language:
"Use backend-architect to design the authentication API"
"Have security-auditor scan for OWASP vulnerabilities"
"Get performance-engineer to optimize this database query"
Claude Code automatically selects and coordinates the appropriate agents based on your request.
Plugins provide pre-configured multi-agent workflows that coordinate complex operations:
Full-Stack Development Plugin
"Implement user dashboard with real-time analytics"
→ backend-architect → graphql-architect → frontend-developer → mobile-developer → test-automator → security-auditor → performance-engineer → deployment-engineer
Security Hardening Plugin
"Perform security audit and implement OWASP best practices"
→ security-auditor → backend-security-coder → frontend-security-coder → mobile-security-coder → test-automator
Data/ML Pipeline Plugin
"Build customer churn prediction model with deployment"
→ data-scientist → data-engineer → ml-engineer → mlops-engineer → ai-engineer → performance-engineer
Incident Response Plugin
"Debug production memory leak and create runbook"
→ incident-responder → devops-troubleshooter → debugger → error-detective → observability-engineer
| Agent | Model | Description | 
|---|---|---|
| backend-architect | opus | RESTful API design, microservice boundaries, database schemas | 
| frontend-developer | sonnet | React components, responsive layouts, client-side state management | 
| graphql-architect | opus | GraphQL schemas, resolvers, federation architecture | 
| architect-reviewer | opus | Architectural consistency analysis and pattern validation | 
| cloud-architect | opus | AWS/Azure/GCP infrastructure design and cost optimization | 
| hybrid-cloud-architect | opus | Multi-cloud strategies across cloud and on-premises environments | 
| kubernetes-architect | opus | Cloud-native infrastructure with Kubernetes and GitOps | 
| Agent | Model | Description | 
|---|---|---|
| ui-ux-designer | sonnet | Interface design, wireframes, design systems | 
| ui-visual-validator | sonnet | Visual regression testing and UI verification | 
| mobile-developer | sonnet | React Native and Flutter application development | 
| ios-developer | sonnet | Native iOS development with Swift/SwiftUI | 
| flutter-expert | sonnet | Advanced Flutter development with state management | 
| Agent | Model | Description | 
|---|---|---|
| c-pro | sonnet | System programming with memory management and OS interfaces | 
| cpp-pro | sonnet | Modern C++ with RAII, smart pointers, STL algorithms | 
| rust-pro | sonnet | Memory-safe systems programming with ownership patterns | 
| golang-pro | sonnet | Concurrent programming with goroutines and channels | 
| Agent | Model | Description | 
|---|---|---|
| javascript-pro | sonnet | Modern JavaScript with ES6+, async patterns, Node.js | 
| typescript-pro | sonnet | Advanced TypeScript with type systems and generics | 
| python-pro | sonnet | Python development with advanced features and optimization | 
| ruby-pro | sonnet | Ruby with metaprogramming, Rails patterns, gem development | 
| php-pro | sonnet | Modern PHP with frameworks and performance optimization | 
| Agent | Model | Description | 
|---|---|---|
| java-pro | sonnet | Modern Java with streams, concurrency, JVM optimization | 
| scala-pro | sonnet | Enterprise Scala with functional programming and distributed systems | 
| csharp-pro | sonnet | C# development with .NET frameworks and patterns | 
| Agent | Model | Description | 
|---|---|---|
| elixir-pro | sonnet | Elixir with OTP patterns and Phoenix frameworks | 
| django-pro | sonnet | Django development with ORM and async views | 
| fastapi-pro | sonnet | FastAPI with async patterns and Pydantic | 
| unity-developer | sonnet | Unity game development and optimization | 
| minecraft-bukkit-pro | sonnet | Minecraft server plugin development | 
| sql-pro | sonnet | Complex SQL queries and database optimization | 
| Agent | Model | Description | 
|---|---|---|
| devops-troubleshooter | sonnet | Production debugging, log analysis, deployment troubleshooting | 
| deployment-engineer | sonnet | CI/CD pipelines, containerization, cloud deployments | 
| terraform-specialist | sonnet | Infrastructure as Code with Terraform modules and state management | 
| dx-optimizer | sonnet | Developer experience optimization and tooling improvements | 
| Agent | Model | Description | 
|---|---|---|
| database-optimizer | sonnet | Query optimization, index design, migration strategies | 
| database-admin | sonnet | Database operations, backup, replication, monitoring | 
| database-architect | opus | Database design from scratch, technology selection, schema modeling | 
| Agent | Model | Description | 
|---|---|---|
| incident-responder | opus | Production incident management and resolution | 
| network-engineer | sonnet | Network debugging, load balancing, traffic analysis | 
| Agent | Model | Description | 
|---|---|---|
| code-reviewer | opus | Code review with security focus and production reliability | 
| security-auditor | opus | Vulnerability assessment and OWASP compliance | 
| backend-security-coder | opus | Secure backend coding practices, API security implementation | 
| frontend-security-coder | opus | XSS prevention, CSP implementation, client-side security | 
| mobile-security-coder | opus | Mobile security patterns, WebView security, biometric auth | 
| Agent | Model | Description | 
|---|---|---|
| test-automator | sonnet | Comprehensive test suite creation (unit, integration, e2e) | 
| tdd-orchestrator | sonnet | Test-Driven Development methodology guidance | 
| debugger | sonnet | Error resolution and test failure analysis | 
| error-detective | sonnet | Log analysis and error pattern recognition | 
| Agent | Model | Description | 
|---|---|---|
| performance-engineer | opus | Application profiling and optimization | 
| observability-engineer | opus | Production monitoring, distributed tracing, SLI/SLO management | 
| search-specialist | haiku | Advanced web research and information synthesis | 
| Agent | Model | Description | 
|---|---|---|
| data-scientist | opus | Data analysis, SQL queries, BigQuery operations | 
| data-engineer | sonnet | ETL pipelines, data warehouses, streaming architectures | 
| Agent | Model | Description | 
|---|---|---|
| ai-engineer | opus | LLM applications, RAG systems, prompt pipelines | 
| ml-engineer | opus | ML pipelines, model serving, feature engineering | 
| mlops-engineer | opus | ML infrastructure, experiment tracking, model registries | 
| prompt-engineer | opus | LLM prompt optimization and engineering | 
| Agent | Model | Description | 
|---|---|---|
| docs-architect | opus | Comprehensive technical documentation generation | 
| api-documenter | sonnet | OpenAPI/Swagger specifications and developer docs | 
| reference-builder | haiku | Technical references and API documentation | 
| tutorial-engineer | sonnet | Step-by-step tutorials and educational content | 
| mermaid-expert | sonnet | Diagram creation (flowcharts, sequences, ERDs) | 
| Agent | Model | Description | 
|---|---|---|
| business-analyst | sonnet | Metrics analysis, reporting, KPI tracking | 
| quant-analyst | opus | Financial modeling, trading strategies, market analysis | 
| risk-manager | sonnet | Portfolio risk monitoring and management | 
| Agent | Model | Description | 
|---|---|---|
| content-marketer | sonnet | Blog posts, social media, email campaigns | 
| sales-automator | haiku | Cold emails, follow-ups, proposal generation | 
| Agent | Model | Description | 
|---|---|---|
| customer-support | sonnet | Support tickets, FAQ responses, customer communication | 
| hr-pro | opus | HR operations, policies, employee relations | 
| legal-advisor | opus | Privacy policies, terms of service, legal documentation | 
| Agent | Model | Description | 
|---|---|---|
| seo-content-auditor | sonnet | Content quality analysis, E-E-A-T signals assessment | 
| seo-meta-optimizer | haiku | Meta title and description optimization | 
| seo-keyword-strategist | haiku | Keyword analysis and semantic variations | 
| seo-structure-architect | haiku | Content structure and schema markup | 
| seo-snippet-hunter | haiku | Featured snippet formatting | 
| seo-content-refresher | haiku | Content freshness analysis | 
| seo-cannibalization-detector | haiku | Keyword overlap detection | 
| seo-authority-builder | sonnet | E-E-A-T signal analysis | 
| seo-content-writer | sonnet | SEO-optimized content creation | 
| seo-content-planner | haiku | Content planning and topic clusters | 
| Agent | Model | Description | 
|---|---|---|
| blockchain-developer | sonnet | Web3 apps, smart contracts, DeFi protocols | 
| payment-integration | sonnet | Payment processor integration (Stripe, PayPal) | 
| legacy-modernizer | sonnet | Legacy code refactoring and modernization | 
| context-manager | haiku | Multi-agent context management | 
Agents are assigned to specific Claude models based on task complexity and computational requirements. The system uses three model tiers:
| Model | Agent Count | Use Case | 
|---|---|---|
| Haiku | 11 | Quick, focused tasks with minimal computational overhead | 
| Sonnet | 50 | Standard development and specialized engineering tasks | 
| Opus | 23 | Complex reasoning, architecture, and critical analysis | 
| Category | Agents | 
|---|---|
| Context & Reference | context-manager,reference-builder,sales-automator,search-specialist | 
| SEO Optimization | seo-meta-optimizer,seo-keyword-strategist,seo-structure-architect,seo-snippet-hunter,seo-content-refresher,seo-cannibalization-detector,seo-content-planner | 
| Category | Count | Agents | 
|---|---|---|
| Programming Languages | 18 | All language-specific agents (JavaScript, Python, Java, C++, etc.) | 
| Frontend & UI | 5 | frontend-developer,ui-ux-designer,ui-visual-validator,mobile-developer,ios-developer | 
| Infrastructure | 10 | devops-troubleshooter,deployment-engineer,terraform-specialist,dx-optimizer,database-admin,database-optimizer,network-engineer,flutter-expert,api-documenter,tutorial-engineer | 
| Quality & Testing | 4 | test-automator,tdd-orchestrator,debugger,error-detective | 
| Business & Support | 6 | business-analyst,risk-manager,content-marketer,customer-support,mermaid-expert,legacy-modernizer | 
| Data & Content | 5 | data-engineer,payment-integration,seo-content-auditor,seo-authority-builder,seo-content-writer | 
| Category | Count | Agents | 
|---|---|---|
| Architecture & Design | 5 | backend-architect,cloud-architect,hybrid-cloud-architect,kubernetes-architect,database-architect | 
| Security & Code Review | 4 | code-reviewer,security-auditor,backend-security-coder,frontend-security-coder,mobile-security-coder | 
| Performance & Observability | 3 | performance-engineer,observability-engineer,incident-responder | 
| AI/ML Complex | 5 | ai-engineer,ml-engineer,mlops-engineer,data-scientist,prompt-engineer | 
| Business Critical | 5 | docs-architect,hr-pro,legal-advisor,quant-analyst,risk-manager | 
To add new agents, workflows, or tools:
- Create a new .mdfile in the appropriate directory with frontmatter
- Use lowercase, hyphen-separated naming convention
- Write clear activation criteria in the description
- Define comprehensive system prompt with expertise areas
Each subagent is defined as a Markdown file with frontmatter:
---
name: subagent-name
description: Activation criteria for this subagent
model: haiku|sonnet|opus  # Optional: Model selection
tools: tool1, tool2       # Optional: Tool restrictions
---
System prompt defining the subagent's expertise and behavior- haiku: Simple, deterministic tasks with minimal reasoning
- sonnet: Standard development and engineering tasks
- opus: Complex analysis, architecture, and critical operations
MIT License - see LICENSE file for details.