orchestrate

orchestrate is a command for Claude Code from ngocsangyem/MeowKit. It costs 0 tokens per session (480 once invoked), scanned A, original, MIT.

A job coordinator for splitting a development task across coding-agent tools and helper agents. It can run work in parallel, isolate changes, and resume interrupted jobs.

In plain words
What is it for?
Use it to run staged or parallel coding jobs, route tasks to suitable agent runtimes, collect their results, and resume a previous run.
Why use it?
It removes the need to manually divide work, manage separate workspaces, and check whether each result was independently verified.

Command for Claude Code

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.

agentmods
npx agentmods add commands/ngocsangyem/meowkit/orchestrate
Clone the repo
git clone --depth 1 https://github.com/ngocsangyem/MeowKit

Made for: Claude Code.

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 orchestrate

README.md
[![agentmods](https://agentmods.dev/badge/commands/ngocsangyem/meowkit/orchestrate.svg)](https://agentmods.dev/commands/ngocsangyem/meowkit/orchestrate)
Your own site
<a href="https://agentmods.dev/commands/ngocsangyem/meowkit/orchestrate"><img src="https://agentmods.dev/badge/commands/ngocsangyem/meowkit/orchestrate.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 480 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00480
Opus 5 $0.00000 $0.00240
Sonnet 5 $0.00000 $0.00096
Haiku 4.5 $0.00000 $0.00048

Measured yesterday against content hash e3832b29409c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

orchestrate 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 yesterday.

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.

.claude/commands/mk/orchestrate.md · 48 lines

How it starts

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

/orchestrate — Multi-Runtime Job Coordinator

Usage

/orchestrate [task description]
/orchestrate [task description] --internal
/orchestrate [job-spec.yaml]
/orchestrate [job-spec.yaml] --yes
/orchestrate --resume tasks/reports/orchestrate-<timestamp>

Purpose

Coordinate staged or parallel jobs across live-verified coding-agent runtimes (Claude Code, Codex, Cursor, and other installed CLIs) and in-session MeowKit subagents. Each job is routed by capability and risk, isolated in a git worktree when it writes in parallel, captured, resumable, and blocked until an independent arbiter verifies the results. The authoritative procedure lives in mk:orchestrate.

Dispatch

Activate mk:orchestrate with the user's task description, job-spec path, or --resume <run-dir>. Resolve every runtime, model, and agent from live evidence during the run — never from memory or a prior report.

Flags

  • --internal — Routing preference: consider in-session subagents first for jobs without an explicit runtime:. Not a hard mode — a CLI fallback is allowed when a job needs a separately selectable model or stronger isolation.
  • --yes — Pre-approve the exact destructive scope described in the spec. Does not approve anything the spec does not already describe.

Safety notes

  • Secrets are refused at intake and redacted from every artifact (injection-rules.md).
  • Destructive, deploy, release, delete, or credentialed jobs require explicit human approval for that exact scope, recorded per intervention-recording-rules.md. --internal prompt-only isolation may never carry destructive/credentialed work.
  • In-session parallel fan-out honors parallel-execution-rules.md (max 3 concurrent agents, zero file-ownership overlap, worktree isolation for writers).
  • Gate 1 and Gate 2 are never self-approved by orchestration (gate-rules.md).
  • Prefer a direct single-agent workflow (mk:cook) when orchestration adds no parallelism, staged dependency, runtime diversity, or arbiter value.

Read the full file on GitHub · 48 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. yesterday First seen · 48 lines · 0 tokens per session scan A e3832b29409c

Subscribe to this mod's changes

orchestrate is a command published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 480 tokens. 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-09-03.