What problem does it solve?
This Skill solves the bottleneck of doing slow, sequential work by letting you spawn multiple CLI agent workers in parallel so you can distribute a task and speed up execution.
Core Features & Use Cases
- Parallel worker execution in tmux: Starts N independent worker processes split into tmux panes.
- Multi-agent support: Supports
claude, codex, and gemini CLI workers using the same orchestration flow.
- Workspace-aware launches: Helps you pick the correct shared working directory for multi-repo plans so workers can find plan artifacts and target paths.
Use case: You need to review and implement changes across a codebase by splitting a large request into N independent subtasks, then monitoring and shutting down the team cleanly.
Quick Start
Ask for two parallel Claude CLI workers to implement authentication with tests: /oh-my-claudecode:omc-teams 2:claude "implement auth module with tests"