## What it does
154+ Claude Code subagents organized across ten categories. Each agent is a standalone markdown file you copy to ~/.claude/agents/ and it is immediately available in every session. Smart model routing is built into each agent's frontmatter: Opus for deep reasoning (security-auditor, architect-reviewer, fintech-engineer), Sonnet for everyday coding (python-pro, backend-developer), Haiku for fast operational tasks (documentation-engineer, seo-specialist).
**Category overview:**
- **Core Development (11):** api-designer, backend-developer, frontend-developer, fullstack-developer, graphql-architect, microservices-architect, mobile-developer, ui-designer, websocket-engineer, electron-pro, design-bridge.
- **Language Specialists (30+):** typescript-pro, react-specialist, nextjs-developer, vue-expert, angular-architect, python-pro, golang-pro, rust-engineer, java-architect, swift-expert, rails-expert, django-developer, fastapi-developer, laravel-specialist, symfony-specialist, kotlin-specialist, flutter-expert, expo-react-native-expert, spring-boot-engineer, and more.
- **Infrastructure (16):** cloud-architect, devops-engineer, kubernetes-specialist, terraform-engineer, docker-expert, sre-engineer, security-engineer, azure-infra-engineer, terragrunt-expert, windows-infra-admin.
- **Quality & Security (17):** security-auditor, penetration-tester, code-reviewer, architect-reviewer, qa-expert, accessibility-tester, ai-writing-auditor, gdpr-ccpa-compliance, performance-engineer.
- **Meta & Orchestration:** agent-installer, multi-agent-coordinator, workflow-orchestrator, codebase-orchestrator, context-manager.
## Install
**Claude Code plugin (by category):**
```
claude plugin marketplace add VoltAgent/awesome-claude-code-subagents
claude plugin install voltagent-lang # Language specialists
claude plugin install voltagent-infra # Infrastructure & DevOps
claude plugin install voltagent-qa-sec # Quality & Security
claude plugin install voltagent-core-dev # Core Development
```
**Interactive installer (no clone required):**
```bash
curl -sO https://raw.githubusercontent.com/VoltAgent/awesome-claude-code-subagents/main/install-agents.sh
chmod +x install-agents.sh && ./install-agents.sh
```
## When to use
When you want a large catalog of purpose-built specialists with smart model routing already configured. Install by category to avoid loading the entire collection.