Auto Swarm banner
ShaheerKhawaja ShaheerKhawaja

Auto Swarm

Productivity community

Description

--- name: auto-swarm description: "Distributed agent swarm orchestrator — spawns parallel subagent clusters for any task with configurable depth, swarm size, and convergence criteria" arguments: - name: task description: "The task to swarm on (natural language description)" required: true - name: depth description: "Research depth: shallow | medium | deep | ultra (default: deep)" required: false default: "deep" - name: swarm_size description: "Agents per swarm wave

Installation

Installs to ~/.claude/commands/shaheerkhawaja-productionos-auto-swarm.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ShaheerKhawaja/ProductionOS/HEAD/.claude/commands/auto-swarm.md -o ~/.claude/commands/shaheerkhawaja-productionos-auto-swarm.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository