iannuttall/claude-agents

2,045 stars · Last commit 2025-07-25

Custom subagents to use with Claude Code.

README preview

# Claude Code Custom Agents

This repository contains custom agents for Claude Code.

## Installation

### For Project-Specific Use
Copy the agents to your project's `.claude/agents/` directory:
```bash
mkdir -p .claude/agents
cp agents/*.md .claude/agents/
```

### For Global Use (All Projects)
Copy the agents to your user's Claude directory:
```bash
mkdir -p ~/.claude/agents
cp agents/*.md ~/.claude/agents/
```

View full repository on GitHub →