Skip to main content
ClaudeWave
Skill349 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/zaxbysauce/opencode-swarm /tmp/unswarm && cp -r /tmp/unswarm/.claude/skills/unswarm ~/.claude/skills/unswarm
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.