Claude Code agents are autonomous AI workers that can plan, execute, and iterate on complex multi-step development tasks without constant human supervision. Agents go beyond single prompts by breaking down high-level goals into sub-tasks, executing shell commands, editing files, running tests, and self-correcting errors across an entire development workflow.

AGT40 custom agents

27 Claude Code Agents — AI-Powered Development Teams

Agents represent the most advanced way to use Claude Code. While a prompt gives Claude a single instruction and a skill teaches Claude a repeatable workflow, an agent is a fully autonomous worker that can plan, execute, verify, and iterate on complex multi-step tasks without constant human supervision. Agents turn Claude Code from a conversational assistant into an AI-powered team member.

The architecture behind Claude Code agents is deceptively simple. You provide the agent with a goal, a set of available tools, and constraints. The agent breaks the goal into sub-tasks, determines the optimal execution order, and works through each step using the same tools a human developer would: reading files, running shell commands, editing code, executing tests, and searching documentation. When an agent encounters an error, it diagnoses the problem and adapts its approach rather than stopping.

One of the most powerful patterns in the Claude Code ecosystem is multi-agent orchestration. A lead agent can dispatch multiple sub-agents to work on independent tasks simultaneously. Picture a scenario where you ask a single agent to prepare a release: it spawns one sub-agent to run the full test suite, another to generate the changelog from commit history, a third to update version numbers across the codebase, and a fourth to check for dependency vulnerabilities. Each sub-agent works in its own context, and the lead agent merges the results and handles conflicts.

This directory features 27 battle-tested agents covering the full development lifecycle. You will find code review agents that catch bugs, security holes, and architectural anti-patterns, testing agents that generate comprehensive test suites and maintain coverage thresholds, refactoring agents that modernize legacy code while preserving behavior, and DevOps agents that manage deployments, infrastructure, and monitoring.

The best agents in this collection come with well-defined boundaries. They specify exactly what they will and will not do, include safety checks before destructive operations, and produce clear logs of every action taken. Whether you are a solo developer looking to multiply your output or a team lead wanting to automate repetitive workflows, these agents give you a concrete starting point to build your own AI-powered development team.

Quick Comparison: Top 5 Claude Code Agents

NameSpecialtyBest ForDifficulty
Code Review AgentSecurity and quality analysisAutomated PR reviews on every pushIntermediate
Test Writer AgentTest generation and coverageMaintaining 80%+ test coverage automaticallyIntermediate
Refactor AgentLegacy code modernizationMigrating codebases to modern patterns safelyAdvanced
DevOps AgentDeployment and infrastructureAutomated releases with rollback safetyAdvanced
Documentation AgentAPI docs and changelogsKeeping docs in sync with code changesBeginner

How to Create Custom Agents

Building a custom agent starts with defining its purpose, available tools, and success criteria in a CLAUDE.md configuration. You can launch agents via the CLI in non-interactive mode for CI/CD integration, or programmatically through the Claude Code SDK.

# Run an agent in non-interactive (headless) mode
claude --print "Review all files in src/ for security vulnerabilities. \
Report findings in a markdown table with severity ratings."
# Run an agent with a specific CLAUDE.md configuration
claude --print --config .claude/agents/code-review.md \
"Review the changes in the last 3 commits"
# Spawn a sub-agent for parallel task execution
claude --print "Run tests in parallel: unit tests, integration tests, \
and lint checks. Report all results together."

For production agents, define clear boundaries in your CLAUDE.md: specify what the agent should and should not modify, include safety checks before destructive operations, and require confirmation for actions that affect production systems.

Agents vs Skills: When to Use Each

AAgents

  • Autonomous, multi-step task execution
  • Self-correcting when errors occur
  • Can spawn sub-agents for parallel work
  • Best for complex, open-ended goals
  • Run in headless or interactive mode

