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
Claude Code includes built-in subagents that are available out of the box: The general-purpose subagent is a capable agent for complex, multi-step tasks that require both exploration and action.
🌐
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, ...
Starred by 6.2K users
Forked by 671 users
Discussions

How to use Claude Code subagents to parallelize development
Underneath is just a system prompt, or more likely a prompt layered on top "You are a frontend engineer, competent in react and Next.js, tailwind-css" - the stack details and project layout, key information is already in the CLAUDE.md. For more stuff the model is going to call file-read tools ... More on news.ycombinator.com
🌐 news.ycombinator.com
128
288
September 23, 2025
Claude Code introduces specialized sub-agents
the main problem I have is that the agents just aren't used · For example, I set up a code reviewer agent today and then asked claude to review code, and it went off and did it by itself without using the agent More on news.ycombinator.com
🌐 news.ycombinator.com
62
161
August 5, 2025
PSA - don't forget you can invoke subagents in Claude code.
Experimenting with sub-agents is super fun! If you know the scope and data flow of the task you're doing, provide Claude with a count of the amount of sub-agents he should utilise for each step of the task and watch them go Brrr! Sub-agent utilisation is a skill that must be honed. More on reddit.com
🌐 r/ClaudeAI
72
166
June 12, 2025
Claude Code sub agents
I hope they create official predefined agent templates. More on reddit.com
🌐 r/ClaudeAI
62
111
July 25, 2025
🌐
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

🌐
Anthropic
anthropic.com › engineering › building-agents-with-the-claude-agent-sdk
Building agents with the Claude Agent SDK
September 29, 2025 - First, they enable parallelization: you can spin up multiple subagents to work on different tasks simultaneously. Second, they help manage context: subagents use their own isolated context windows, and only send relevant information back to the orchestrator, rather than their full context.
🌐
Medium
medium.com › @ooi_yee_fei › building-with-claude-code-subagents-my-beloved-minions-b5a9a4318ba5
Building with Claude Code Subagents (My Beloved Minions) | by Yee Fei | Medium
September 6, 2025 - Subagents are specialized AI agents within Claude Code. Instead of one general-purpose agent, now you can define each with their own roles and tools.
🌐
Hacker News
news.ycombinator.com › item
How to use Claude Code subagents to parallelize development | Hacker News
September 23, 2025 - Underneath is just a system prompt, or more likely a prompt layered on top "You are a frontend engineer, competent in react and Next.js, tailwind-css" - the stack details and project layout, key information is already in the CLAUDE.md. For more stuff the model is going to call file-read tools ...
🌐
zach wills
zachwills.net › home › how to use claude code subagents to parallelize development
How to Use Claude Code Subagents to Parallelize Development | zach wills
September 23, 2025 - For those who want to implement this workflow, here are the definitions for the custom command and agents used. To add a new command in Claude Code, create a command.md file in ~/.claude/commands or ./.claude/commands · Similarly, you can define subagents by manually adding them to ~/.claude/agents/ or your project’s ./.claude/agents/ folder or by using the /agents command when in a Claude Code session.
Find elsewhere
🌐
AWS Builder Center
builder.aws.com › content › 2wsHNfq977mGGZcdsNjlfZ2Dx67 › unleashing-claude-codes-hidden-power-a-guide-to-subagents
Unleashing Claude Code's hidden power: A guide to ...
Connect with builders who understand your journey. Share solutions, influence AWS product development, and access useful content that accelerates your growth. Your community starts here.
🌐
Claude Code Agents
subagents.cc
Claude Code Agents
Discover, share, and download powerful Claude Code agents. Browse the community collection of AI-powered coding agents for Claude Code, Anthropic's official CLI for Claude.
🌐
GitHub
github.com › wshobson › agents
GitHub - wshobson/agents: Intelligent automation and multi-agent orchestration for Claude Code
2 weeks ago - 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%
🌐
Sshh
blog.sshh.io › p › how-i-use-every-claude-code-feature
How I Use Every Claude Code Feature - by Shrivu Shankar
November 2, 2025 - The Takeaway: Use slash commands as simple, personal shortcuts, not as a replacement for building a more intuitive CLAUDE.md and better-tooled agent. On paper, custom subagents are Claude Code’s most powerful feature for context management. The pitch is simple: a complex task requires X tokens of input context (e.g., how to run tests), accumulates Y tokens of working context, and produces a Z token answer.
🌐
Medium
medium.com › vibe-coding › 99-of-developers-havent-seen-claude-code-sub-agents-it-changes-everything-c8b80ed79b97
99% of Developers Haven’t Seen Claude Code Sub Agents (It Changes Everything) | Vibe Coding
July 30, 2025 - Claude Code Sub Agents let you build specialized AI teams for coding tasks. Stop context switching and boost productivity in minutes.
🌐
Hacker News
news.ycombinator.com › item
Claude Code introduces specialized sub-agents | Hacker News
August 5, 2025 - the main problem I have is that the agents just aren't used · For example, I set up a code reviewer agent today and then asked claude to review code, and it went off and did it by itself without using the agent
🌐
Reddit
reddit.com › r/claudeai › psa - don't forget you can invoke subagents in claude code.
r/ClaudeAI on Reddit: PSA - don't forget you can invoke subagents in Claude code.
June 12, 2025 -

