Launch a specific agent type
Spawns specialized AI agents to autonomously develop features, fix bugs, review code, or explore codebases.
npx claudepluginhub hanibalsk/claude-marketplaceSpawn a specific type of agent to handle a task.
/spawn developer "implement user authentication"
/spawn reviewer # Review current changes
/spawn fixer "fix failing test in auth.test.ts"
/spawn explorer "find where database connections are created"
| Agent | Tools | Model | Use Case |
|---|---|---|---|
developer | Bash,Read,Write,Edit,Glob,Grep,Task | sonnet | Feature implementation |
reviewer | Bash,Read,Glob,Grep | sonnet | Code review (read-only) |
fixer | Bash,Read,Write,Edit,Glob,Grep | sonnet | Fix issues/failures |
orchestrator | All + Task | opus | Autonomous control |
explorer | Read,Glob,Grep | haiku | Codebase exploration |
pr-shepherd | All + Task | sonnet | PR management |
conflict-resolver | Bash,Read,Write,Edit | sonnet | Merge conflicts |
/spawn developer "add password reset functionality with email verification"
/spawn reviewer "review the authentication changes"
/spawn fixer "fix the race condition in user session handling"
/spawn explorer "map the database schema and relationships"
/spawn pr-shepherd "create PR for current branch and monitor CI"
developer for new featuresfixer for bugs and failuresexplorer for read-only analysis