Installation Guide

Learn how to install Claude Code Subagents and Commands

Quick Installation Tip

The easiest way to install individual subagents or commands is directly from their pages! Each page has platform-specific installation instructions with copy buttons for quick setup.

Install Everything (Recommended)

Get the complete collection of 43+ specialized subagents and 39+ commands for comprehensive AI assistance and automation.

What's Included

✓ 43+ AI Subagents for specialized tasks

✓ 39+ Slash Commands for automation

✓ Automatic invocation based on context

✓ Works across all your projects

macOS/Linux
git clone https://github.com/davepoon/claude-code-subagents-collection.git
cd claude-code-subagents-collection
find subagents -name "*.md" -exec cp {} ~/.claude/agents/ \;
find commands -name "*.md" -exec cp {} ~/.claude/commands/ \;
Windows
git clone https://github.com/davepoon/claude-code-subagents-collection.git
cd claude-code-subagents-collection
for %f in (subagents\*.md) do copy "%f" %USERPROFILE%\.claude\agents\
for %f in (commands\*.md) do copy "%f" %USERPROFILE%\.claude\commands\

After Installation

1

Restart Claude Code

Restart Claude Code to load the newly installed subagents and commands

2

Using Subagents

Subagents will be automatically invoked based on context, or you can call them explicitly using @ mentions

3

Using Commands

Invoke commands using the / prefix, e.g., /commit or /todo add "task"

4

Verify Installation

Check installed files: ls ~/.claude/agents/ and ls ~/.claude/commands/