Spawns N coordinated agents working on a shared task list using Claude Code's native team infrastructure. You give it a high level task like "fix all TypeScript errors" and it decomposes the work, assigns subtasks to specialized workers (executors, debuggers, designers), and monitors progress through completion. Replaces the old SQLite-based swarm skill with built-in messaging and task dependencies. The interesting bit is the staged pipeline: plan, PRD, exec, verify, fix in a loop. Each stage routes to different agent types automatically, so verification uses a verifier agent and UI work goes to designer agents, not just throwing everything at generic executors. Add "ralph" to wrap it in a persistence loop with retries.
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill team