LLM Wiki is a system that uses AI agents to research sources, compile knowledge bases, organize project briefs, and answer questions from the resulting wiki. It is used to turn rough ideas and investigations into structured, reusable knowledge for agents, including Claude Code, Codex, and OpenCode. The catalogue entries are commands, hooks, skills, instructions, and a plugin that implement its workflow.
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/nvk/llm-wiki/claude-mdgit clone --depth 1 https://github.com/nvk/llm-wikiWrote 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/nvk/llm-wiki/claude-md)<a href="https://agentmods.dev/instructions/nvk/llm-wiki/claude-md"><img src="https://agentmods.dev/badge/instructions/nvk/llm-wiki/claude-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.02049 | $0.02049 |
| Opus 5 | $0.01025 | $0.01025 |
| Sonnet 5 | $0.00410 | $0.00410 |
| Haiku 4.5 | $0.00205 | $0.00205 |
Grade A, and why
llm-wiki CLAUDE.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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.
llm-wiki Development Guide
Testing
Run tests before declaring any change to plugin code done.
GitHub Auth And Transport
Agents should use GitHub CLI web login and HTTPS git transport, not SSH. SSH
host-key prompts and known_hosts writes are fragile inside nono profiles, and
public plugin updates do not need SSH.
Expected setup:
gh auth login --web --git-protocol https
gh auth setup-git
When pushing from an agent session, prefer an explicit HTTPS URL with gh's git
credential helper so the command does not depend on the checkout's origin
remote using SSH:
git -c credential.helper='!gh auth git-credential' push https://github.com/nvk/llm-wiki.git <branch>:master
If a marketplace checkout has an SSH remote, switch it to HTTPS before updating:
git -C ~/.claude/plugins/marketplaces/llm-wiki remote set-url origin https://github.com/nvk/llm-wiki.git
Structural tests (always run — no LLM, instant)
./tests/test-plugin-validate.sh # plugin manifest + command frontmatter
./tests/test-docs-consistency.sh # README command table + manifest/version drift
./tests/test-structure.sh # wiki fixture validation (84 assertions)
./tests/test-local-cli-lint.sh # local scripts/llm-wiki lint helper
./tests/test-local-cli-retract.sh # local secret-safe retract + verification helper
./tests/test-local-cli-adapters.sh # private-adapter registry + v1 execution boundary
./tests/test-local-cli-specialists.sh # personal specialist library + topic allowlists
./tests/test-local-cli-checkpoint.sh # project handoff integrity + mandatory privacy seal/overrides
./tests/test-session-capture.sh # deterministic session capture helper
./tests/test-session-concurrency.sh # concurrent session-state regression
./tests/test-codex-sync.sh # Codex plugin mirror matches Claude source
./tests/test-opencode-sync.sh # OpenCode plugin mirror matches Claude source
./tests/test-token-benchmarks.sh # budgets + fake Codex/Claude protocol fixtures
./tests/test-query-lite-sync.sh # shared query profile + read-only DS4 launcher
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.
- 5d ago First seen · 157 lines · 2,049 tokens per session scan A cfd46c580580
llm-wiki CLAUDE.md is an instructions file published in the GitHub repository nvk/llm-wiki (1,188 stars, last pushed 8d ago), licensed MIT. It adds 2,049 tokens to every session, about $0.0102 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-30.
Other instructions, from other repositories
graflow CLAUDE.md
Instructions for GraflowAI/graflow, covering claude.md, project overview, essential commands, development workflow and setup.
cultivation-world-simulator AGENTS.md
AGENTS.md instructions for 4thfever/cultivation-world-simulator, covering agents.md, 1. codex 自动读取 agents.md 的格式与规则(官方核对), 2. 本仓库说明范围, 3. .cursor/rules 沉淀 and 3.1 规则索引.
treelang AGENTS.md
AGENTS.md instructions for cs0lar/treelang, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
graflow AGENTS.md
Instructions for GraflowAI/graflow, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
dirge CLAUDE.md
Claude Code instructions for dirge-code/dirge, covering project instructions for ai agents, beads issue tracker, quick reference, rules and session completion.
huf AGENTS.md
AGENTS.md instructions for tridz-dev/huf, covering agents.md, project overview, key working branches, incident: pre-develop and pre-dev deleted, 2026-08-25 and repo layout.