
from oh-my-claudecode30,285
Launch N CLI worker processes (claude/codex/gemini) in tmux panes to run tasks in parallel for multi-agent CLI-first workflows.
OMC Teams launches multiple CLI-based worker processes in separate tmux panes so you can run parallel agent tasks using Claude Code, Codex, or Gemini CLI tools. It decomposes a requested task into N independent subtasks, starts N CLI workers, and provides lifecycle commands to monitor and shut down teams. Use it when you need process-level parallel execution rather than a single agent session.
Inferred compatibility: Claude Code CLI, OpenAI Codex CLI, Google Gemini CLI (invoked as external CLI worker processes).
Instruction-only skill for spawning parallel CLI workers (claude/codex/gemini) in tmux panes via the omc team command. No bundled scripts. Well-documented workflow with 7 phases, prerequisite checks, error reference table, and multi-repo workspace resolution guidance. Requires tmux and the omc CLI tool.
Clean skill with no security concerns. Good documentation quality but limited to instruction-only — no scripts to validate runtime behavior. Multi-repo workspace resolution in Phase 2.5 is a thoughtful addition. The deprecated MCP runtime tools note is helpful for migration.