supatest-ai/awesome-claude-code-sub-agents
163 stars · Last commit 2025-09-19
Collection of specialised Claude Code agents
README preview
# Awesome Claude Code Agents 🤖 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. ## 🚀 Quick Start ### Setting Up Claude Code Agents 1. **Install Claude Code**: Follow the [official installation guide](https://docs.anthropic.com/en/docs/claude-code/installation) 2. **Clone this repository**: ```bash git clone https://github.com/supatest-ai/awesome-claude-code-agents.git cd awesome-claude-code-agents ``` 3. **Copy agent files**: Copy the agent `.md` files to your Claude Code agents directory: ```bash cp */*.md ~/.config/claude-code/agents/ ```