Launch a specific agent type
/plugin marketplace add hanibalsk/claude-marketplace/plugin install hanibalsk-claude-auto-agents-plugins-claude-auto-agents@hanibalsk/claude-marketplace# /spawn - Launch Agent Spawn a specific type of agent to handle a task. ## Usage ## Available Agents | Agent | Tools | Model | Use Case | |-------|-------|-------|----------| | `developer` | All + Task | sonnet | Feature implementation | | `reviewer` | Read-only | sonnet | Code review | | `fixer` | All | sonnet | Fix issues/failures | | `orchestrator` | All + Task | opus | Autonomous control | | `explorer` | Read-only | haiku | Codebase exploration | | `pr-shepherd` | All + Task | sonnet | PR management | | `conflict-resolver` | All | sonnet | Merge conflicts | ## Examples ### Deve...