All tools
AgentCommunity23k

VoltAgent 154+ Subagents

Updated Jul 5, 2026

A curated collection of 154+ Claude Code subagents organized across ten categories: core development, language specialists (30+ frameworks), infrastructure, quality & security, data & AI, developer experience, specialized domains, business & product, meta-orchestration, and research & analysis. Each agent is independently installable as a Claude Code plugin.

View on GitHub

What it does

  • claude plugin install voltagent-lang

    Install 30+ language specialist agents (TypeScript, React, Next.js, Python, Go, Rust, Rails, Django, etc.).

  • claude plugin install voltagent-qa-sec

    Install quality and security agents including security-auditor, penetration-tester, code-reviewer, and accessibility-tester.

  • @security-auditor

    Invoke the security auditor subagent (runs on Opus) to review code for vulnerabilities with severity ratings and remediation steps.

  • @react-specialist

    Invoke the React 18+ specialist for modern hooks, state management, and performance optimization patterns.

  • /subagent-catalog:search <query>

    Search the catalog by name, description, or category to find the right agent for your task.

Files (1)

OVERVIEW.mdprimary · markdown · 2.4 KB
## 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.