Videos
How do I install Claude Code subagents?
What are Claude Code subagents and how do they work?
Can Claude Code subagents work together on complex tasks?
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.
Iโve been experimenting with Claude Code sub-agents and found them really useful โ but thereโs no proper orchestration between them. They work in isolation, which makes it hard to build complex features cleanly.
So I built this:
๐ง awesome-claude-agents โ a full AI development team that works like a real dev shop.
Each agent has a specialty โ backend, frontend, API, ORM, state management, etc. When you say something like:
You donโt just get generic boilerplate. You get:
Tech Lead coordinating the job
Analyst detecting your stack (say Django + React)
Backend/Frontend specialists implementing best practices
API architect mapping endpoints
Docs & Performance agents cleaning things up
๐ฏ Goal: More production-ready results, better code quality, and faster delivery โ all inside Claude.
โ Quick Start:
git clone https://github.com/vijaythecoder/awesome-claude-agents.git cp -r awesome-claude-agents/agents ~/.claude/
Then run the following in your project:
claude "Use team-configurator to set up my AI development team"
Now Claude uses 26 agents in parallel to build your features.
๐ GitHub: https://github.com/vijaythecoder/awesome-claude-agents
Happy to answer questions or take feedback. Looking for early adopters, contributors, and ideas on how to grow this further.
Let me know what you think.
Iโve been experimenting with Claude Code sub-agents and found them really useful โ but thereโs no proper orchestration between them. They work in isolation, which makes it hard to build complex features cleanly.
So I built this:
๐ง awesome-claude-agents โ a full AI development team that works like a real dev shop.
Each agent has a specialty โ backend, frontend, API, ORM, state management, etc. When you say something like:
You donโt just get generic boilerplate. You get:
Tech Lead coordinating the job
Analyst detecting your stack (say Django + React)
Backend/Frontend specialists implementing best practices
API architect mapping endpoints
Docs & Performance agents cleaning things up
๐ฏ Goal: More production-ready results, better code quality, and faster delivery โ all inside Claude.
โ Quick Start:
git clone https://github.com/vijaythecoder/awesome-claude-agents.git cp -r awesome-claude-agents/agents ~/.claude/
Then run the following in your project:
claude "Use team-configurator to set up my AI development team"
Now Claude uses 26 agents in parallel to build your features.
๐ GitHub: https://github.com/vijaythecoder/awesome-claude-agents
Happy to answer questions or take feedback. Looking for early adopters, contributors, and ideas on how to grow this further.
Let me know what you think.
Ready to transform Claude Code from a smart generalist into a powerhouse team of AI specialists? ๐
I'm thrilled to share - Claude Code Subagents, a collection of 35 specialized AI agents designed to supercharge your development workflows.
Instead of a single AI, imagine an orchestrated team of experts automatically delegated to tasks based on context. This collection extends Claude's capabilities across the entire software development lifecycle.
Key Features:
๐ค Intelligent Auto-Delegation: Claude automatically selects the right agent for the job.
๐ง Deep Domain Expertise: 35 agents specializing in everything from backend-architecture and security-auditing to react-pro and devops-incident-responder.
๐ Seamless Orchestration: Agents collaborate on complex tasks, like building a feature from architecture design to security review and testing.
๐ Built-in Quality Gates: Leverage agents like code-reviewer and qa-expert to ensure quality and robustness.
Whether you're designing a RESTful API, optimizing a database, debugging a production incident, or refactoring legacy code, thereโs a specialist agent ready to help.
Check out the full collection of 35 agents on GitHub! I'd appreciate a star โญ if you find it useful, and contributions are always welcome.
GitHub Repo: https://github.com/lst97/claude-code-sub-agents
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