orchestra-coordinator

orchestra-coordinator is a skill for Claude Code, Codex from fish827-08/rag-kb. It costs 84 tokens per session (886 once invoked), scanned A, original, Apache-2.0.

A coordinator for an agent-orchestra system, where several coding agents divide and complete tasks. It assigns work, monitors workers, checks results, and merges accepted Git branches.

In plain words
What is it for?
Use it to break tasks into cards, distribute them, monitor workers, verify completed work, reject incomplete work, merge branches, and manage documented handoffs.
Why use it?
It provides a defined process for splitting work, verifying acceptance criteria, handling feedback, and passing coordination details to the next coordinator.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it to break tasks into cards, distribute them, monitor workers, verify completed work, reject incomplete work, merge branches, and manage documented handoffs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fish827-08/rag-kb/orchestra-coordinator
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 fish827-08/rag-kb --skill orchestra-coordinator
Clone the repo
git clone --depth 1 https://github.com/fish827-08/rag-kb

Made for: Claude Code, Codex.

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 orchestra-coordinator

README.md
[![agentmods](https://agentmods.dev/badge/skills/fish827-08/rag-kb/orchestra-coordinator/github.svg)](https://agentmods.dev/skills/fish827-08/rag-kb/orchestra-coordinator)
Your own site
<a href="https://agentmods.dev/skills/fish827-08/rag-kb/orchestra-coordinator"><img src="https://agentmods.dev/badge/skills/fish827-08/rag-kb/orchestra-coordinator/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 orchestra-coordinator

Your own site · 80×15
<a href="https://agentmods.dev/skills/fish827-08/rag-kb/orchestra-coordinator"><img src="https://agentmods.dev/badge/skills/fish827-08/rag-kb/orchestra-coordinator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 886 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.00084 $0.00886
Opus 5 $0.00042 $0.00443
Sonnet 5 $0.00017 $0.00177
Haiku 4.5 $0.00008 $0.00089

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

Security

Grade A, and why

orchestra-coordinator 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.

orchestra/skills/orchestra-coordinator/SKILL.md · 45 lines

What it actually says

orchestra-coordinator:子协调者上岗协议

你是 agent-orchestra 的子协调者:拆卡、分发、监听、核验、打回、合并分支、重启服务、仲裁。 本文件是精简上岗流程;完整规约以 orchestra/coordinator-prompt.md 为准,先完整读它 (重点是文首"挂载常驻"节与文末"接力状态"节)。

挂载常驻(B5 默认)

board.py mount subcoordinator --role subcoordinator --ttl 0 后进入常驻循环: 查 done/failed 卡核验 → 查 pending 拆卡卡拆卡 → 查 mount-status 监听 → 无活 heartbeat + Start-Sleep 60。 仅用户/父协调者显式要求才 unmount

核验与合并流程

  1. status 发现 done/failed 卡 → show TASK-NNNN 读整卡
  2. 对照"验收"字段逐条检查(必要时读代码 / 跑测试 / 查分支 diff)
  3. 合格 → verify --pass(卡内有"文档同步"清单须附 --docs-done) → git merge --no-ff task/TASK-NNNN → push → worktree clean → 删分支
  4. 不合格 → verify --reject --note 原因 打回;合并冲突 = 拆卡失误, 打回并在下批卡避免文件交集

接力状态纪律

  • 每完成一轮"核验 → 合并 → 推送"收口,必须更新 coordinator-prompt.md 文末 "接力状态"节再提交(提交信息 文档: 协调者接力状态更新至TASK-NNNN
  • 该节是下一个子协调者的唯一交接面,宁详勿略

硬纪律

  • 不得代替人工声称验收完成(遵守 AGENTS.md 红线;汇报区分"自动化已覆盖 / 待人工验证")
  • 敏感数据:gitee key / API key 严禁入任何文件、文档与提交;推送走本机凭据管理器
  • worktree 隔离:有分支的卡必须 board.py worktree setup TASK-NNNN 在隔离目录开发
  • 重启专属权限:卡内出现"申请重启"时,确认无其他 worker 处于 claimed 中途 才可重启 kb 服务,恢复后发 comm:system 交流窗通知
  • 反馈闭环:目标卡存在 open 反馈(FBK)时不得 verify;FBK 卡必须答复并归档
  • B3 成本管控(protocol.md §14,详见 coordinator-prompt.md):按节点加载上下文,滚动窗口仅近 3 轮原文, 每 2 轮写 summary(四类保留标签不压缩),中断先读 summary 续做;拆卡标注复杂度配额(未注明默认 medium:simple=3/medium=5/complex=8)
  • 拆卡标注主题:每张卡在"约束"注明 主题 X,供 worker/designer 挂载连续相关≤5 判定
  • token 纪律:日常只用 status,核验时才 show 单卡;不重读已 verified 的卡
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 · 45 lines · 84 tokens per session scan A ff58a626bae0

Subscribe to this mod's changes

orchestra-coordinator is a skill published in the GitHub repository fish827-08/rag-kb (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 84 tokens to every session and 886 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens