Collection of specialised Claude Code agents
170
stars
12
commits
Sep 19, 2025
updated
A comprehensive collection of specialized Claude Code agents for software development, designed as expert consultants that provide architectural guidance, decision frameworks, and best practices. Each agent focuses on helping you make informed technology choices and design decisions rather than generating code.
Install Claude Code: Follow the official installation guide
Clone this repository:
git clone https://github.com/supatest-ai/awesome-claude-code-agents.git
cd awesome-claude-code-agents
Copy agent files: Copy the agent .md files to your Claude Code agents directory:
cp */*.md ~/.config/claude-code/agents/
Verify installation: List available agents:
claude-code agents list
Claude Code agents can be invoked in several ways:
PROACTIVELY in their description will be automatically invoked based on context@agent-name in your messages to explicitly invoke an agentFor more details, see the Claude Code documentation.
awesome-claude-code-agents/
├── README.md # This file
├── CONTRIBUTING.md # Contribution guidelines
├── languages/ # Programming language experts
│ ├── python-expert.md
│ ├── javascript-typescript-expert.md
│ ├── java-expert.md
│ ├── go-expert.md
│ ├── csharp-expert.md
│ ├── rust-expert.md
│ ├── ruby-expert.md
│ ├── php-expert.md
│ ├── swift-expert.md
│ └── kotlin-expert.md
├── frameworks/ # Framework specialists
│ ├── react-architect.md
│ ├── vue-specialist.md
│ ├── angular-expert.md
│ ├── django-expert.md
│ └── spring-boot-expert.md
├── development-workflows/ # Development workflow experts
│ └── code-review-master.md
├── architecture/ # System architecture specialists
│ ├── design-patterns-expert.md
│ ├── microservices-architect.md
│ └── clean-architecture-expert.md
├── testing/ # Testing and quality assurance
│ ├── test-automation-specialist.md
│ └── performance-testing-expert.md
├── performance/ # Performance specialists
│ └── performance-optimization-specialist.md
├── data-science/ # Data science and analytics
│ └── python-data-scientist.md
├── llm-engineering/ # LLM engineering and operations
│ ├── prompt-engineering-specialist.md
│ ├── rag-architecture-expert.md
│ ├── llmops-engineer.md
│ ├── multi-agent-systems-architect.md
│ ├── llm-finetuning-expert.md
│ └── llm-observability-specialist.md
├── ai-ml/ # AI and machine learning
│ └── machine-learning-engineer.md
├── devops/ # DevOps and infrastructure
│ ├── aws-cloud-architect.md
│ ├── docker-specialist.md
│ ├── kubernetes-expert.md
│ └── terraform-infrastructure-expert.md
├── industries/ # Industry domain experts
│ ├── fintech-security-expert.md
│ └── healthcare-hipaa-expert.md
├── templates/ # Agent templates for custom agents
│ ├── basic-agent-template.md
│ └── advanced-agent-template.md
└── docs/ # Additional documentation
├── agent-development-guide.md
├── best-practices.md
└── examples/
Our agents function as specialized architectural consultants rather than code generators. They help you:
Ecosystem guides for programming languages focusing on framework selection, performance optimization, and architectural decisions.
Architecture specialists for popular frameworks focusing on project structure, state management decisions, and performance optimization.
Agents focused on development workflows, code quality, and team collaboration with comprehensive automation and best practices.
System architecture specialists focusing on pattern selection, design decisions, and scalability strategies.
Comprehensive testing strategies and quality assurance practices.
Performance specialists focused on optimization and scalability.
Infrastructure architecture specialists focusing on deployment strategies, scalability decisions, and operational excellence.
Specialized agents for Large Language Model engineering, operations, and production systems with focus on modern LLM application development.
Data science and machine learning specialists for analytics, modeling, and production ML systems.
Domain experts for specific industries with specialized knowledge and compliance requirements.
Unlike traditional code-generation agents, our agents are designed as specialized consultants that help you make informed architectural and technology decisions:
Traditional Agents: Our Agents:
"Here's React code" → "When to choose React vs Vue vs Angular"
"FastAPI example" → "Django vs FastAPI vs Flask decision matrix"
"Docker config" → "Containerization strategy and patterns"
"AWS Lambda code" → "Serverless vs container deployment decisions"
Based on analysis of successful Claude Code agent repositories, our agents follow proven patterns:
Each agent acts as a domain expert consultant providing:
Each agent in this collection follows these design principles:
All agents follow the Claude Code subagent format with YAML frontmatter:
---
name: agent-name
description: Brief description with PROACTIVELY keyword for auto-invocation
tools: Read, Write, Edit, Bash, Grep, Glob, MultiEdit
---
PROACTIVELY in description for agents that should be auto-invokedWe welcome contributions from the community! See our Contributing Guidelines for details on:
This project is licensed under the MIT License - see the LICENSE file for details.
This project builds upon the excellent work of the open-source community. Special thanks to:
If you find this collection helpful, please consider:
Built with ❤️ for the developer community
Collection of specialised Claude Code agents
170
stars
12
commits
Sep 19, 2025
updated
A comprehensive collection of specialized Claude Code agents for software development, designed as expert consultants that provide architectural guidance, decision frameworks, and best practices. Each agent focuses on helping you make informed technology choices and design decisions rather than generating code.
Install Claude Code: Follow the official installation guide
Clone this repository:
git clone https://github.com/supatest-ai/awesome-claude-code-agents.git
cd awesome-claude-code-agents
Copy agent files: Copy the agent .md files to your Claude Code agents directory:
cp */*.md ~/.config/claude-code/agents/
Verify installation: List available agents:
claude-code agents list
Claude Code agents can be invoked in several ways:
PROACTIVELY in their description will be automatically invoked based on context@agent-name in your messages to explicitly invoke an agentFor more details, see the Claude Code documentation.
awesome-claude-code-agents/
├── README.md # This file
├── CONTRIBUTING.md # Contribution guidelines
├── languages/ # Programming language experts
│ ├── python-expert.md
│ ├── javascript-typescript-expert.md
│ ├── java-expert.md
│ ├── go-expert.md
│ ├── csharp-expert.md
│ ├── rust-expert.md
│ ├── ruby-expert.md
│ ├── php-expert.md
│ ├── swift-expert.md
│ └── kotlin-expert.md
├── frameworks/ # Framework specialists
│ ├── react-architect.md
│ ├── vue-specialist.md
│ ├── angular-expert.md
│ ├── django-expert.md
│ └── spring-boot-expert.md
├── development-workflows/ # Development workflow experts
│ └── code-review-master.md
├── architecture/ # System architecture specialists
│ ├── design-patterns-expert.md
│ ├── microservices-architect.md
│ └── clean-architecture-expert.md
├── testing/ # Testing and quality assurance
│ ├── test-automation-specialist.md
│ └── performance-testing-expert.md
├── performance/ # Performance specialists
│ └── performance-optimization-specialist.md
├── data-science/ # Data science and analytics
│ └── python-data-scientist.md
├── llm-engineering/ # LLM engineering and operations
│ ├── prompt-engineering-specialist.md
│ ├── rag-architecture-expert.md
│ ├── llmops-engineer.md
│ ├── multi-agent-systems-architect.md
│ ├── llm-finetuning-expert.md
│ └── llm-observability-specialist.md
├── ai-ml/ # AI and machine learning
│ └── machine-learning-engineer.md
├── devops/ # DevOps and infrastructure
│ ├── aws-cloud-architect.md
│ ├── docker-specialist.md
│ ├── kubernetes-expert.md
│ └── terraform-infrastructure-expert.md
├── industries/ # Industry domain experts
│ ├── fintech-security-expert.md
│ └── healthcare-hipaa-expert.md
├── templates/ # Agent templates for custom agents
│ ├── basic-agent-template.md
│ └── advanced-agent-template.md
└── docs/ # Additional documentation
├── agent-development-guide.md
├── best-practices.md
└── examples/
Our agents function as specialized architectural consultants rather than code generators. They help you:
Ecosystem guides for programming languages focusing on framework selection, performance optimization, and architectural decisions.
Architecture specialists for popular frameworks focusing on project structure, state management decisions, and performance optimization.
Agents focused on development workflows, code quality, and team collaboration with comprehensive automation and best practices.
System architecture specialists focusing on pattern selection, design decisions, and scalability strategies.
Comprehensive testing strategies and quality assurance practices.
Performance specialists focused on optimization and scalability.
Infrastructure architecture specialists focusing on deployment strategies, scalability decisions, and operational excellence.
Specialized agents for Large Language Model engineering, operations, and production systems with focus on modern LLM application development.
Data science and machine learning specialists for analytics, modeling, and production ML systems.
Domain experts for specific industries with specialized knowledge and compliance requirements.
Unlike traditional code-generation agents, our agents are designed as specialized consultants that help you make informed architectural and technology decisions:
Traditional Agents: Our Agents:
"Here's React code" → "When to choose React vs Vue vs Angular"
"FastAPI example" → "Django vs FastAPI vs Flask decision matrix"
"Docker config" → "Containerization strategy and patterns"
"AWS Lambda code" → "Serverless vs container deployment decisions"
Based on analysis of successful Claude Code agent repositories, our agents follow proven patterns:
Each agent acts as a domain expert consultant providing:
Each agent in this collection follows these design principles:
All agents follow the Claude Code subagent format with YAML frontmatter:
---
name: agent-name
description: Brief description with PROACTIVELY keyword for auto-invocation
tools: Read, Write, Edit, Bash, Grep, Glob, MultiEdit
---
PROACTIVELY in description for agents that should be auto-invokedWe welcome contributions from the community! See our Contributing Guidelines for details on:
This project is licensed under the MIT License - see the LICENSE file for details.
This project builds upon the excellent work of the open-source community. Special thanks to:
If you find this collection helpful, please consider:
Built with ❤️ for the developer community