# team

> Claude/Codex skill by [@yeachan-heo](https://omgskills.com/library/yeachan-heo/index.md) · 38k stars · Updated 2026-08-01

N coordinated agents on shared task list using Claude Code implicit agent teams

Tags: agentic-coding, ai-agents, automation, claude, claude-code, multi-agent-systems, oh-my-opencode, opencode, parallel-execution, vibe-coding

## Install

```sh
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).

## Links

- HTML page: https://omgskills.com/skills/yeachan-heo/oh-my-claudecode/team/
- GitHub: https://github.com/Yeachan-Heo/oh-my-claudecode
- Author: [@yeachan-heo](https://omgskills.com/library/yeachan-heo/index.md)

## More from this repo

- [ai-slop-cleaner](https://omgskills.com/skills/yeachan-heo/oh-my-claudecode/ai-slop-cleaner/index.md) — Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode
   - [@yeachan-heo](https://omgskills.com/library/yeachan-heo/index.md) · 39k stars
- [ralplan](https://omgskills.com/skills/yeachan-heo/oh-my-claudecode/ralplan/index.md) — Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution
   - [@yeachan-heo](https://omgskills.com/library/yeachan-heo/index.md) · 39k stars
- [omc-doctor](https://omgskills.com/skills/yeachan-heo/oh-my-claudecode/omc-doctor/index.md) — Diagnose and fix oh-my-claudecode installation issues
   - [@Yeachan-Heo](https://omgskills.com/library/yeachan-heo/index.md) · 39k stars
