omc-teams

Spawn N tmux-pane CLI workers for parallel Claude, Codex, or Gemini tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of slow, single-threaded task execution by letting you fan out work to multiple independent CLI workers running in tmux panes.

Core Features & Use Cases

  • Parallel CLI worker execution: Spawn N workers in tmux panes to run Claude, Codex, or Gemini tasks concurrently.
  • Simple legacy compatibility: Use /omc-teams as a legacy entry point, while coordinating with the CLI-first omc team ... runtime flow.
  • Operational lifecycle controls: Supports starting teams, checking status, querying task lists via API, and shutting down workers when needed.
  • Error-aware prerequisites: Validates tmux availability and handles cmux/plain-terminal contexts by falling back to a detached tmux session.

Quick Start

Run "/oh-my-claudecode:omc-teams 3:claude 'Implement authentication flows with unit tests and a short risk review'" to execute the request across three parallel Claude CLI workers.

Frequently Asked Questions about omc-teams

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

FAQPage Schema
How do I run parallel CLI workers for Claude, Codex, or Gemini tasks?

Parallel CLI worker execution spawns N workers in tmux panes to run Claude, Codex, or Gemini tasks concurrently, fanning out work to multiple independent CLI processes to reduce single-threaded task turnaround time.

Do I need tmux installed to use parallel task orchestration?

A working tmux environment is required, but the system handles cmux and plain-terminal contexts by automatically falling back to a detached tmux session for task orchestration.

How do I start and manage multiple AI agents in tmux?

You start and manage multiple AI agents in tmux using omc team start, status, api, and shutdown commands to control the operational lifecycle of parallel CLI workers.

What is the best way to decompose a single coding task into independent subtasks?

Spawning N tmux-pane CLI workers is the best way to decompose a single coding task into independent subtasks, specifically targeting workflow scenarios that require breaking down reviews, implementations, and redesign efforts.

Why does my parallel execution fallback to a detached terminal session?

Parallel execution falls back to a detached tmux session when the system validates tmux availability and detects cmux or plain-terminal contexts that lack standard tmux pane support.