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/anivar/developer-docs-framework/agents-mdgit clone --depth 1 https://github.com/anivar/developer-docs-frameworkWhat 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.21969 | $0.21969 |
| Opus 5 | $0.10984 | $0.10984 |
| Sonnet 5 | $0.04394 | $0.04394 |
| Haiku 4.5 | $0.02197 | $0.02197 |
Grade A, and why
developer-docs-framework AGENTS.md scanned grade A 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST https://api.example.com/v1/telemetry/subscribe \ The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- yesterday First seen · 2,647 lines · 21,969 tokens per session scan A e832866853a0
developer-docs-framework AGENTS.md is an instructions file published in the GitHub repository anivar/developer-docs-framework (10 stars, last pushed 24d ago), with no licence file. It adds 21,969 tokens to every session, about $0.1098 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
zod-skill AGENTS.md
Instructions for anivar/zod-skill, covering zod v4 — complete guide, abstract, 1. parsing & type safety, rule: use safeparse() for user input and rule: use parseasync for async refinements.
redux-saga-skill AGENTS.md
Instructions for anivar/redux-saga-skill, covering redux-saga — complete guide, abstract, 1. effects & yielding, rule: always yield effects and rule: use call() for async functions.
latex-arxiv-SKILL AGENTS.md
Instructions for appautomaton/latex-arxiv-SKILL, covering agents.md, workflow (issue‑driven) and non‑negotiable rules.
documcp copilot-instructions.md
Instructions for tosin2013/documcp, covering documcp ai coding agent instructions, architecture essentials, mcp server design (src/index.ts), tool implementation pattern and knowledge graph memory (src/memory/).
jest-skill AGENTS.md
Instructions for anivar/jest-skill, covering jest — complete guide, abstract, 1. mock design, rule: clearallmocks vs resetallmocks vs restoreallmocks and rule: always restore jest.spyon.
kodama AGENTS.md
Instructions for amergrgic/kodama, covering agents, architecture, agent roster, conventions and validation.