What is omc-teams?
Spawn claude, codex, or gemini CLI workers in tmux panes for parallel task execution Source: yeachan-heo/oh-my-claudecode.
Spawn claude, codex, or gemini CLI workers in tmux panes for parallel task execution
Quickly install omc-teams AI skill to your development environment via command line
Source: yeachan-heo/oh-my-claudecode.
Spawn N CLI worker processes in tmux panes to execute tasks in parallel. Supports claude, codex, and gemini agent types. Unlike /team (which uses Claude Code's native TeamCreate/Task tools), this skill uses the tmux runtime to launch actual CLI processes in visible tmux panes.
Break the task into exactly N subtasks. Each subtask must be:
MCP tools block Claude Code while running, so we use a two-tool async pattern. Call mcpteamomcrunteamstart — it spawns workers in the background and returns a jobId immediately. No Bash, no path resolution; the MCP server finds runtime-cli.cjs from its own install directory automatically.
Spawn claude, codex, or gemini CLI workers in tmux panes for parallel task execution Source: yeachan-heo/oh-my-claudecode.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill omc-teamsSpawn claude, codex, or gemini CLI workers in tmux panes for parallel task execution Source: yeachan-heo/oh-my-claudecode.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill omc-teams Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/yeachan-heo/oh-my-claudecode