Loading...
Loading...
Spawn claude, codex, or gemini CLI workers in tmux panes for parallel task execution
npx skill4agent add yeachan-heo/oh-my-claudecode omc-teamsclaudecodexgemini/omc-teamsomc team .../oh-my-claudecode:omc-teams N:claude "task description"
/oh-my-claudecode:omc-teams N:codex "task description"
/oh-my-claudecode:omc-teams N:gemini "task description"claudecodexgemini/omc-teams 2:claude "implement auth module with tests"
/omc-teams 2:codex "review the auth module for security issues"
/omc-teams 3:gemini "redesign UI components for accessibility"$TMUXnpm install -g @anthropic-ai/claude-codenpm install -g @openai/codexnpm install -g @google/gemini-cliNagent-typeclaude|codex|geminitaskstate_write(mode="team", current_phase="team-exec", active=true)omc team <N>:<claude|codex|gemini> "<task>"review-auth-flowomc team status <team-name>
omc team api list-tasks --input '{"team_name":"<team-name>"}' --jsonomc team api ...omc team shutdown <team-name>
omc team shutdown <team-name> --forcestate_write(mode="team", current_phase="complete", active=false)omc_run_team_startomc_run_team_statusomc_run_team_waitomc_run_team_cleanupomc team ...| Error | Cause | Fix |
|---|---|---|
| Shell not running inside tmux | Start tmux and rerun |
| Codex CLI not installed | |
| Gemini CLI not installed | |
| stale or missing runtime state | |
| Workers exited with incomplete work | inspect runtime output, narrow scope, rerun |
/team| Aspect | | |
|---|---|---|
| Worker type | Claude Code native team agents | claude / codex / gemini CLI processes in tmux |
| Invocation | | |
| Coordination | Native team messaging and staged pipeline | tmux worker runtime + CLI API state files |
| Use when | You want Claude-native team orchestration | You want external CLI worker execution |