supatest-ai

Awesome Claude Code Sub Agents

general

Description

Collection of specialised Claude Code agents

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

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**:

    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:

    cp */*.md ~/.config/claude-code/agents/
  4. **Verify installation**: List available agents:

    claude-code agents list

How to Use Agents

Claude Code agents can be invoked in several ways:

  1. Automatic Invocation: Agents with PROACTIVELY in their description will be automatically invoked based on context
  2. Manual Invocation: Use @agent-name in your messages to explicitly invoke an agent
  3. Task-Specific: Agents will be suggested based on the files you're working with and the tasks you're performing

For more details, see the [Claude Code documentation](https://docs.anthropic.com/en/docs/claude-code).

📁 Repository Structure

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/                        # Framewor