GitHub
github.com › davila7 › claude-code-templates
GitHub - davila7/claude-code-templates: CLI tool for configuring and monitoring Claude Code
npx claude-code-templates@latest ... Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow....
Starred by 13.5K users
Forked by 1.2K users
Languages Python 53.1% | JavaScript 24.8% | HTML 9.6% | TeX 8.3% | CSS 2.1% | Shell 1.4%
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.
Top answer 1 of 5
18
Out of curiosity, what’s the point of using such generic agents when you can generate one for your specific use case in an instant?
2 of 5
8
Production-ready: Tested in real-world scenarios What's your test methodology ? Where is the benchmark ? My guess, there is none and most of those were not even used. I can repro that repo with a single Claude prompt, it's completely useless.
Videos
Build a Team of AI Agents with Claude Templates
49:47
Turn Claude Code into a Multi‑Agent Personal Assistant (Claude ...
50:24
RAW Agentic Coding: ZERO to Agent SKILL - YouTube
02:05:20
Claude SDK: 24-Hour Coding Agent | Cole Medin - YouTube
33:57
Build an AI Army With Claude Code’s New Sub-Agents - YouTube
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 have been working on improving the Claude Code cheat sheet, and I thought it would be a great addition to add more practical, usable sub-agents that you can quickly use or modify to make them fit your specific use case. ... I have curated Claude Code subagents you can start using with code instruction examples. You can create the subagent and use the template to give it the precise roles it should perform.
Buildwithclaude
buildwithclaude.com
Claude Code Subagents & Commands Collection
Create and optimize specialized Claude Code agents. Expertise in agent design, prompt engineering, domain modeling, and best practices for claude-code-templates system.
Xpander
docs.xpander.ai › templates › 04-coding-agent-claude
Coding Agent (Claude Code) - xpander.ai
... The Coding Agent template provides a ready-to-deploy AI agent that leverages Claude Code for code generation, review, and automation. It can find issues, generate code, check task status, and open Pull Requests in GitHub.
GitHub
github.com › wshobson › agents
GitHub - wshobson/agents: Intelligent automation and multi-agent orchestration for Claude Code
Set via claude --model opus or claude --model sonnet when starting a session ... Coordinates 7+ agents: backend-architect → database-architect → frontend-developer → test-automator → security-auditor → deployment-engineer → observability-engineer ... Multi-agent security assessment with SAST, dependency scanning, and code review.
Starred by 23.4K users
Forked by 2.6K users
Languages Python 69.0% | Shell 31.0%
Coder
registry.coder.com › templates › sharkymark › docker-claude
Claude Code AI Agent Template by Mark Milligan
The Registry website uses JavaScript to serve assets. Please enable JavaScript to use the website
npm
npmjs.com › package › claude-code-templates
claude-code-templates - npm
The agents use the Claude Code SDK internally to provide specialized AI assistance with domain-specific knowledge and best practices. Install modular capabilities that Claude loads dynamically using Anthropic's progressive disclosure pattern: # Install individual skills npx claude-code-templates@latest --skill pdf-processing-pro npx claude-code-templates@latest --skill algorithmic-art npx claude-code-templates@latest --skill mcp-builder # Install multiple skills npx claude-code-templates@latest --skill pdf-anthropic,docx,xlsx,pptx
» npm install claude-code-templates
Published Nov 15, 2025
Version 1.28.3
Author Claude Code Templates
Claude
docs.claude.com › en › docs › claude-code › sub-agents
Subagents - Claude Code Docs
Plugins can provide custom subagents that integrate seamlessly with Claude Code. Plugin agents work identically to user-defined agents and appear in the /agents interface. Plugin agent locations: plugins include agents in their agents/ directory (or custom paths specified in the plugin manifest).
Claude Code Agents
subagents.cc
Claude Code Agents
This agent specializes in understanding user needs, pain points, and behaviors to inform product decisions within rapid development cycles. ... Discover professionally crafted Claude Code Agents with detailed descriptions and examples.
GitHub
github.com › vizra-ai › claude-code-agents
GitHub - vizra-ai/claude-code-agents
Detailed Prompts: No vague "help me code" - these agents know exactly what to do · Context Aware: They collaborate like a real team (minus the meeting overhead) Quality Focused: Production-grade outputs, not "here's a basic example" stuff · YAML Frontmatter: Proper Claude Code format - just works!
Starred by 97 users
Forked by 18 users
HexDocs
hexdocs.pm › claude › guide-subagents.html
Sub-Agents Guide — claude v0.5.3
📋 Quick Reference: See the Sub-Agents Cheatsheet for a concise reference of configuration options and patterns. For complete documentation on Claude Code's sub-agent system:
GitHub
github.com › hesreallyhim › awesome-claude-code
GitHub - hesreallyhim/awesome-claude-code: A curated list of awesome commands, files, and workflows for Claude Code
The repository is intentionally minimal, containing only configuration templates for three primary systems: Claude Code, Serena, and Task Master. Impressive CLI toolkit providing auto-save checkpointing, code quality hooks, specification generation and execution, and 20+ specialized subagents including oracle (gpt-5), code-reviewer (6-aspect deep analysis), ai-sdk-expert (Vercel AI SDK), typescript-expert and many more for Claude Code workflows. Development environments for coding agents.
Starred by 18.5K users
Forked by 1.1K users
Languages Python 98.9% | Makefile 1.1%
LangChain
blog.langchain.com › how-to-turn-claude-code-into-a-domain-specific-coding-agent
How to turn Claude Code into a domain specific coding agent
September 11, 2025 - The best results came from combining the two, where the agent has some base knowledge (via Claude.md) but can also access specific parts of the docs if it needs more info. ... The evaluation framework we used to to assess the generated code (a template you can reuse for your own libraries)