Skill Detail

Coordinate multiple CLI agents through sessions, handoffs, and terminal control APIs with CLI Agent Orchestrator

Lets an agent supervisor spawn and steer isolated terminal-based worker agents with explicit handoff, assign, and message patterns.

Templates & WorkflowsMulti-Framework
Templates & Workflows Multi-Framework Security Reviewed
⭐ 473 GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill coordinate-multiple-cli-agents-through-sessions-handoffs-and-terminal-control-apis-with-cli-agent-orchestrator Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Python 3.10+, tmux 3.3+, uv, supported CLI developer agents
Install & setup
Install Python 3.10+, tmux, and uv, then install CLI Agent Orchestrator from the repo and configure supported CLI agents.
Author
AWS Labs
Publisher
Organization
Last updated
Apr 17, 2026
Quick brief

Use CLI Agent Orchestrator when one developer agent is not enough and the job needs multiple specialized CLI agents working in parallel or in staged handoffs. It fits session-based delegation, worker steering, and supervised multi-agent terminal workflows where context separation matters.

How it works

What this skill actually does

Invoke this instead of using a single coding product normally when the agent must create isolated worker sessions, route tasks across them, and coordinate completion through explicit orchestration primitives. This is skill-shaped because the boundary is narrow: terminal session orchestration for CLI agents. It is not a generic coding model, SDK, or broad agent platform listing.