omc-teams

Coordinate parallel CLI worker processes in tmux panes.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill omc-teams-tiankong0101-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-teams
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/oh-my-claudecode/skills/omc-teams
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill omc-teams-tiankong0101-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you coordinate multiple CLI-based workers in parallel so you can break large tasks into smaller independent pieces and execute them efficiently without manual process juggling.

Core Features & Use Cases

  • Parallel task execution: Spawns multiple worker processes across tmux panes to reduce turnaround time.
  • Multi-agent support: Works with claude, codex, and gemini CLI workers for different execution needs.
  • Runtime validation and lifecycle control: Checks prerequisites, validates agent type and input, monitors worker status, and supports shutdown and cleanup.
  • Use case: Use it when you need several agents to review code, implement separate modules, or compare solutions at the same time.

Quick Start

Ask for a parallel worker team with the number of workers, agent type, and 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 multiple CLI workers in parallel for task execution?

To run parallel CLI workers, this Skill spawns multiple agent processes across tmux panes, coordinating distributed task execution to reduce turnaround time without manual process juggling.

Can I use claude, codex, and gemini agents for parallel task execution?

Yes, parallel task execution supports claude, codex, and gemini CLI workers. The Skill validates your chosen agent type before splitting implementation, review, or research work across independent subtasks.

Do I need tmux to coordinate parallel CLI worker processes?

Yes, tmux is required to coordinate parallel CLI worker processes. The Skill checks prerequisites and validates tmux availability to manage worker lifecycle monitoring, status checks, and shutdown controls.

What is the best way to split large development tasks into independent subtasks?

The best way to split large development tasks is using parallel worker teams. This Skill breaks large tasks into smaller independent pieces, executing them simultaneously across multiple tmux panes for efficient processing.

How does runtime state management work for distributed CLI worker teams?

Runtime state management for distributed CLI worker teams works by validating agent inputs, monitoring worker status in real-time, and providing lifecycle controls to safely shutdown and cleanup processes after execution.