odin-claude-plugin AGENTS.md

odin-claude-plugin AGENTS.md is an instructions file for Codex, OpenCode from OutlineDriven/odin-claude-plugin. It costs 2,217 tokens per session, scanned B, original, Apache-2.0.

Repository instructions for maintaining the ODIN Claude Code plugin and its agent guidance files.

In plain words
What is it for?
Use them when editing agent instructions, synchronising output styles, updating skills, handling submodules, or preparing version changes.
Why use it?
They prevent broken links between instruction files and keep the main agent rules identical across the plugin's output styles.

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/outlinedriven/odin-claude-plugin/agents-md
Clone the repo
git clone --depth 1 https://github.com/OutlineDriven/odin-claude-plugin

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 odin-claude-plugin AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/outlinedriven/odin-claude-plugin/agents-md.svg)](https://agentmods.dev/instructions/outlinedriven/odin-claude-plugin/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/outlinedriven/odin-claude-plugin/agents-md"><img src="https://agentmods.dev/badge/instructions/outlinedriven/odin-claude-plugin/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,217 This file is loaded in full into every session.
When invoked 2,217 The same file — it is already loaded in full.
Security scan B 1 finding. 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.02217 $0.02217
Opus 5 $0.01108 $0.01108
Sonnet 5 $0.00443 $0.00443
Haiku 4.5 $0.00222 $0.00222

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

Security

Grade B, and why

odin-claude-plugin AGENTS.md scanned grade B with 1 finding 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 yesterday.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

Edit both carriers in place. Never commit them from this repository, and never stage `~/.codex/config.toml`; their owning repositories live outside this submodule.
AGENTS.md · 133 lines

How it starts

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

Repository contract

Repository file

Edit AGENTS.md, never CLAUDE.md. CLAUDE.md is a symlink, so replacing it forks the two files.

Canonical baseline

Make every persona or doctrine change in system-prompt-baseline.md first. It is the source of truth.

Propagate each canonical change to all six output styles: axiom-mode.md, builder.md, duet.md, linus.md, odin.md, and benchmark.md under plugins/odin-core/output-styles/. The Claude Code loader does not resolve references, so each style must embed the full baseline at its tail. Keep the span from the charter <role> through EOF byte-identical to system-prompt-baseline.md from <role> onward.

Perform propagation as one operation with one agent and one diff scope; never divide it by style.

Use the baseline generator; never hand-propagate the cascade:

  1. Edit system-prompt-baseline.md without changing an output style below its charter <role>.
  2. Run python3 scripts/sync-baseline.py. It replaces each style from its second <role> through EOF and preserves the persona preamble above it.
  3. Run python3 scripts/sync-baseline.py --check. Exit 0 means all styles match; exit 1 names drifted files; exit 2 means the canonical file or a required two-<role> layout is missing.
  4. Stage and commit the canonical file and all six styles together.

Never hand-edit plugins/odin-core/output-styles/benchmark.md. Its margin-runner v0.5.5 header marks it as generated. The baseline generator may change only the embedded cascade below the runner preamble; a hand edit above that region requires explicit user authorization.

Submodule publishing

Commit and push from this repository, not its parent ~/.claude, because this tree is a Git submodule. This checkout's .git is an unwritable submodule pointer, so git operations must run in a clone inside .outline/worktree/<name>, never in /tmp, where work is easily lost.

Never force-push, and that includes every --force-with-lease variant: a lease protects the remote from a stale overwrite and protects nothing from a rewrite you intended. On a branch with an open pull request, rewriting history strands every inline review comment on commits that no longer exist, and no permission error tells you that.

Read the full file on GitHub · 133 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. yesterday Changed · +32 lines · +89 tokens per session 3e8298d6c2c4
  2. 5d ago First seen · 101 lines · 2,128 tokens per session scan B 1caa59527250

Subscribe to this mod's changes

odin-claude-plugin AGENTS.md is an instructions file published in the GitHub repository OutlineDriven/odin-claude-plugin (35 stars, last pushed today), licensed Apache-2.0. It adds 2,217 tokens to every session, about $0.0111 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens