omc-teams

Coordinate parallel CLI workers in tmux panes for claude, codex, or gemini.

1|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Cheggin/request-for-startups --skill omc-teams-cheggin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-teams
Source: https://github.com/Cheggin/request-for-startups/tree/main/skills/omc-teams
Command: npx skills add https://github.com/Cheggin/request-for-startups --skill omc-teams-cheggin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate and manage multiple CLI workers in tmux panes to run tasks in parallel across claude, codex, or gemini.

Core Features & Use Cases

  • Spawns N CLI workers in separate tmux panes for claude, codex, or gemini.
  • Manages task distribution, worker lifecycle, and pane coordination to maximize throughput.
  • Supports legacy CLI-first workflows and accelerates batch execution for testing, data collection, and automation.

Quick Start

Install the harness and launch a multi-worker team with a single command that fits 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 for task automation?

Run multiple CLI agents in parallel by spawning N workers in separate tmux panes. This coordinates task distribution and manages worker lifecycle to maximize throughput for batch execution, testing, and data collection workloads.

Can I use tmux to manage parallel workflows with claude, codex, or gemini CLIs?

Yes, you can manage parallel workflows with claude, codex, or gemini CLIs using tmux. The system enforces supported agent types and allocates separate tmux panes to each CLI worker for concurrent execution.

How do I start and monitor parallel multiprocess CLI workers in tmux?

Start and monitor parallel CLI workers using lifecycle commands for startup, status, and shutdown. Input parsing accepts the number of workers, agent type, and task to initialize the tmux session and allocate panes.

What is the best way to coordinate batch execution across multiple CLI agents?

The best way to coordinate batch execution is running separate agents in tmux panes for concurrent task processing. This approach accelerates legacy CLI-first workflows by distributing workloads across multiple supported agent types.

Do I need tmux installed to run parallel CLI workers for testing and data collection?

Yes, tmux is required to run parallel CLI workers. The system manages tmux sessions and pane allocation to execute concurrent tasks, so a local tmux environment is necessary for the multi-agent workers to operate.

Why use separate tmux panes instead of background processes for parallel CLI tasks?

Using separate tmux panes provides visual monitoring and lifecycle management for parallel CLI tasks. Unlike background processes, tmux pane allocation allows direct observation of worker status and coordinated shutdown across all active agents.