omc-teams

Spawn multiple CLI agents in tmux panes for parallel execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawn N CLI worker processes in tmux panes to execute tasks in parallel. Supports claude, codex, and gemini agent types.

Core Features & Use Cases

  • Parallelize workload by spawning multiple CLI workers in separate tmux panes.
  • Supports Claude, Codex, Gemini CLIs.
  • Maintains legacy compatibility with the /omc-teams workflow.
  • Useful for batch processing, parallel experiments, or distribution of compute tasks.

Quick Start

Run omc team 3:claude 'parallelize dataset processing' to start three claude workers in tmux panes.

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 on a single workstation?

You can run multiple Claude, Codex, or Gemini CLI agents in parallel by spawning them as independent workers in separate tmux panes. This approach distributes workloads across agents concurrently within a shared workspace.

What is the best way to parallelize batch processing across multiple CLI workers?

Parallelizing batch processing is best achieved by spawning N CLI workers in separate tmux panes. This method concurrently distributes compute tasks across multiple agents using a shared workspace environment.

Can I use tmux to orchestrate concurrent Codex workers for parallel execution?

Yes, you can use tmux to orchestrate concurrent Codex workers. The system manages tmux panes to handle agent-type inputs and distribute tasks across multiple CLI processes for parallel execution.

How do I start multiple parallel CLI workers in tmux panes?

To start parallel CLI workers in tmux, run a command specifying the number of workers and agent type, such as 'omc team 3:claude'. This spawns three Claude workers in separate tmux panes for concurrent task execution.

Does parallel CLI execution support different agent types like Claude, Codex, and Gemini?

Parallel CLI execution supports Claude, Codex, and Gemini agent types. The workflow handles various agent-type inputs, allowing you to specify and orchestrate different CLI workers concurrently within your tmux session.

Why use tmux panes for distributing compute tasks across CLI agents?

Using tmux panes for distributing compute tasks allows you to visually manage and monitor multiple CLI agents concurrently. It enables parallel execution within a single workstation using a shared workspace for batch processing or experiments.