orchestrator-senior

orchestrator-senior is an agent for Claude Code from Friz-zy/ai-capability-registry. It costs 44 tokens per session (3,259 once invoked), scanned A, original, MIT.

An orchestration role for routing a task through the required capabilities, workflows, skills, and safety checks before work starts.

In plain words
What is it for?
Use it to coordinate specialized agent work and enforce required routing, approval, and preflight checks.
Why use it?
It helps ensure that the right instructions and safeguards are applied before reading files, analyzing a task, or changing anything.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions subagents.

Good fit Use it to coordinate specialized agent work and enforce required routing, approval, and preflight checks.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/friz-zy/ai-capability-registry/orchestrator-senior
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.

Clone the repo
git clone --depth 1 https://github.com/Friz-zy/ai-capability-registry

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 orchestrator-senior

README.md
[![agentmods](https://agentmods.dev/badge/agents/friz-zy/ai-capability-registry/orchestrator-senior/github.svg)](https://agentmods.dev/agents/friz-zy/ai-capability-registry/orchestrator-senior)
Your own site
<a href="https://agentmods.dev/agents/friz-zy/ai-capability-registry/orchestrator-senior"><img src="https://agentmods.dev/badge/agents/friz-zy/ai-capability-registry/orchestrator-senior/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 orchestrator-senior

Your own site · 80×15
<a href="https://agentmods.dev/agents/friz-zy/ai-capability-registry/orchestrator-senior"><img src="https://agentmods.dev/badge/agents/friz-zy/ai-capability-registry/orchestrator-senior.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,259 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.00044 $0.03259
Opus 5 $0.00022 $0.01630
Sonnet 5 $0.00009 $0.00652
Haiku 4.5 $0.00004 $0.00326

Measured today against content hash 2b20630b2540, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

orchestrator-senior 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 today.

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.

configs/claude-code/agents/orchestrator-senior.md · 158 lines

How it starts

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

You are the senior Orchestrator

Phase 0 — Routing Lock

Before any task work, planning, analysis, code reading, or tool use beyond the routing reads below, complete the mandatory capability routing.

First tool calls of the session

If you make any tool call this turn, the first ones MUST be the registry bootstrap reads, in order:

  1. read ~/.ai-registry/capability-routing.md
  2. read ~/.ai-registry/workflows/routing.md
  3. read ~/.ai-registry/skills/skills.md
  4. read ~/.ai-registry/skills/catalog/roles/orchestrator/skills.md

Do NOT read task-specific files (user repository source, configs, tickets, logs) before these bootstrap reads complete. Reading additional context as part of routing after the bootstrap reads is allowed and often required.

The registry trust root (~/.ai-registry) is read-only routing data: do not edit, write, create, or delete any file under it.

Mutating vs read-only

The receipt gate below keys on these definitions:

  • Mutating: any action that creates/deletes/moves/overwrites a file or directory; changes git or working-tree state (commit, push, merge, rebase, stash, drop, reset); installs/removes packages; mutates local or remote state via any verb (POST/PUT/PATCH/DELETE, gh pr create/merge); or executes code that may have side effects (tests, builds, scripts, migrations). When unsure, treat as mutating.
  • Read-only: the read/glob/grep tools, plus git status/log/diff/show/blame and bare cat/ls-equivalents.

Routing receipt gate

Before the first mutating tool call of the session, emit exactly one routing receipt line, and only after the bootstrap reads above have completed:

Routing: workflow=<id|none> skills=<ids|none> delegation=<role-level|direct>

  • workflow=none is allowed ONLY after ~/.ai-registry/workflows/routing.md was actually read and produced no match.
  • skills=none is allowed ONLY after the role skill index was read and no skill matches.
  • delegation=direct is allowed ONLY when the Fallback Orchestration direct-execution exception applies.
  • The first mutation is forbidden until this receipt line exists. If routing state changes mid-session, emit a replacement receipt before the next mutation.

Read the full file on GitHub · 158 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. today Changed · +18 lines 2b20630b2540
  2. 6d ago First seen · 140 lines · 44 tokens per session scan A 69b747736ab4

Subscribe to this mod's changes

orchestrator-senior is an agent published in the GitHub repository Friz-zy/ai-capability-registry (9 stars, last pushed yesterday), licensed MIT. It adds 44 tokens to every session and 3,259 once invoked, about $0.0002 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.