omc-teams

Spawn multiple CLI workers in tmux panes to execute tasks in parallel.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ClementATH/oh-my-claudecode --skill omc-teams-clementath
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-teams
Source: https://github.com/ClementATH/oh-my-claudecode/tree/main/skills/omc-teams
Command: npx skills add https://github.com/ClementATH/oh-my-claudecode --skill omc-teams-clementath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CLI-team orchestration for multi-agent workloads, enabling parallel task execution across multiple CLI workers in tmux panes.

Core Features & Use Cases

  • Spawn N CLI worker processes in tmux panes to execute tasks in parallel for claude, codex, and gemini.
  • Legacy compatibility: use /oh-my-claudecode:omc-teams commands (omc team) as the primary orchestration surface.
  • Workflow-ready: prerequisites check, input parsing, task decomposition, runtime start, monitoring, and controlled shutdown for reliable multi-agent tasks.

Quick Start

Install or enable the omc-teams skill and run /omc-teams 2:claude 'describe the task' to start two Claude workers in tmux.

Frequently Asked Questions about omc-teams

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run multiple Claude or Gemini CLI agents in parallel?

To run multiple Claude or Gemini CLI agents in parallel, this skill distributes work across multiple CLI workers in tmux panes. It enables concurrent execution of user-defined tasks for Claude, Codex, and Gemini.

What is tmux-based CLI orchestration for multi-agent workflows?

Tmux-based CLI orchestration manages multiple agent worker processes across tmux panes. It enables parallel task execution, runtime monitoring, and controlled shutdown for reliable multi-agent workloads.

Do I need tmux installed to run parallel Codex or Claude workers?

Yes, you need tmux installed to run parallel CLI workers. You also need the respective agent CLIs, such as Claude, Codex, or Gemini, available in your system PATH.

How do I start two Claude workers in tmux for a specific task?

To start two Claude workers in tmux, run the command /omc-teams 2:claude 'describe the task'. This spawns two concurrent CLI worker processes to execute the defined task in parallel.

Can I use this orchestration approach with Gemini and Codex at the same time?

Yes, the orchestration applies to Claude, Codex, and Gemini workflows. It allows you to spawn N CLI worker processes across these different agents for concurrent task execution.

What are the limitations of running multiple CLI agents in tmux panes?

Running CLI agents in tmux requires tmux and specific agent CLIs in your system PATH. Limitations include system resource constraints when scaling multiple concurrent workers and dependency on terminal multiplexer support.