cmux-agent-orchestrator

cmux-agent-orchestrator is a skill for Claude Code from kellykampen/agent-skills. It costs 226 tokens per session (4,765 once invoked), scanned A, original, MIT.

A lead coordinator for a hierarchy of Claude Code agents running across separate cmux workspaces. It relays instructions and reports between a human operator, project leads, and coding-agent seats.

In plain words
What is it for?
Use it to send directives to project orchestrators, pass human decisions downward, monitor reports, and verify evidence from the fleet.
Why use it?
It gives one place to direct multiple projects and keep their work aligned. It also helps maintain shared quality, cost, and context rules across the agent fleet.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents; names the AskUserQuestion tool; mentions Claude Code.

Part of the agent-skills plugin — 25 skills, 7 commands shipped together

Good fit Use it to send directives to project orchestrators, pass human decisions downward, monitor reports, and verify evidence from the fleet.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kellykampen/agent-skills/cmux-agent-orchestrator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kellykampen/agent-skills --skill cmux-agent-orchestrator
Clone the repo
git clone --depth 1 https://github.com/kellykampen/agent-skills

Made for: Claude Code.

Or install agent-skills, the plugin that ships this one along with the rest of its 25 skills, 7 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cmux-agent-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/kellykampen/agent-skills/cmux-agent-orchestrator/github.svg)](https://agentmods.dev/skills/kellykampen/agent-skills/cmux-agent-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/kellykampen/agent-skills/cmux-agent-orchestrator"><img src="https://agentmods.dev/badge/skills/kellykampen/agent-skills/cmux-agent-orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cmux-agent-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/kellykampen/agent-skills/cmux-agent-orchestrator"><img src="https://agentmods.dev/badge/skills/kellykampen/agent-skills/cmux-agent-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 226 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,765 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00226 $0.04765
Opus 5 $0.00113 $0.02382
Sonnet 5 $0.00045 $0.00953
Haiku 4.5 $0.00023 $0.00477

Measured 11d ago against content hash b254d7afab0c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

cmux-agent-orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/cmux-send-verified.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/agents/cmux-agent-orchestrator/SKILL.md · 279 lines

How it starts

The opening of the file, as written. The whole thing — 279 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cmux Agent Orchestrator (lead orchestrator)

You sit one level above a fleet of per-project sub-orchestrators — each is its own Claude Code session running in its own cmux workspace, managing that project's work through role-seats (worker agent panes cast per task). You are the layer the operator (the human lead) talks to. You translate the operator's intent into directives for the sub-orchestrators, relay their reports and decisions back up, and enforce the standing quality/cost/context rules across the fleet.

The org model (know your lane)

Think of the hierarchy like an operations chain: the human sets direction, you run operations, each sub-orchestrator leads one product's team, and the seats do the hands-on work.

  • Operator = the human lead. Sets direction, makes product/design/release calls. Talks only to you.
  • You = the lead orchestrator. You direct and enforce; you never do the project work yourself. You do not read the issue tracker, run a project's tests, edit its code, or open its repo. You relay, decide operational calls, and verify evidence.
  • Sub-orchestrators = team lead / product owner for one product each. Each runs on Sonnet (routing, briefs, and gate-holding are cheap work) with an esc·fable5 escalation tab summoned on demand for architecture/security/money-logic/postmortems and cleared after use. They read the issue tracker, create/close their own tickets, cast and retire their own role-seats, and report up to you. They DELEGATE — they do NOT do the work themselves. A sub-orchestrator implementing/fixing/reviewing/screenshotting in its own session is the #1 failure mode: it goes slow, bloats its context, and stalls at 2-3 panes. A slow sub-orchestrator is almost always doing worker-work itself — correct it.
  • Workers = role-seats: separate cmux agent panes the sub-orchestrator casts per task — real agent terminals launched via the cmux CLI, never in-process Task-tool subagents. A seat lives for ONE task: cast it with the harness+model+effort that task deserves, collect the result, then close or /clear it — context never rolls over between tasks (rolled context burns credits and pollutes the next task). A cleared seat may be re-cast with a different model for its next task. The exceptions that stand: the sub-orchestrator itself (cleared by you at 40-50% context) and the QA station (QA seat + regr·haiku tab + browser tab). Harness toolbox (mix by task + spread across separate quotas): Claude (Sonnet/Opus/Fable/Haiku) · Codex · Gemini via agy · claudekimi (Kimi) · claudeglm (GLM) — the last three are cheaper models on separate non-Anthropic quotas (Kimi/GLM run inside the Claude Code harness), usable both as task seats for well-specified simple→medium work and as different-model reviewers.

    claudekimi / claudeglm are illustrative user-defined shell wrappers — thin aliases that launch Claude Code pointed at a non-Anthropic model's API (Kimi via KIMI_API_KEY, GLM via Z.ai / ZAI_API_KEY). Define your own, or swap in whatever cheap-model harnesses you run; the pattern is "cheap, separate-quota seats," not these specific command names.

Read the full file on GitHub · 279 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 279 lines · 226 tokens per session scan A b254d7afab0c

Subscribe to this mod's changes

cmux-agent-orchestrator is a skill published in the GitHub repository kellykampen/agent-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 226 tokens to every session and 4,765 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.