claude-code-orchestration-template AGENTS.md

claude-code-orchestration-template AGENTS.md is an instructions file for Codex, OpenCode from jeroromano/claude-code-orchestration-template. It costs 631 tokens per session, scanned A, original, MIT.

A guide file that explains the structure and working rules of a documentation template for coordinating Claude Code. It points developers to the main policy, agent definitions, delegation skill, and project map.

In plain words
What is it for?
Use it to orient work in the template, find the authoritative instruction files, understand the roles of its agents and skills, and know what validation is or is not available.
Why use it?
It helps an AI coding assistant understand where instructions live and what the repository contains before making changes. It also makes clear that the template has no application code, build step, or runtime.

Instructions file for CodexOpenCode

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 instructions/jeroromano/claude-code-orchestration-template/agents-md
Clone the repo
git clone --depth 1 https://github.com/jeroromano/claude-code-orchestration-template

Made for: Codex, OpenCode.

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 claude-code-orchestration-template AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jeroromano/claude-code-orchestration-template/agents-md.svg)](https://agentmods.dev/instructions/jeroromano/claude-code-orchestration-template/agents-md)
Your own site
<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>
Per session 631 This file is loaded in full into every session.
When invoked 631 The same file — it is already loaded in full.
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.00631 $0.00631
Opus 5 $0.00316 $0.00316
Sonnet 5 $0.00126 $0.00126
Haiku 4.5 $0.00063 $0.00063

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

Security

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.

AGENTS.md · 32 lines

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.md that affects meaning must be mirrored in README.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, run git grep -l PREMIUM-APPROVED and 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.

Read the full file on GitHub · 32 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. 3d ago First seen · 32 lines · 631 tokens per session scan A b7350744316a

Subscribe to this mod's changes

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.

Related

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.

KhazP/vibe-coding-prompt-template · 139 tokens

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.

StChiotis/Library-First-Engineering · 366 tokens

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…

Obedience-Corp/festival · 379 tokens

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.

devdavv/unity-ai-workflow · 841 tokens

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.

Benboerba620/daily-watchlist · 324 tokens

ai-auto-work CLAUDE.md

Claude Code instructions for chaohong-ai/ai-auto-work, covering gamemaker - ai native 游戏创作平台, 项目简介, ai 工作目录约定 and 按需加载(不默认装载).

chaohong-ai/ai-auto-work · 1,166 tokens