omc-teams

Launch multiple CLI workers in parallel tmux panes.

Updated May 31, 2026
One-click install
npx skills add https://github.com/Ewallyw/claude-config-public --skill omc-teams-ewallyw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-teams
Source: https://github.com/Ewallyw/claude-config-public/tree/main/claude-config-master/claude-config-master/skills/omc-teams
Command: npx skills add https://github.com/Ewallyw/claude-config-public --skill omc-teams-ewallyw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tmux, claude-cli, codex-cli, gemini-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables parallel execution of CLI tasks using claude, codex, or gemini workers within tmux panes, streamlining process-based parallel execution.

Core Features & Use Cases

  • Parallel Execution: Run multiple CLI worker processes in parallel.
  • Agent Support: Works with claude, codex, and gemini agent types.
  • tmux Integration: Executes tasks within tmux panes for better management and visibility.
  • Use Case: When you need to perform multiple independent tasks simultaneously, like running tests or executing parallel code reviews, use this Skill to distribute the workload across multiple workers.

Quick Start

Start parallel workers for Claude tasks with omc-teams 2:claude "task description".

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 for multiple AI agents in tmux?

You can run parallel CLI tasks by launching multiple workers for claude, codex, or gemini agents within tmux panes. This allows simultaneous execution of independent tasks like running tests or parallel code reviews.

What dependencies do I need to execute parallel workers with this tmux integration?

Executing parallel workers requires tmux, the appropriate CLI tool for the agent, and a working environment setup for the task. Supported agent dependencies include claude-cli, codex-cli, and gemini-cli.

Can I use tmux panes to manage parallel execution of code reviews across different agents?

Yes, tmux integration executes tasks within separate panes for better management and visibility. You can distribute workloads across multiple claude, codex, or gemini workers to perform parallel code reviews simultaneously.

How do I start parallel execution of two Claude workers from the command line?

Start parallel workers for Claude tasks using the command syntax `omc-teams 2:claude "task description"`. This launches two CLI worker processes in tmux for parallel execution.

When should I avoid using tmux for parallel CLI worker execution?

You should avoid parallel CLI worker execution for tasks that require interaction or have dependencies on each other. This approach is suitable only for independent tasks that can be run in parallel without interaction.