Awesome Claude Code Sub Agents
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
**Install Claude Code**: Follow the [official installation guide](https://docs.anthropic.com/en/docs/claude-code/installation)
**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
How to Use Agents
Claude Code agents can be invoked in several ways:
- Automatic Invocation: Agents with
PROACTIVELYin their description will be automatically invoked based on context - Manual Invocation: Use
@agent-namein your messages to explicitly invoke an agent - 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
Related Skills
Oh My Openagent
omo; the best agent harness - previously oh-my-opencode
Jetbrains Cc Gui
Jetbrains Claude Code and Codex GUI Plugin
Claude Code Lsps
Claude Code Plugin Marketplace with LSP servers
Claude Code Wakatime
Track how much time you spend using Claude Code to AI-code
Jean Claude
A companion for syncing Claude Code configs
Commit
Review all local modifications relative to HEAD, including both staged and unstaged changes.