team

Coordinate Codex and Claude workers in tmux split panes via omx team commands.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/eszxcvfd/ANIZAKI --skill team-eszxcvfd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/eszxcvfd/ANIZAKI/tree/main/.agents/skills/team
Command: npx skills add https://github.com/eszxcvfd/ANIZAKI --skill team-eszxcvfd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate coordinated agents on a shared task list using tmux-based orchestration.

Core Features & Use Cases

  • Starts real worker Codex and Claude sessions in split panes and coordinates them through .omx/state/team/... files plus CLI team interop (omx team api ...).
  • Manages state and inter-agent communication via .omx/state/team and omx team api to coordinate task flows.
  • Use cases include running parallel experiments, coordinating multiple agent tasks, and maintaining a central view of progress across workers.

Quick Start

Start a new Team with omx team start and monitor status until completion.

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate multiple AI agents running parallel tasks in tmux?

You can coordinate multiple AI workers by starting real Codex and Claude sessions in tmux split panes, using .omx/state/team files and omx team api commands to manage state and inter-agent communication.

What is the best way to track status across parallel AI worker sessions?

Status-tracking across workers is maintained in .omx/state/team/... files, providing a central view of progress and coordinating task flows via the omx team api.

How do I start a coordinated multi-agent workflow with omx team?

Start a new coordinated workflow by running omx team start to launch the tmux environment, then monitor status until completion using the omx team runtime orchestration commands.

Can I type commands directly into AI worker panes during tmux orchestration?

Direct ad-hoc typing is prevented during tmux orchestration; runtime orchestration must be handled through omx team commands to enforce a defined lifecycle and maintain state.

Do I need Codex and Claude to use tmux-based multi-agent orchestration?

Yes, tmux-based multi-agent orchestration is applicable to OMX workflows requiring coordinated execution across both Codex and Claude sessions for parallel task processing.