unswarm

Disable swarm mode for the current Claude Code session.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/trader-RM/ultra-swarm --skill unswarm-trader-rm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unswarm
Source: https://github.com/trader-RM/ultra-swarm/tree/main/base/opencode-swarm/.claude/skills/unswarm
Command: npx skills add https://github.com/trader-RM/ultra-swarm --skill unswarm-trader-rm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Disable swarm mode for the current Claude Code session, allowing normal behavior after enabling.

Core Features & Use Cases

  • Reverts Claude Code to standard operation for a single session.
  • Provides a quick way to recover from swarm-modified behavior during debugging or testing.
  • Use case: you want to ensure deterministic responses without swarm guidance for a task.

Quick Start

Delete the swarm-mode indicator for the current session and reload Claude Code to resume normal behavior.

Frequently Asked Questions about unswarm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I disable swarm mode in my current Claude Code session?

To disable swarm mode in Claude Code, remove the .claude/session/swarm-mode.md indicator file. This reverts the environment to standard behavior for all tasks during the current session until re-enabled.

What does reverting Claude Code to normal session behavior actually do?

Reverting Claude Code to normal session behavior disables swarm guidance and ensures deterministic responses. It removes the swarm-mode indicator, allowing standard operation for debugging or testing within the current session.

Can I recover standard Claude Code behavior for just a single debugging task?

Yes, you can recover standard Claude Code behavior for a single task by disabling swarm mode. This removes the swarm-mode indicator and provides deterministic responses without swarm guidance until the next session.

Why does Claude Code still operate in swarm mode after I finish testing?

Claude Code continues operating in swarm mode if the .claude/session/swarm-mode.md indicator was not removed. You must delete this indicator to revert to standard operation and confirm swarm mode is disabled.

Do I need to reload Claude Code to resume normal behavior after disabling swarm mode?

Yes, after deleting the swarm-mode indicator for the current session, you should reload Claude Code to resume normal behavior. This ensures the environment fully reverts to standard operation.