team

Coordinate parallel task execution with tmux-based workers and shared state.

Updated May 27, 2026
One-click install
npx skills add https://github.com/BuiDomm/buinhanporfolio --skill team-buidomm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/BuiDomm/buinhanporfolio/tree/main/.codex/skills/team
Command: npx skills add https://github.com/BuiDomm/buinhanporfolio --skill team-buidomm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires omx, tmux, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of coordinating and executing multiple tasks in parallel, leveraging tmux-based orchestration for a stateful and durable workflow.

Core Features & Use Cases

  • Parallel Execution: Start multiple workers to perform tasks simultaneously.
  • Shared State: Use shared state files for coordination and state tracking.
  • Task Management: Handle task lifecycle, including initialization, progress, and completion.
  • Use Case: Ideal for complex workflows that require multiple steps and coordination, such as software development, data analysis, or research projects.

Quick Start

Start a team with 3 executors to analyze feature X and report flaws: omx team 3:executor "analyze feature X and report flaws"

Frequently Asked Questions about team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel tasks with shared state using tmux?

Run parallel tasks with shared state by starting multiple tmux-based workers that coordinate through shared state files. This approach handles task lifecycle and worker coordination for durable, stateful workflows.

What is the best way to coordinate concurrent multi-step workflows?

Coordinating concurrent multi-step workflows is best handled by orchestrating multiple parallel executors that track initialization, progress, and completion via shared state files for durable execution.

Do I need OMX runtime and tmux to execute stateful parallel workflows?

Yes, executing stateful parallel workflows requires both the OMX runtime and tmux. These dependencies provide the environment for spawning workers and managing the durable task lifecycle.

Can I manage task lifecycle and progress tracking for parallel executors?

Yes, you can manage task lifecycle and progress tracking for parallel executors. The system handles initialization, progress updates, and completion states using shared state files for worker coordination.

How do I start multiple workers to analyze and report results simultaneously?

Start multiple workers to analyze and report simultaneously by specifying the number of executors and the task prompt. The system initializes parallel tmux workers to execute the coordinated workflow.