omc-teams

Spawn 1-10 CLI worker processes in tmux panes for parallel task execution.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Hyeonjun0527/yeon --skill omc-teams-hyeonjun0527
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: omc-teams
Source: https://github.com/Hyeonjun0527/yeon/tree/main/.codex/skills/omc-teams
Command: npx skills add https://github.com/Hyeonjun0527/yeon --skill omc-teams-hyeonjun0527

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawn N CLI worker processes in tmux panes to execute tasks in parallel across claude, codex, or gemini workers.

Core Features & Use Cases

  • Spawns N CLI workers in tmux panes to run tasks concurrently across multiple agent types (claude, codex, gemini).
  • Supports a legacy compatibility workflow (/oh-my-claudecode:omc-teams) for CLI-first runtimes.

Quick Start

Start a parallel CLI team with N workers using the omc-teams command for your task.

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 CLI agents in parallel using tmux?▼

You can run multiple CLI agents in parallel by spawning N worker processes in separate tmux panes. This Skill orchestrates claude, codex, or gemini workers concurrently to divide work across subtasks.

What is the maximum number of parallel workers I can spawn in tmux panes?▼

The maximum number of parallel workers you can spawn is 10. The Skill supports spawning between 1 and 10 CLI worker processes in tmux panes to execute tasks concurrently.

Do I need tmux installed to run parallel CLI workers?▼

Yes, you need tmux installed to run parallel CLI workers. The Skill requires tmux to create the panes where the claude, codex, or gemini worker processes execute their tasks.

How do I manage the lifecycle of parallel CLI workers in tmux?▼

You manage parallel CLI workers using status, api, and shutdown commands. These lifecycle commands allow you to monitor, interact with, and terminate the spawned tmux worker processes.

Can I use different AI agent types to collaborate on a single task?▼

Yes, you can use different AI agent types to collaborate on a single task. The Skill applies when you need multiple agent types like claude, codex, and gemini to collaborate or divide work.