by supatest-ai
Collection of specialised Claude Code agents
# Add to your Claude Code skills
git clone https://github.com/supatest-ai/awesome-claude-code-sub-agentsGuides for using ai agents skills like awesome-claude-code-sub-agents.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:57:37.685Z",
"npmAuditRan": true,
"pipAuditRan": true
}awesome-claude-code-sub-agents is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by supatest-ai. Collection of specialised Claude Code agents. It has 162 GitHub stars.
Yes. awesome-claude-code-sub-agents passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/supatest-ai/awesome-claude-code-sub-agents" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh awesome-claude-code-sub-agents against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
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.