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-agentsA 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 .
No comments yet. Be the first to share your thoughts!
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
│ ...