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/wolfe-jam/agents-md-facts/agents-mdgit clone --depth 1 https://github.com/Wolfe-Jam/agents-md-factsWrote 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/wolfe-jam/agents-md-facts/agents-md)<a href="https://agentmods.dev/instructions/wolfe-jam/agents-md-facts/agents-md"><img src="https://agentmods.dev/badge/instructions/wolfe-jam/agents-md-facts/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.00427 | $0.00427 |
| Opus 5 | $0.00214 | $0.00214 |
| Sonnet 5 | $0.00085 | $0.00085 |
| Haiku 4.5 | $0.00043 | $0.00043 |
Grade A, and why
agents-md-facts 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 4d 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
AGENTS.md — agents-md-facts
TypeScript · CLI · Node.js · bun package manager · v0.1.0
Authored: 2026-08-20
Setup & build
bun install # install dependencies
bun run build # build
bun run dev # dev
Run the tests
bun run test
bun run lint
bun run typecheck
Where things live
package.jsonsrc/index.tssrc/cli.tssrc/detect/src/author.tssrc/context.tssrc/inject.tstests/examples/README.mdCHANGELOG.mdtsconfig.jsoneslint.config.js
Conventions
- TypeScript strict mode (tsconfig.json)
- ESM modules (
type: module) - Style enforced by ESLint — obey the configs
Guardrails
- Always OK: read files, run the tests (
bun run test), build the project. - Ask first: dependency installs, deletions, migrations / schema changes.
- Never: force-push, push to
main, commit secrets.
Definition of Done
Done when: bun run lint exits 0 · bun run typecheck exits 0 · bun run test passes · committed with a clear message.
Commit & PR
- Write a clear, descriptive commit message.
- Branch off
main; never commit tomaindirectly — open a PR for review. - If build/test scripts or layout change, refresh this file in the same PR (
npx agents-md-facts).
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.
- 4d ago First seen · 64 lines · 427 tokens per session scan A 41511607c31e
agents-md-facts AGENTS.md is an instructions file published in the GitHub repository Wolfe-Jam/agents-md-facts (2 stars, last pushed 15d ago), licensed MIT. It adds 427 tokens to every session, about $0.0021 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
agents AGENTS.md
AGENTS.md instructions for scarletkc/agents, covering agent guidelines, environment, engineering principles, code style and testing.
codex-manager AGENTS.md
AGENTS.md instructions for ewsun22/codex-manager, covering codex manager 项目指令, 产品边界, 隐私与安全, 工程规则 and 开源文档与发布流程.
awesome-grok-build AGENTS.md
Instructions for DominikTobureto/awesome-grok-build, covering agents.md, mission, operating principles, source policy and file conventions.
anchor copilot-instructions.md
Instructions for peva3/anchor, covering github copilot instructions, required reading, critical rules, prohibited actions and project structure.
open-forge AGENTS.md
Instructions for zhangqi444/open-forge, covering agents.md, what this project is, working on this repo — the rules, build / test / lint and versioning.
intelligence-sync CLAUDE.md
Instructions for ainova-systems/intelligence-sync, covering claude.md, archive status, final layout and contract and validation.