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