Skip to main content
ClaudeWave
Skill349 repo starsupdated today

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.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/zaxbysauce/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.