mk:orchestrate

mk:orchestrate is a skill for Claude Code from ngocsangyem/MeowKit. It costs 133 tokens per session (3,699 once invoked), scanned A, original, MIT.

A coordinator for running staged or parallel jobs across installed coding-agent tools such as Claude Code, Codex, and Cursor. It prepares job specifications, routes work, captures results, and can resume interrupted runs.

In plain words
What is it for?
Splitting a request into repeatable jobs, selecting available agent runtimes, running jobs in stages or parallel, collecting their outputs, and resuming a partially completed run.
Why use it?
It helps organize multi-agent work when one task needs several independent investigations or implementation jobs. It also keeps parallel changes separated in Git worktrees, which are additional working directories for different branches.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions subagents; mentions Claude Code; mentions Codex.

Good fit Splitting a request into repeatable jobs, selecting available agent runtimes, running jobs in stages or parallel, collecting their outputs, and resuming a partially completed run.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ngocsangyem/meowkit/orchestrate
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 ngocsangyem/MeowKit --skill 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 mk:orchestrate

README.md
[![agentmods](https://agentmods.dev/badge/skills/ngocsangyem/meowkit/orchestrate/github.svg)](https://agentmods.dev/skills/ngocsangyem/meowkit/orchestrate)
Your own site
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/orchestrate"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/orchestrate/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 mk:orchestrate

Your own site · 80×15
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/orchestrate"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/orchestrate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,699 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.00133 $0.03699
Opus 5 $0.00067 $0.01850
Sonnet 5 $0.00027 $0.00740
Haiku 4.5 $0.00013 $0.00370

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

Security

Grade A, and why

mk: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 9d ago.

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/skills/orchestrate/SKILL.md · 358 lines

How it starts

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

Orchestrate

Coordinate headless coding-agent jobs and in-session toolkit subagents through a staged, captured, resumable workflow. This is a skill-level coordinator — not a daemon, scheduler, or new runtime. It coordinates runtimes that already exist on the machine.

Runtime and model catalogs drift constantly. Resolve every route from live execution-time evidence. Never treat a runtime, provider, model, alias, flag, or agent seen in this file or an older report as currently available.

Inputs

/mk:orchestrate "research three implementation options and compare them"
/mk:orchestrate "compare the auth options" --internal
/mk:orchestrate tasks/plans/orchestrate-jobs.yaml
/mk:orchestrate tasks/plans/orchestrate-jobs.yaml --yes
/mk:orchestrate --resume tasks/reports/orchestrate-<timestamp>

Use a YAML job spec for repeatable runs. For a free-form request, create a temporary spec at tasks/reports/orchestrate-<timestamp>/jobs.yaml before dispatch.

--internal is a routing preference, not a hard mode. It asks the selection policy to consider in-session subagents first for jobs without an explicit runtime:. A job that needs a separately selectable model, stronger enforced isolation, or a control the current harness lacks may use a live-verified CLI fallback. --yes pre-approves the exact destructive scope described in the spec. Never override an explicit runtime, model, or agent pin silently.

Authority Map

Each durable contract lives in exactly one reference. Do not copy runtime or model catalogs into this file. When references disagree, STOP and report the contract mismatch.

Reference Owns
model-routing.md Sole route-selection authority: capability/risk tiers, task defaults, internal selection, fallback qualification, model-family independence
runtime-matrix.md Live candidate discovery, probing, command verification, OS evidence, <run-dir>/runtimes.json
harness-profiles.md Evidence schema for permissions, isolation, capture, budgets, enablement
internal-routing.md In-session subagent dispatch, capture, timeout, resume mechanics
job-spec.md YAML schema and execution-state contract

Read the full file on GitHub · 358 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 358 lines · 133 tokens per session scan A 9a6ff0a4b101

Subscribe to this mod's changes

mk:orchestrate is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 133 tokens to every session and 3,699 once invoked, about $0.0007 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-09-03.