team
Installation
SKILL.md
Team Skill
Spawn N coordinated agents working on a shared task list using Claude Code's native team tools. Replaces the legacy /swarm skill (SQLite-based) with built-in team management, inter-agent messaging, and task dependencies -- no external dependencies required.
The swarm compatibility alias was removed in #1131.
Usage
/oh-my-claudecode:team N:agent-type "task description"
/oh-my-claudecode:team "task description"
/oh-my-claudecode:team ralph "task description"
Parameters
- N - Number of teammate agents (1-20). Optional; defaults to auto-sizing based on task decomposition.
- agent-type - OMC agent to spawn for the
team-execstage (e.g., executor, debugger, designer, codex, gemini). Optional; defaults to stage-aware routing. Usecodexto spawn Codex CLI workers orgeminifor Gemini CLI workers (requires respective CLIs installed). See Stage Agent Routing below. - task - High-level task to decompose and distribute among teammates
Related skills
More from yeachan-heo/oh-my-claudecode
hud
Configure HUD display options (layout, presets, display elements)
524deepinit
Deep codebase initialization with hierarchical AGENTS.md documentation
433autopilot
Full autonomous execution from idea to working code
426ralph
Self-referential loop until task completion with configurable verification reviewer
415omc-setup
Install or refresh oh-my-claudecode for plugin, npm, and local-dev setups from the canonical setup flow
406ultrawork
Parallel execution engine for high-throughput task completion
404