SSkills

  • Instruction-based, repeatable workflows
  • Follow predefined steps precisely
  • Invoked via slash commands
  • Best for standardized, well-defined tasks
  • No code required to create

Use skills when the task is well-defined and repeatable, like generating commit messages or running a code review checklist. Use agents when the task is open-ended and requires planning, iteration, and judgment, like migrating a codebase from JavaScript to TypeScript or preparing a full release.

All Agents

40 resources

AutoGPT

Advanced

Autonomous AI agent platform for building and deploying continuous AI agents.

autonomousagentplatform
68,000by Significant-Gravitas
GitHub

Dify

Intermediate

Open-source LLM app development platform with visual workflow builder and RAG pipeline.

llm-platformworkflowrag
52,000by langgenius
GitHub

Hermes Agent — Self-Improving AI Agent by Nous Research

Intermediate

A self-improving autonomous AI agent with a built-in learning loop that creates and refines its own skills from experience. Features persistent cross-session memory, multi-platform messaging integration (Telegram, Discord, Slack, WhatsApp, Signal), flexible LLM provider support (Nous Portal, OpenRouter, OpenAI, Anthropic), built-in cron scheduler for unattended tasks, FTS5 session search, and multiple deployment options including Docker, SSH, VPS, GPU clusters, and serverless (Daytona, Modal). 25,900+ stars and 258 contributors. MIT licensed.

agentself-improvingautonomous
25,900by NousResearch
GitHub

CrewAI

Intermediate

Framework for orchestrating role-playing autonomous AI agents as collaborative crews.

multi-agentcrewrole-playing
24,000by crewAIInc
GitHub

Marketing Skills for AI Agents (40+)

Beginner

40+ specialized marketing skills for AI coding agents covering CRO, copywriting, SEO, analytics, and growth engineering. Built for technical marketers and founders. Works with Claude Code, Codex, and Cursor.

marketingseocopywriting
18,900by coreyhaines31
GitHub

LangGraph

Advanced

Framework for building stateful multi-agent applications with LLMs.

multi-agentstatefullangchain
18,000by langchain-ai
GitHub

CopilotKit

Intermediate

Open-source framework for building custom AI copilots into any React application.

copilotreactin-app-ai
16,000by CopilotKit
GitHub

Claude Skills (248 Multi-Domain)

Intermediate

248 production-ready skills spanning engineering, product management, marketing, compliance, and C-level advisory for 11 AI coding tools. Includes 332 Python CLI tools and 3 pre-configured personas.

multi-domainmarketingcompliance
9,400by alirezarezvani
GitHub

Claude Code Game Studios (48 Agents)

Intermediate

Transforms Claude Code into a full game development studio with 48 specialized agents in a studio hierarchy, 37 slash commands, 8 hooks, and 29 templates. Supports Godot 4, Unity, and Unreal Engine 5.

game-developmentgodotunity
8,200by Donchitos
GitHub

Claude Task Master

Intermediate

Task management and workflow orchestration agent for Claude Code projects.

tasksworkfloworchestration
6,800by eyaltoledano
GitHub

OWL

Advanced

Multi-agent collaboration framework with optimized workforce learning.

multi-agentcollaborationworkforce
5,200by camel-ai
GitHub

CC Connect (Multi-Platform Bridge)

Intermediate

Bridge connecting local AI coding agents to 10+ messaging platforms (Slack, Telegram, Discord, LINE, WeChat Work, Feishu). Chat with your AI dev assistant from anywhere without a public IP.

slacktelegramdiscord
4,200by chenhg5
GitHub

DeerFlow

Advanced

Agent workflow framework by ByteDance for building complex multi-step AI pipelines.

workflowpipelinebytedance
4,100by bytedance
GitHub

Claude Squad

Advanced

Multi-agent orchestrator that runs multiple Claude Code instances in parallel.

multi-agentparallelorchestration
3,800by smtg-ai
GitHub

Godogen (Godot Game Generator)

Intermediate

