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/praneybehl/llm-wiki-plugin/agents-mdgit clone --depth 1 https://github.com/praneybehl/llm-wiki-pluginWrote 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/praneybehl/llm-wiki-plugin/agents-md)<a href="https://agentmods.dev/instructions/praneybehl/llm-wiki-plugin/agents-md"><img src="https://agentmods.dev/badge/instructions/praneybehl/llm-wiki-plugin/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.00213 | $0.00213 |
| Opus 5 | $0.00106 | $0.00106 |
| Sonnet 5 | $0.00043 | $0.00043 |
| Haiku 4.5 | $0.00021 | $0.00021 |
Grade A, and why
llm-wiki-plugin 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 today.
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
Repository instructions
Releases
- Every user-facing plugin or skill change requires a SemVer decision before merge. Do not leave release-worthy work under an old version.
- Read and follow
CONTRIBUTING.mdsection "Releasing (maintainers)". For the main LLM Wiki release, updatepackage.json,.claude-plugin/plugin.json, both version fields in.claude-plugin/marketplace.json, andCHANGELOG.mdtogether. The skill has no separate version field; it inherits the enclosing plugin version. - If the Paperclip package is affected or explicitly included in the release, update
integrations/paperclip/plugin/package.json,src/manifest.ts, the manifest version test, its README status, and the root changelog together. Run its fullprepublish:checkbefore publishing. - Do not report a release complete until the release commit is on
main, the version tag is pushed, the GitHub release exists, every affected package is published, and registry/release URLs have been verified.
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.
- today First seen · 10 lines · 213 tokens per session scan A 2fe3d7735618
llm-wiki-plugin AGENTS.md is an instructions file published in the GitHub repository praneybehl/llm-wiki-plugin (99 stars, last pushed today), licensed MIT. It adds 213 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-09-03.
Other instructions, from other repositories
harness-kit CLAUDE.md
Claude Code instructions for harnessprotocol/harness-kit, covering harness-kit, repo structure, adding a new plugin, 1. create the plugin directory and 2. write the plugin manifest.
student-llm-wiki AGENTS.md
Instructions for IssacW228/student-llm-wiki, covering student llm wiki — agent instructions, 操作规则 operation rules, token预算规则(最高优先级), 架构 architecture and 命令 commands.
cairnkit AGENTS.md
AGENTS.md instructions for shenchangmin/cairnkit, covering cairnkit — agent instructions (codex / agents.md harness), the engine: cairn, how role dispatch works here, the delivery loop (logical flow-run contract) and hard rules.
cairnkit CLAUDE.md
Claude Code instructions for shenchangmin/cairnkit, covering claude.md, first principle, architecture and sources of truth, harness entrypoints and repository structure.
robust-llm-wiki CLAUDE.md
Instructions for KevinYoung-Kw/robust-llm-wiki, covering claude.md, the original karpathy baseline, made explicit and repository-specific policy.
llm-atomic-wiki CLAUDE.md
Claude Code instructions for cablate/llm-atomic-wiki, covering claude.md — schema for llms operating this repo, mental model, atom format (spec), frontmatter (yaml, required) and filename.