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

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ZaxbyHub/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.