I've seen lots of posts examining running Claude instances in multiagent frameworks to emulate an full dev team and such.

I've read the experiences of people who've found their Claude instances have gone haywire and outright hallucinated or "lied" or outright fabricated that it has done task X or Y or has done code for X and Z.

I believe that we are overlooking an salient and important feature that is being underutilised which is the Claude subagents. Claude's official documentation highlights when we should be invoking subagents (for complex tasks, verifying details or investigating specific problems and reviewing multiple files and documents) + for testing also.

I've observed my context percentage has lasted vastly longer and the results I'm getting much much more better than previous use.

You have to be pretty explicit in the subagent invocation " use subagents for these tasks " ," use subagents for this project" invoke it multiple times in your prompt.

I have also not seen the crazy amount of virtual memory being used anymore either.

I believe the invocation allows Claude to either use data differently locally by more explicitly mapping the links between information or it's either handling the information differently at the back end. Beyond just spawning multiple subagents.

( https://www.anthropic.com/engineering/claude-code-best-practices )

🌐
Reddit
reddit.com › r/claudeai › claude code sub agents
r/ClaudeAI on Reddit: Claude Code sub agents
July 25, 2025 -

You can now create CUSTOM AI AGENTS inside Claude Code that handle specific tasks with their OWN CONTEXT WINDOWS. This is HUGE for anyone building complex projects.

Here's a sub agent I just made that's ALREADY saving me hours - a code refactoring agent that automatically refactor code:

---
name: code-refactoring-specialist
description: MUST BE USED for refactoring large files, extracting components, and modularizing codebases. Identifies logical boundaries and splits code intelligently. Use PROACTIVELY when files exceed 500 lines.
tools: Read, Edit, Bash, Grep
---

You are a refactoring specialist who breaks monoliths into clean modules. When slaying monoliths:

1. Analyze the beast:
   - Map all functions and their dependencies
   - Identify logical groupings and boundaries
   - Find duplicate/similar code patterns
   - Spot mixed responsibilities

2. Plan the attack:
   - Design new module structure
   - Identify shared utilities
   - Plan interface boundaries
   - Consider backward compatibility

3. Execute the split:
   - Extract related functions into modules
   - Create clean interfaces between modules
   - Move tests alongside their code
   - Update all imports

4. Clean up the carnage:
   - Remove dead code
   - Consolidate duplicate logic
   - Add module documentation
   - Ensure each file has single responsibility

Always maintain functionality while improving structure. No behavior changes!

What sub agents are y'all building??? Drop yours below

🌐
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.
🌐
Anthropic
anthropic.com › engineering › claude-code-best-practices
Claude Code: Best practices for agentic coding
Ask Claude to read relevant files, images, or URLs, providing either general pointers ("read the file that handles logging") or specific filenames ("read logging.py"), but explicitly tell it not to write any code just yet. This is the part of the workflow where you should consider strong use of subagents...