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/tyejcoleman/tokenroom/agents-mdgit clone --depth 1 https://github.com/tyejcoleman/tokenroomWrote 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/tyejcoleman/tokenroom/agents-md)<a href="https://agentmods.dev/instructions/tyejcoleman/tokenroom/agents-md"><img src="https://agentmods.dev/badge/instructions/tyejcoleman/tokenroom/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.00222 | $0.00222 |
| Opus 5 | $0.00111 | $0.00111 |
| Sonnet 5 | $0.00044 | $0.00044 |
| Haiku 4.5 | $0.00022 | $0.00022 |
Grade A, and why
tokenroom 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.
What it actually says
Agent instructions
This repo's working context lives in CLAUDE.md — read it first; it applies
to every agent and harness, not just Claude Code.
Before any work, read in order:
docs/ARCHITECTURE.md— data flow, module map, extension points.docs/DECISIONS.md— the ADR log; never silently violate a decision.docs/PLAN.md— tasks with acceptance criteria (AC = definition of done).
Hard gates: scripts/check-invariants.mjs (also in npm test/CI) blocks new
dependencies, non-builtin imports, any network surface, compliance tripwires, and
crash-prone entry points — each failure cites the ADR explaining why. Run it before
claiming done. Hard rules: official extension points only; never reuse subscription
OAuth tokens outside the official client, call undocumented endpoints, spoof harness
identity, or burn interactive quota headlessly. Full detail in CLAUDE.md.
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 · 17 lines · 222 tokens per session scan A 209596e282d1
tokenroom AGENTS.md is an instructions file published in the GitHub repository tyejcoleman/tokenroom (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 222 tokens to every session, about $0.0011 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
Accordion CLAUDE.md
Instructions for a-Fig/Accordion, covering claude.md — accordion, key urls, terminology, codebase map and engine — single source of truth.
tokf CLAUDE.md
Claude Code instructions for mpecan/tokf, covering tokf — development guidelines, project philosophy, commits, code quality and testing.
Accordion AGENTS.md
Instructions for a-Fig/Accordion, a project described as: 🏆 AI Hackathon 2026 @ UC Berkeley Intelligent context management for developers.
mentedb copilot-instructions.md
Instructions for nambok/mentedb, covering mentedb development instructions, project overview, workspace structure, build, test, and lint and key types.
OmniGlyph CLAUDE.md
Claude Code instructions for diegosouzapw/OmniGlyph, covering claude.md, quick start, project at a glance, key conventions and running benchmarks.
OmniGlyph GEMINI.md
Gemini CLI instructions for diegosouzapw/OmniGlyph, covering omniglyph — guidelines for gemini-based agents, non-negotiables (mirror of agents.md), file placement and validation before you claim done.