Skip to main content
ClaudeWave
Skill354 repo starsupdated today

unswarm

The unswarm skill disables swarm mode for the active Claude Code session by removing the swarm mode configuration file and returning the system to standard operation. Use this command when you want to exit collaborative multi-agent processing and resume single-agent task handling for subsequent work within the same session.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ZaxbyHub/opencode-swarm /tmp/unswarm && cp -r /tmp/unswarm/.claude/skills/unswarm ~/.claude/skills/unswarm
Then start a new Claude Code session; the skill loads automatically.

SKILL.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.