The most useful subagent I have is tuned to aggressively detect bs. It independently validates whether things claimed to be done were, in fact, done, and calls the other agents out on anything they fudged. I named her Karen. Answer from ZentalonsMom on reddit.com
๐ŸŒ
Claude
code.claude.com โ€บ docs โ€บ en โ€บ sub-agents
Subagents - Claude Code Docs
The task has multiple steps that depend on each other Example scenario: ... User: Find all the places where we handle authentication and update them to use the new token format Claude: [Invokes general-purpose subagent] [Agent searches for auth-related code across codebase] [Agent reads and analyzes multiple files] [Agent makes necessary edits] [Returns detailed writeup of changes made]
๐ŸŒ
GitHub
github.com โ€บ wshobson โ€บ agents
GitHub - wshobson/agents: Intelligent automation and multi-agent orchestration for Claude Code
Coordinates 7+ agents: backend-architect โ†’ database-architect โ†’ frontend-developer โ†’ test-automator โ†’ security-auditor โ†’ deployment-engineer โ†’ observability-engineer ...
Starred by 23.4K users
Forked by 2.6K users
Languages ย  Python 69.0% | Shell 31.0%
๐ŸŒ
GitHub
github.com โ€บ VoltAgent โ€บ awesome-claude-code-subagents
GitHub - VoltAgent/awesome-claude-code-subagents: Production-ready Claude subagents collection with 100+ specialized AI agents for full-stack development, DevOps, data science, and business operations.
Claude Code automatically detects and loads the subagents ยท Invoke them naturally in conversation or let Claude decide when to use them ... --- name: subagent-name description: When this agent should be invoked tools: Read, Write, Edit, Bash, Glob, Grep --- You are a [role description and ...
Starred by 6.2K users
Forked by 671 users
๐ŸŒ
GitHub
github.com โ€บ hesreallyhim โ€บ a-list-of-claude-code-agents
GitHub - hesreallyhim/a-list-of-claude-code-agents: A list of Claude Code Sub-Agents submitted by the community.
EquilateralAgents Open Core by HappyHippo.ai 22 self-learning AI agents with memory and community standards contribution. Features agent memory (tracks last 100 executions), pattern recognition, and workflow optimization for security, quality, deployment, and compliance. Claude Code Subagents Collection by Seth Hobson.
Starred by 1.1K users
Forked by 106 users
๐ŸŒ
Medium
medium.com โ€บ @joe.njenga โ€บ 17-claude-code-subagents-examples-with-templates-you-can-use-immediately-c70ef5567308
17 Claude Code SubAgents Examples (With Templates You Can Use Immediately) | by Joe Njenga | Medium
August 1, 2025 - I did an introduction tutorial here โ€” how am I using Claude Code Subagents as my coding army โ€” thatโ€™s a great place to start learning how to use these subagents that will likely fire your dev team.
๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ we prepared a collection of claude code subagents for production-ready workflows.
r/ClaudeAI on Reddit: We prepared a collection of Claude code subagents for production-ready workflows.
August 5, 2025 -

We've prepared a comprehensive collection of production-ready Claude Code subagents: https://github.com/VoltAgent/awesome-claude-code-subagents

It contains 100+ specialized agents covering the most requested development tasks - frontend, backend, DevOps, AI/ML, code review, debugging, and more. All subagents follow best practices and are maintained by the open-source framework community.

Just copy to .claude/agents/ in your project to start using them.

๐ŸŒ
Claude Code Agents
subagents.cc
Claude Code Agents
Examples: <example> Context: Designing a new API user: "We need an API for our social sharing feature" assistant: "I'll design a RESTful API with proper authentication and rate limiting.
๐ŸŒ
Sabrina
sabrina.dev โ€บ p โ€บ reverse-engineering-claude-code-using
Reverse-Engineering Claude Code Using Claude Sub Agents (Part 1)
July 27, 2025 - To reverse engineer Claude Code, first I need to chunk its minified code, then de-minify each chunk. AKA de-obfuscate it. ... File Splitter sub agent: intelligently chunk the minified JavaScript file and output numbered chunks with metadata.
Find elsewhere
๐ŸŒ
Cuong
cuong.io โ€บ blog โ€บ 2025 โ€บ 06 โ€บ 24-claude-code-subagent-deep-dive
Claude Code: Subagent Deep Dive | Code Centre
Subagents are lightweight instances of Claude Code that can run inside of tasks, and each agent has its own context window. It appears that the parallelism level is capped at 10, but you can ask Claude Code to run more tasks, it will just queue them up. The Task Tool can support large numbers of tasks, as demonstrated by the 100-task example.
๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ what's your best way to use sub-agents in claude code so far?
r/ClaudeAI on Reddit: What's your best way to use Sub-agents in Claude Code so far?
July 31, 2025 -

Hey,

I wonder how you have made Subagents work for your most effectively yet in Claude Code. I feel like (as always) there have quickly been tons of repos with 50+ Subagents which was kind of similar when RooCode introduced their Custom modes a few months back.

After some first tests people seem to realize that it's not really effective to have just tons of them with some basic instructions and hope they do wonders.

So my question is: What works best for you? What Sub-agents have brought you real improvements so far?

The best things I can currently think of are very project specific. But I'm creating a little Task/Project management system for Claude Code (Simone on Github) and I wonder which more generic agents would work.

Keen to hear what works for you!

Cheers,
Helmi

P.S.: There's also an Issue on Github if you want to chime in there: Link

๐ŸŒ
Daily Dose of DS
blog.dailydoseofds.com โ€บ p โ€บ sub-agents-in-claude-code
Sub-agents in Claude Code - by Avi Chawla
August 8, 2025 - Now let's build a team of sub-agents and see them in action. ... Here's a blueprint to create a subagent. ... This subagent reviews your code for quality, security, and maintainability. It can also do semantic search over the entire codebase using Claude Context MCP by Ziliz (open-source).
๐ŸŒ
PubNub
pubnub.com โ€บ pubnub blog โ€บ best practices for claude code subagents
Best practices for Claude Code subagents
August 28, 2025 - Give them roles: Product Spec, Architect, Implementer/Tester, and chain them with Claude Code hooks to create a dependable software pipeline: Reproducibility: Stop re-prompting. Subagents and hooks codify repeatable steps. Separation of concerns: PM asks, Architect validates, Implementer builds & tests, QA verifies. Governance & safety: Each agent has scoped tools & permissions, while hooks gate and log transitions.
๐ŸŒ
Apidog
apidog.com โ€บ blog โ€บ claude-code-sub-agents
How Can Claude Code Sub-Agents Revolutionize Your Development Workflow?
July 28, 2025 - For example, a debugging sub-agent might flag an issue, prompting a testing sub-agent to validate a fixโ€”all without manual intervention. By maintaining separate contexts, sub-agents avoid confusion, focusing solely on their assignments.
๐ŸŒ
Goat Review
goatreview.com โ€บ how-to-use-claude-code-subagents-tutorial
How to Use Claude Code Subagents for Complex Development Projects
July 15, 2025 - Learn how Claude Code subagents create specialized AI teams for complex development. Complete guide with prompts, examples, and best practices.
๐ŸŒ
Claude
docs.claude.com โ€บ en โ€บ docs โ€บ agent-sdk โ€บ subagents
Subagents in the SDK - Claude Docs
Subagents can have restricted tool access via the tools field: Omit the field - Agent inherits all available tools (default) Specify tools - Agent can only use listed tools Example of a read-only analysis agent: ... const result = query({ prompt: "Analyze the architecture of this codebase", options: { agents: { 'code-analyzer': { description: 'Static code analysis and architecture review', prompt: `You are a code architecture analyst.
๐ŸŒ
Eesel AI
eesel.ai โ€บ blog โ€บ claude-code-subagents
7 powerful Claude Code subagents you can build in 2025 - eesel AI
Explore Claude Code subagents with task-specific AI helpers for developers and see when no-code alternatives like eesel AI are a smarter fit for business workflows.
๐ŸŒ
Medium
medium.com โ€บ @joe.njenga โ€บ how-im-using-claude-code-sub-agents-newest-feature-as-my-coding-army-9598e30c1318
How Iโ€™m Using Claude Code Sub Agents (Newest Feature) As My Coding Army | by Joe Njenga | Medium
July 26, 2025 - Claude Code subagents are specialized assistants that you can create for specific tasks.Each subagent operates with its own context window, custom system prompt, and specific tool permissions. This feature gives you unprecedented control over your development process, allowing you to delegate specific workflows, such as frontend development, backend APIs, code reviews, and research, to dedicated AI specialists that youโ€™ve personally trained.
๐ŸŒ
Enting's Blog
enting.org โ€บ mastering-claude-code-sub-agent
Mastering Claude Code: The Sub-agent Pattern
July 6, 2025 - tldr; to invoke sub-agent. Tell Claude: "complete this task, deploy multiple sub-agents, run them in parallel." Today I discovered sub-agent, and has been using it to speed up the burn rate on my Claude Code MAX plan drastically. ๐Ÿ˜„ Sub-agent is a built-in feature of Claude Code, but it is a
๐ŸŒ
Superprompt
superprompt.com โ€บ blog โ€บ best-claude-code-agents-and-use-cases
Best Claude Code Agents and Their Use Cases: Complete Guide for Developers - Superprompt.com
July 29, 2025 - Claude Code subagents use a simple Markdown format with YAML frontmatter: --- name: specialized-agent-name description: When this subagent should be invoked tools: [optional-tool-restrictions] --- System prompt defining the agent's role, capabilities, and behavior. Include specific instructions, constraints, and examples...