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
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/