omc-teams

Launch and coordinate parallel CLI workers in tmux panes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch and coordinate parallel CLI workers inside tmux panes to run tasks concurrently, unlocking faster throughput for command-line workloads.

Core Features & Use Cases

  • Spawn N workers in separate tmux panes to execute tasks in parallel.
  • Supports claude, codex, and gemini CLI agents.
  • Lifecycle orchestration from initialization to shutdown with status checks and API commands.
  • Use Case: distribute a long-running task across multiple workers to reduce total wall-clock time.

Quick Start

Launch a team of N workers by running omc team <N>:<agent> "<task description>" to distribute the workload across claude, codex, or gemini.

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 tasks in tmux panes?

Run parallel CLI tasks in tmux panes by executing omc team <N>:<agent> "<task description>" to spawn N workers concurrently. This distributes workloads across claude, codex, or gemini agents to reduce total wall-clock time.

What CLI agents can I use for tmux parallel task orchestration?

For tmux parallel task orchestration, you can use claude, codex, or gemini CLI agents. The orchestrator manages their lifecycle from startup to shutdown across 1 to 10 concurrent workers.

Do I need tmux installed to run parallel CLI workers?

Yes, you need tmux installed to run parallel CLI workers, as the orchestration spawns each worker inside a separate tmux pane. You also need the respective agent CLIs like claude, codex, or gemini installed on your system.

What is the maximum number of parallel workers I can launch for task distribution?

You can launch 1 to 10 parallel workers for task distribution. Each worker runs in a separate tmux pane, allowing you to distribute long-running workloads across multiple agents to improve throughput.

How does phase-based orchestration manage the lifecycle of parallel CLI workers?

Phase-based orchestration manages the lifecycle of parallel CLI workers by providing commands for starting, monitoring, and terminating the team. It handles initialization, status checks, and shutdown to coordinate concurrent tasks effectively.

Can I use parallel CLI orchestration to reduce wall-clock time for long-running tasks?

Yes, parallel CLI orchestration reduces wall-clock time for long-running tasks by distributing the workload across N workers. This allows multiple agents to execute tasks concurrently in separate tmux panes, increasing throughput.