Awesome Claude Code Subagents: 100+ Ready-to-Use Agent Configs
A curated collection of 100+ specialized Claude Code subagent configurations covering code review, testing, DevOps, database, security, and more.
Awesome Claude Code Subagents: 100+ Ready-to-Use Agent Configs
Key Takeaways#
- The Awesome Claude Code Subagents collection provides 100+ pre-built subagent configurations you can drop directly into your Claude Code workflow
- Subagents are organized by category: code review, testing, DevOps, database, security, UI/UX, and infrastructure
- Each subagent includes production-ready prompts, MCP server configurations, and file permissions
- The project is open-source (MIT license) with 18,700+ GitHub stars and an active community contributing new agents
What Is the Awesome Claude Code Subagents Collection?#
The Awesome Claude Code Subagents collection, maintained by VoltAgent, is a community-driven catalog of specialized Claude Code subagent configurations. Instead of writing agent prompts from scratch, you browse the catalog, find the agent that matches your workflow, and copy its configuration into your project's .claude/ directory.
The collection covers the full development lifecycle. Need a code reviewer that checks for security vulnerabilities? There's a subagent for that. Want an automated test writer that generates unit tests from your source code? Covered. Looking for a DevOps agent that handles Docker and Kubernetes configs? That's there too.
How to Use the Collection#
Installation#
Clone the repository and copy the subagent configurations you need:
git clone https://github.com/VoltAgent/awesome-claude-code-subagents.git cd awesome-claude-code-subagents # Copy specific agents to your project cp categories/code-review/.claude /your-project/.claude
Or use the subagent-catalog discovery tool to search and install agents directly from the terminal.
Category Overview#
The collection organizes subagents into these categories:
- Code Review: Automated PR reviews, security audits, style enforcement
- Testing: Unit test generation, integration test scaffolding, coverage analysis
- DevOps: CI/CD pipeline generation, Docker optimization, infrastructure-as-code
- Database: Schema design, migration writing, query optimization
- Security: Vulnerability scanning, dependency auditing, compliance checks
- UI/UX: Component generation, accessibility auditing, design system enforcement
- Infrastructure: Cloud resource management, monitoring setup, incident response
Subagent Structure#
Each subagent configuration includes:
- System prompt: The instructions that define the agent's behavior and expertise
- MCP server connections: External tools the agent can access (databases, APIs, file systems)
- File permissions: Read/write access scope for the agent's context
- Allowed commands: Shell commands the agent is permitted to execute
Popular Subagents#
Code Review Agent#
Performs automated code reviews focusing on correctness, performance, and security. Flags potential issues before they reach production.
Test Writer Agent#
Generates unit and integration tests from source code. Supports Jest, pytest, and Go test frameworks with configurable coverage targets.
DevOps Agent#
Handles Dockerfile optimization, Kubernetes manifest generation, and CI/CD pipeline configuration. Supports GitHub Actions, GitLab CI, and Jenkins.
Database Expert#
Writes SQL migrations, optimizes slow queries, and designs schemas for PostgreSQL, MySQL, and MongoDB.
Security Scanner#
Scans codebases for OWASP Top 10 vulnerabilities, audits npm/pip dependencies, and generates security reports.
Who Should Use This#
- Solo developers who want specialized AI assistance without writing custom prompts
- Teams standardizing on a shared set of Claude Code subagent configurations
- DevOps engineers automating infrastructure management with AI-assisted workflows
- QA engineers generating test suites from existing codebases
Contributing#
The project accepts community contributions via GitHub pull requests. Each new subagent must include a system prompt, file permissions, and a brief description of its use case. The maintainers review submissions weekly and merge agents that meet quality standards.
Why It Stands Out#
Unlike general-purpose Claude Code guides, this collection gives you battle-tested, production-ready configurations. Each agent has been tested by the community and refined through real-world usage. The category system makes it easy to find exactly what you need, and the subagent-catalog CLI tool lets you search and install without leaving your terminal.