🌐
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.

🌐
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.
🌐
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.
🌐
Aitmpl
aitmpl.com
Claude Code Templates - Supercharge Your AI-Powered Development with Anthropic's Claude Code
Professional templates for Anthropic's Claude Code. Deep coding at terminal velocity with Claude Opus 4.1. Install 100+ agents, commands, settings & hooks. Transform your AI-powered development workflow.
🌐
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.2K users
Forked by 2.6K users
Languages   Python 68.0% | Shell 32.0%
🌐
Medium
medium.com › latinxinai › complete-guide-to-claude-code-templates-4e53d6688b34
Complete Guide to Claude Code Templates | by Daniel Avila | LatinXinAI | Medium
September 2, 2025 - Claude Code Templates organizes components into six categories: Specialized AI personas with specific expertise. Examples include frontend developers, security auditors, and legal reviewers.
🌐
Subagents
subagents.app › category › templates-generators
Templates & Generators Agents - Claude Code SubAgents
Code generation, templates, and boilerplate creators · 1 Agent Available · Templates & Generators · 88 · 7/25/2025 · Creates foundational templates, boilerplate code, and starter configurations · Beginner · templates · boilerplate · generator · +2 more ·
🌐
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.
Find elsewhere
🌐
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
🌐
DEV Community
dev.to › dani_avila7 › complete-guide-to-claude-code-templates-1pnp
Complete Guide to Claude Code Templates - DEV Community
August 27, 2025 - Claude Code Templates organizes components into six categories: Specialized AI personas with specific expertise. Examples include frontend developers, security auditors, and legal reviewers.
🌐
Claude
code.claude.com › docs › en › skills
Agent Skills - Claude Code Docs
This guide shows you how to create, use, and manage Agent Skills in Claude Code. Skills are modular capabilities that extend Claude’s functionality through organized folders containing instructions, scripts, and resources. ... Agent Skills package expertise into discoverable capabilities. Each Skill consists of a SKILL.md file with instructions that Claude reads when relevant, plus optional supporting files like scripts and templates.
🌐
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.
🌐
Reddit
reddit.com › r/claudeai › how i built a multi-agent orchestration system with claude code complete guide (from a nontechnical person don't mind me)
r/ClaudeAI on Reddit: How I Built a Multi-Agent Orchestration System with Claude Code Complete Guide (from a nontechnical person don't mind me)
June 1, 2025 -

edit: Anthropic created this /agents feature now. https://docs.anthropic.com/en/docs/claude-code/sub-agents#using-sub-agents-effectively

No more need to DM me please! Thank you :D

everyone! I've been getting a lot of questions about my multi-agent workflow with Claude Code, so I figured I'd share my complete setup. This has been a game-changer for complex projects, especially coming from an non technical background where coordinated teamwork is everything and helps fill in the gaps for me.

TL;DR

I use 4 Claude Code agents running in separate VSCode terminals, each with specific roles (Architect, Builder, Validator, Scribe). They communicate through a shared planning document and work together like a well-oiled machine. Setup takes 5 minutes, saves hours.

Why Multi-Agent Orchestration?

Working on complex projects with a single AI assistant is like having one engineer handle an entire project, possible but not optimal. By splitting responsibilities across specialized agents, you get:

  • Parallel development (4x faster progress)

  • Built-in quality checks (different perspectives)

  • Clear separation of concerns

  • Better organization and documentation

The Setup (5 minutes)

Step 1: Prepare Your Memory Files

First, save this template to /memory/multi-agent-template.md and /usermemory/multi-agent-template.md:

markdown# Multi-Agent Workflow Template with Claude Code

## Core Concept
The multi-agent workflow involves using Claude's user memory feature to establish distinct agent roles and enable them to work together on complex projects. Each agent operates in its own terminal instance with specific responsibilities and clear communication protocols.

## Four Agent System Overview

### INITIALIZE: Standard Agent Roles

**Agent 1 (Architect): Research & Planning**
- **Role Acknowledgment**: "I am Agent 1 - The Architect responsible for Research & Planning"
- **Primary Tasks**: System exploration, requirements analysis, architecture planning, design documents
- **Tools**: Basic file operations (MCP Filesystem), system commands (Desktop Commander)
- **Focus**: Understanding the big picture and creating the roadmap

**Agent 2 (Builder): Core Implementation**
- **Role Acknowledgment**: "I am Agent 2 - The Builder responsible for Core Implementation"
- **Primary Tasks**: Feature development, main implementation work, core functionality
- **Tools**: File manipulation, code generation, system operations
- **Focus**: Building the actual solution based on the Architect's plans

**Agent 3 (Validator): Testing & Validation**
- **Role Acknowledgment**: "I am Agent 3 - The Validator responsible for Testing & Validation"
- **Primary Tasks**: Writing tests, validation scripts, debugging, quality assurance
- **Tools**: Testing frameworks (like Puppeteer), validation tools
- **Focus**: Ensuring code quality and catching issues early

**Agent 4 (Scribe): Documentation & Refinement**
- **Role Acknowledgment**: "I am Agent 4 - The Scribe responsible for Documentation & Refinement"
- **Primary Tasks**: Documentation creation, code refinement, usage guides, examples
- **Tools**: Documentation generators, file operations
- **Focus**: Making the work understandable and maintainable

Step 2: Launch Your Agents

  1. Open VSCode with 4 terminal tabs

  2. In Terminal 1:bashcd /your-project && claude > You are Agent 1 - The Architect. Create MULTI_AGENT_PLAN.md and initialize the project structure.

  3. In Terminals 2-4:bashcd /your-project && claude > You are Agent [2/3/4]. Read MULTI_AGENT_PLAN.md to get up to speed.

That's it! Your agents are now ready to collaborate.

How They Communicate

The Shared Planning Document

All agents read/write to MULTI_AGENT_PLAN.md:

markdown## Task: Implement User Authentication
- **Assigned To**: Builder
- **Status**: In Progress
- **Notes**: Using JWT tokens, coordinate with Validator for test cases
- **Last Updated**: 2024-11-30 14:32 by Architect

## Task: Write Integration Tests
- **Assigned To**: Validator
- **Status**: Pending
- **Dependencies**: Waiting for Builder to complete auth module
- **Last Updated**: 2024-11-30 14:35 by Validator

Inter-Agent Messages

When agents need to communicate directly:

markdown# Architect Reply to Builder

The authentication flow should follow this pattern:
1. User submits credentials
2. Validate against database
3. Generate JWT token
4. Return token with refresh token

Please implement according to the diagram in /architecture/auth-flow.png

— Architect (14:45)

Real-World Example: Building a Health Compliance Checker

Here's how my agents built a supplement-medication interaction checker:

Architect (Agent 1):

  • Researched FDA guidelines and CYP450 pathways

  • Created system architecture diagrams

  • Defined data models for supplements and medications

Builder (Agent 2):

  • Implemented the interaction algorithm

  • Built the API endpoints

  • Created the database schema

Validator (Agent 3):

  • Wrote comprehensive test suites

  • Created edge case scenarios

  • Validated against known interactions

Scribe (Agent 4):

  • Generated API documentation

  • Created user guides

  • Built example implementations

The entire project was completed in 2 days instead of the week it would have taken with a single-agent approach.

Pro Tips

  1. Customize Your Agents: Adjust roles based on your project. For a web app, you might want Frontend, Backend, Database, and DevOps agents.

  2. Use Branch-Per-Agent: Keep work organized with Git branches:

    • agent1/planning

    • agent2/implementation

    • agent3/testing

    • agent4/documentation

  3. Regular Sync Points: Have agents check the planning document every 30 minutes

  4. Clear Boundaries: Define what each agent owns to avoid conflicts

  5. Version Control Everything: Including the MULTI_AGENT_PLAN.md file

Common Issues & Solutions

Issue: Agents losing context Solution: Have them re-read MULTI_AGENT_PLAN.md and check recent commits

Issue: Conflicting implementations Solution: Architect agent acts as tie-breaker and design authority

Issue: Agents duplicating work Solution: More granular task assignment in planning document

Why This Works

Coming from healthcare, I've seen how specialized teams outperform generalists in complex scenarios. The same principle applies here:

  • Each agent develops expertise in their domain

  • Parallel processing speeds up development

  • Multiple perspectives catch more issues

  • Clear roles reduce confusion

Getting Started Today

  1. Install Claude Code (if you haven't already)

  2. Copy the template to your memory files

  3. Start with a small project to get comfortable

  4. Scale up as you see the benefits

Questions?

Happy to answer any questions about the setup! This approach has transformed how I build complex systems, and I hope it helps you too.

The key is adapting the agent roles to your needs.

Note: I'm still learning and refining this approach. If you have suggestions or improvements, please share! We're all in this together.

🌐
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%
🌐
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
🌐
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:
🌐
Lee Hanchung
leehanchung.github.io › blogs › 2025 › 10 › 26 › claude-skills-deep-dive
Claude Agent Skills: A First Principles Deep Dive
These bunlded files can be Python scripts, shell scripts, font definitions, templates, etc. Using skill-creator as an example, it contains SILL.md, LICENSE.txt for the license, and a few Python scripts under teh /scripts folder. skill-creator does not have any /references or /assets. Skills are discovered and loaded from multiple sources. Claude Code scans user settings (~/.config/claude/skills/), project settings (.claude/skills/), plugin-provided skills, and built-in skills to build the available skills list.