installation.title

installation.description

installation.quickTip

installation.quickTipDesc

Install Everything (Recommended)

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

installation.whatsIncluded

installation.includedSubagents

installation.includedCommands

installation.includedAutoInvocation

installation.includedAllProjects

installation.macLinux
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/ \;
installation.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/