unswarm
The unswarm skill disables swarm mode for the current Claude Code session by removing the swarm-mode configuration file and restoring standard operational behavior. Use this command when you want to exit a collaborative multi-agent workflow and return to single-agent task execution.
git clone --depth 1 https://github.com/zaxbysauce/opencode-swarm /tmp/unswarm && cp -r /tmp/unswarm/.claude/skills/unswarm ~/.claude/skills/unswarmSKILL.md
# /unswarm Disable swarm mode for the current session. ## Steps 1. If `.claude/session/swarm-mode.md` exists, delete it. 2. Confirm that swarm mode is now disabled. 3. Resume normal Claude Code behavior for future tasks.
>
Run a rigorous, quote-grounded codebase review or security/QA/accessibility/performance/AI-slop/enhancement audit. Use for full-repo or large-subsystem review reports; not for normal implementation. Performs Phase 0 inventory, selected exhaustive tracks with non-diluting depth, coverage closure, reviewer/critic validation, and writes .swarm/review-v8 artifacts without modifying source files.
>
>
Use when asked to trace, investigate, root-cause, plan, fix, close, or prepare a PR for a GitHub issue or bug report. Runs an evidence-first issue workflow: GitHub intake, reproduction, reasoning-guided localization, no-gap fix planning, independent critic review, user approval gate, implementation, tests, and PR-ready closure.
>
>