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.
npx agentmods add instructions/jeroromano/claude-code-orchestration-template/agents-mdgit clone --depth 1 https://github.com/jeroromano/claude-code-orchestration-templateWrote 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.
[](https://agentmods.dev/instructions/jeroromano/claude-code-orchestration-template/agents-md)<a href="https://agentmods.dev/instructions/jeroromano/claude-code-orchestration-template/agents-md"><img src="https://agentmods.dev/badge/instructions/jeroromano/claude-code-orchestration-template/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00631 | $0.00631 |
| Opus 5 | $0.00316 | $0.00316 |
| Sonnet 5 | $0.00126 | $0.00126 |
| Haiku 4.5 | $0.00063 | $0.00063 |
Grade A, and why
claude-code-orchestration-template AGENTS.md 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 32 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Orientation for AI coding agents (OpenAI Codex, Cursor, and similar) working on this repository. It does not replace CLAUDE.md; that file is the operating policy and wins on any conflict. This file just helps you get oriented fast.
What this repository is
A documentation template for orchestrating Claude Code. The deliverable is a set of instruction files - a policy (CLAUDE.md), four subagents in .claude/agents/, and one skill in .claude/skills/ - that a developer copies into their own repo. There is no application code, no build step, and no runtime. The Project commands placeholders in CLAUDE.md exist for downstream users to fill in their repositories; this template itself has nothing to build or test.
Map
| Path | Purpose |
|---|---|
README.md / README.es.md |
Human-facing docs. English is canonical; Spanish mirrors it. |
CLAUDE.md |
The orchestration policy - behavioral source of truth. |
.claude/agents/*.md |
The four subagents: fast-worker, deep-reasoner, premium-reasoner, diff-reviewer. |
.claude/skills/delegation-protocol/SKILL.md |
Delegation mechanics: task-spec template, routing table, review rules. |
docs/example-workflow.md |
Worked end-to-end example of the delegation protocol. Documentation only - not part of the install payload. |
llms.txt |
Compact machine-readable map of the project. |
Working rules
- Keep it declarative. No scripts, dependencies, package managers, binaries, hooks, CI, or telemetry. Everything here is plain Markdown by design.
- One source of truth. Project-specific content (risk paths, validation commands, data boundaries) belongs only in
CLAUDE.md. Don't copy it into the agents or the skill. - Keep the READMEs in sync. A change to
README.mdthat affects meaning must be mirrored inREADME.es.md. English wins on any discrepancy. - Preserve the gates. Don't weaken or remove the spend gate (
PREMIUM-APPROVED) or the author-is-not-the-reviewer rules. If you rename the token or an agent, rungit grep -l PREMIUM-APPROVEDand update every hit in the same change. - Surgical diffs. Match the existing voice; no broad cosmetic rewrites.
- Don't strip provenance. Dated compatibility stamps (e.g., the Codex CLI version) are deliberate - update them when you re-verify, never delete them.
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.
- 3d ago First seen · 32 lines · 631 tokens per session scan A b7350744316a
claude-code-orchestration-template AGENTS.md is an instructions file published in the GitHub repository jeroromano/claude-code-orchestration-template (1 stars, last pushed 25d ago), licensed MIT. It adds 631 tokens to every session, about $0.0032 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.
Other instructions, from other repositories
vibe-coding-prompt-template backend.instructions.md
Instructions for KhazP/vibe-coding-prompt-template: Read AGENTS.md, agentdocs/techstack.md, and agentdocs/codepatterns.md.
Library-First-Engineering copilot-instructions.md
Instructions for StChiotis/Library-First-Engineering: You are an AI agent operating in a Library-First Engineering (LFE) repository. This adapter is a pointer. Canonical rules live in human-readable docs.
festival GEMINI.md
Gemini CLI instructions for Obedience-Corp/festival: Festival is a goal-oriented project management methodology for human and AI development workflows, driven by the fest and camp CLIs, installed and kept in sync by a third tool, festival. The skills imported below describe how to plan and execute festivals. Load them…
unity-ai-workflow CLAUDE.md
Instructions for devdavv/unity-ai-workflow, covering unity ai workflow, workspace layout, project config, dev modes and non-negotiable rules.
daily-watchlist CLAUDE.md
Instructions for Benboerba620/daily-watchlist: This file is the source protocol for the Daily Watchlist workflow. Hypothesis Tracker is bundled in this repository as the thesis/evidence layer.
ai-auto-work CLAUDE.md
Claude Code instructions for chaohong-ai/ai-auto-work, covering gamemaker - ai native 游戏创作平台, 项目简介, ai 工作目录约定 and 按需加载(不默认装载).