Sign in with Google
OpenToolslogo
ToolsExpertsSubmit a Tool
Advertise
HomeResourcesClaude CodeAwesome Claude Code Subagents: 100+ Ready-to-Use Agent Configs
PrevAllNext

Claude Code Resources

  • Claude Code Quick Start Guide: Install, Authenticate, Runquickstart
  • How to Write CLAUDE.md: Claude Code's Most Important File
  • Claude Code CLI Reference: Every Command and Flagreference
  • Claude HowTo: Visual Guide to Claude Code from Basics to Advanced Agents
  • Claude Code in Your IDE: VS Code, JetBrains, and Desktop App
  • Claude Cookbooks: Official Recipes and Notebooks by Anthropicreference
  • Awesome Claude Code Subagents: 100+ Ready-to-Use Agent Configsreference
  • Claude Code Skills and Custom Commands: Extend Claude's Capabilities
  • Claude Code Hooks: Automate Your Workflow with Lifecycle Events
  • Claude Code MCP: Connect External Tools and Data Sources
  • Claude Code vs Cursor vs GitHub Copilot: 2026 Comparisoncomparison
  • Claude Code Subagents: Parallel Processing for Complex Tasks
  • Claude Agent SDK: Build Custom AI Agents Programmatically
  • Claude Code in CI/CD: GitHub Actions, GitLab CI, and Automation
  • 25 Advanced Claude Code Tips: From Power User to Protips
  • Everything Claude Code (ECC) - Configuration Framework & Toolkittoolkit

Awesome Claude Code Subagents: 100+ Ready-to-Use Agent Configs

referencebeginner6 min readVerified Apr 29, 2026

A curated collection of 100+ specialized Claude Code subagent configurations covering code review, testing, DevOps, database, security, and more.

claude-codesubagentsai-agentscode-reviewtestingdevopsopen-sourcedeveloper-toolsautomationreference

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:

  1. System prompt: The instructions that define the agent's behavior and expertise
  2. MCP server connections: External tools the agent can access (databases, APIs, file systems)
  3. File permissions: Read/write access scope for the agent's context
  4. 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.

PreviousClaude Cookbooks: Official Recipes and Notebooks by AnthropicNextClaude Code Skills and Custom Commands: Extend Claude's Capabilities

On this page

  • Key Takeaways
  • What Is the Awesome Claude Code Subagents Collection?
  • How to Use the Collection
  • Installation
  • Category Overview
  • Subagent Structure
  • Popular Subagents
  • Code Review Agent
  • Test Writer Agent
  • DevOps Agent
  • Database Expert
  • Security Scanner
  • Who Should Use This
  • Contributing
  • Why It Stands Out

Footer

Company name

The right AI tool is out there. We'll help you find it.

LinkedInX

Knowledge Hub

  • News
  • Resources
  • Newsletter
  • Blog
  • AI Tool Reviews

Industry Hub

  • AI Companies
  • AI Tools
  • AI Models
  • MCP Servers
  • AI Tool Categories
  • Top AI Use Cases

For Builders

  • Submit a Tool
  • Experts & Agencies
  • Advertise
  • Compare Tools
  • Favourites

Legal

  • Privacy Policy
  • Terms of Service

© 2026 OpenTools - All rights reserved.