team
N coordinated agents on shared task list using Claude Code implicit agent teams
Install
git clone https://github.com/Yeachan-Heo/oh-my-claudecode /tmp/oh-my-claudecode && ln -s /tmp/oh-my-claudecode/skills/team ~/.claude/skills/team
From README
Team Skill Spawn N coordinated agents working on a shared task list using Claude Code's implicit agent team. Claude Code 2.1.178+ removed native TeamCreate/TeamDelete; with CLAUDECODEEXPERIMENTALAGENTTEAMS=1, each session has one implicit team and teammates are spawned directly with the Agent/Task tool using distinct name values. This skill still preserves OMC's legacy tmux/CLI worker orchestration where documented (omc team / /omc-teams). The swarm compatibility alias was removed in #1131. 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-exec stage (e.g., executor, debugger, designer, codex, gemini, antigravity). Optional; defaults to stage-aware routing. Use codex to spawn Codex CLI workers, gemini for Gemini CLI workers (enterprise/API-key tier), or antigravity for Antigravity CLI (agy) workers (Google's successor to the Gemini CLI; requires respective CLIs installed).

