team

Coordinates parallel multi-agent tasks with OMX runtime for state synchronization and error recovery.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/tuandzung/flink-k8s-ui --skill team-tuandzung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/tuandzung/flink-k8s-ui/tree/main/.codex/skills/team
Command: npx skills add https://github.com/tuandzung/flink-k8s-ui --skill team-tuandzung

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The team Skill addresses the challenge of coordinating parallel tasks across multiple workers in a consistent, repeatable, and safe manner.

Core Features & Use Cases

  • Parallel Task Execution: Enables parallel execution of tasks with a predefined set of workers.
  • Stateful Orchestration: Maintains and manages the state of the team throughout the execution of the tasks.
  • Use Case: For a complex software development project, this Skill can be used to divide tasks among various specialized workers (e.g., Codex and Claude) and coordinate their efforts to ensure they work together effectively.

Quick Start

To execute a task with three Codex workers and one Claude worker, use the command: omx team 3:executor 1:executor 1:claude "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 coordinate parallel task execution across multiple Claude and Codex agents?

Parallel task execution across Claude and Codex agents is coordinated by allocating tasks to predefined workers, synchronizing their state, and managing error recovery to ensure complex workflows execute consistently and safely.

What is stateful orchestration for parallel processing workflows?

Stateful orchestration for parallel processing is the mechanism of maintaining and managing the state of multiple workers throughout task execution, ensuring synchronized efforts across specialized agents during complex software development projects.

Do I need the OMX runtime to run stateful team coordination via tmux?

Yes, you need the OMX runtime because it provides the necessary inter-agent communication and state management infrastructure required to handle task allocation and synchronization during parallel processing.

How do I divide complex software development tasks among specialized workers?

You divide complex software development tasks by defining a predefined set of specialized workers, such as three Codex executors and one Claude executor, and passing the target objective to orchestrate their parallel efforts.

How does error recovery work during parallel task orchestration?

Error recovery during parallel task orchestration is handled by the coordination layer, which manages state synchronization and allocates tasks safely to prevent workflow failures across multiple agents during execution.