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
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/ \;
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\
Restart Claude Code
Restart Claude Code to load the newly installed subagents and commands
Using Subagents
Subagents will be automatically invoked based on context, or you can call them explicitly using @ mentions
Using Commands
Invoke commands using the / prefix, e.g., /commit
or /todo add "task"
Verify Installation
Check installed files: ls ~/.claude/agents/
and ls ~/.claude/commands/