Acerca de
The Swarm skill transforms Claude Code into a distributed development team by spawning multiple specialized agents that work in parallel on a shared task list. By utilizing a centralized SQLite-based state machine, the skill ensures that sub-tasks are atomically claimed, heartbeats are monitored, and failed tasks are automatically recovered. It is specifically designed for high-velocity operations like codebase-wide refactoring, bulk error correction, and large-scale architectural analysis, providing a significant speed boost over sequential processing while maintaining strict ACID compliance to prevent race conditions.