Claude Code skills that build complete Godot 4 projects from a game description. AI pipeline handles architecture, art generation, code writing, screenshot capture, and debugging in a single context window.

godotgame-generationart-generation
2,600by htdt
GitHub

SWE-AF

Advanced

Software engineering agent framework optimized for code generation and debugging tasks.

swecode-generationdebugging
1,800by Agent-Field
GitHub

Tech Lead Agent Orchestration (182 Agents)

Advanced

182+ specialized agents with tech lead orchestration -- backend, frontend, DevOps, security, and more

agenttech-leadarchitecture
1,543by leadcraft
GitHub

Backend Architect Agent

Intermediate

Specialized agent configuration for backend development. Expert in database design, API architecture, microservices patterns, caching strategies, and security hardening.

agentbackendarchitecture
1,432by agentcraft
GitHub

AIlice

Advanced

Autonomous AI agent with self-directed task planning and execution capabilities.

autonomousplanningexecution
1,400by myshell-ai
GitHub

Frontend Specialist Agent

Intermediate

Agent tuned for frontend development. Deep knowledge of React, Vue, Svelte, CSS architecture, accessibility standards, performance optimization, and design systems.

agentfrontendreact
1,234by agentcraft
GitHub

OpenClaw

Intermediate

Open-source agent framework for building structured, reliable AI agent workflows.

agent-frameworkstructuredworkflows
1,200by openclaw
GitHub

Claude Code Remote

Intermediate

Control Claude Code remotely via email, Discord, and Telegram. Start tasks locally, receive notifications when Claude completes them, and send new commands by simply replying to messages from anywhere.

remote-controlemaildiscord
1,200by JessyTsui
GitHub

DevOps Engineer Agent

Advanced

Agent specialized in infrastructure and DevOps. Handles Terraform, Kubernetes, CI/CD pipelines, monitoring setup, and incident response with security-first approach.

agentdevopskubernetes
1,098by agentcraft
GitHub

UI/UX Design Agents

Intermediate

Claude Code agents specialized in UI/UX design -- component generation, design system enforcement, and accessibility

agentuidesign
1,098by designcraft
GitHub

Security Auditor Agent

Advanced

Security-focused agent that performs OWASP Top 10 checks, dependency vulnerability scanning, secrets detection, and generates security compliance reports.

agentsecurityowasp
987by securityfirst
GitHub

API Architect Agent Collection

Advanced

Orchestrated sub-agent dev team with API architect, backend, frontend, and database specialists

agentapirest
987by apicraft
GitHub

Ghost OS

Advanced

Agent operating system that provides persistent memory and tool access to AI agents.

agent-osmemorypersistent
950by ghostwright
GitHub

Agent Teams - Multi-Agent Collaboration

Intermediate

Lets multiple Claude agents (Frontend, Backend, QA) collaborate on the same codebase simultaneously with coordinated workflows

multi-agentcollaborationteams
890by davila7
GitHub

QA Tester Agents for Claude Code

Intermediate

Specialized QA testing agents that automate test writing, bug detection, and quality assurance workflows

agentqatesting
876by qacraft
GitHub

Specialized Agents - Role-Based Experts

Beginner

Gives Claude a specific professional role -- frontend dev, backend engineer, QA tester, marketing writer -- with tailored system prompts

specialized-agentsrolessystem-prompt
870by davila7
GitHub

Agent Alchemy

Intermediate

Composable agent building blocks for creating specialized AI agent workflows.

composablebuilding-blocksagent
800by sequenzia
GitHub

Data Engineer Agent

Advanced

Agent configured for data engineering tasks. Specializes in ETL pipelines, data modeling, SQL optimization, dbt workflows, and data quality frameworks.

agentdata-engineeringetl
765by datacraft
GitHub

MetaClaw

Advanced

Meta-agent framework for building hierarchical agent systems with automatic delegation.

meta-agenthierarchicaldelegation
700by aiming-lab
GitHub

Product Manager Skills Agent

Beginner

PM assistant agent with product management skills -- roadmapping, prioritization, and stakeholder communication

agentproduct-managementuser-stories
654by pmcraft
GitHub

Nutrient Document Agent Skill

Beginner

Universal agent skill for document processing with Nutrient DWS API. Converts PDF/DOCX/XLSX/PPTX/HTML, extracts text/tables, OCR in 20+ languages, redacts PII, adds watermarks, and fills forms.

document-processingocrpdf
220by PSPDFKit-labs
GitHub

Claude Code Writer (Content Agent)

Beginner

Claude Code workspace that transforms ideas into multi-format content: research to long-form articles to platform-specific versions (LinkedIn, newsletter, social media, podcast Q&A). Learns your voice.

content-creationwritingpodcast
169by WomenDefiningAI
GitHub

deAPI Media Skills (OCR, TTS, Image Gen)

Beginner

AI media toolkit skill for Claude Code providing image generation (Flux), text-to-speech, YouTube/audio transcription, OCR, video generation, upscaling, and background removal via deAPI.

ocrttsimage-generation
130by deapi-ai
GitHub

Terminal Live (Telegram/Discord Monitor)

Intermediate

Monitor and chat with AI coding agents from Telegram, Discord, and Feishu. Web-based terminal interface with real-time tool visibility and permission approval via mobile devices.

terminaltelegramdiscord
104by y49
GitHub

AFK Code (Slack/Discord/Telegram Monitor)

Beginner

Monitor and interact with Claude Code sessions from Slack, Discord, or Telegram. Respond from your phone while AFK, enabling remote control of local coding sessions through popular chat platforms.

slackdiscordtelegram
87by clharman
GitHub

OneWave Claude Skills (100 Production-Ready)

Intermediate

100 production-ready AI skills across 15 categories including sales intelligence, marketing automation, sports analytics, and creative tools. Features meta-skills for conversation archaeology and skill navigation.

salesmarketingsports
78by OneWave-AI
GitHub

Frequently Asked Questions

What is a Claude Code agent?

A Claude Code agent is an autonomous or semi-autonomous AI worker built on top of Claude Code. Unlike a single prompt interaction, an agent can plan multi-step tasks, execute shell commands, read and write files, run tests, and iterate on its own output. Agents are typically configured through CLAUDE.md files and launched via the Claude Code CLI with specific instructions for a task like code review, refactoring, or deployment.

How do agents differ from prompts?

Prompts are single-turn instructions that shape how Claude responds. Agents are persistent, task-oriented workers that can take multiple actions over time. An agent might receive a high-level goal ("fix all failing tests in the auth module"), then autonomously plan the steps, execute them, verify the results, and report back. Agents use tools like Bash, file editing, and web search throughout their execution.

Can agents work together?

Yes. Claude Code supports multi-agent orchestration where a primary agent dispatches sub-agents to handle independent tasks in parallel. For example, a lead agent might spawn one sub-agent to fix lint errors, another to write missing tests, and a third to update documentation. Each sub-agent works in its own context, and the lead agent coordinates results. This pattern dramatically speeds up large tasks.

How do I build a custom agent?

Start by defining the agent's purpose and scope in a CLAUDE.md or configuration file. Specify what tools the agent should use, what constraints it must follow, and what success looks like. You can launch agents via the CLI using "claude --print" for non-interactive mode or programmatically through the Claude Code SDK. For complex agents, use the skills system to break down the agent's capabilities into modular, testable units.

What are the best agents for code review?

The most popular code review agents in this directory combine static analysis awareness with deep code understanding. Top-rated options include agents that check for security vulnerabilities, enforce architectural patterns, verify test coverage, and even suggest performance optimizations. Many teams configure review agents to run automatically on pull requests via CI/CD integration.

Know an agent we're missing?

Help us build the most complete directory of Claude Code agents.

Submit a Resource