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.
git clone --depth 1 https://github.com/vijay-athithyaa-GV/llm-wiki-initWrote 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/commands/vijay-athithyaa-gv/llm-wiki-init/wiki-status)<a href="https://agentmods.dev/commands/vijay-athithyaa-gv/llm-wiki-init/wiki-status"><img src="https://agentmods.dev/badge/commands/vijay-athithyaa-gv/llm-wiki-init/wiki-status/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/vijay-athithyaa-gv/llm-wiki-init/wiki-status"><img src="https://agentmods.dev/badge/commands/vijay-athithyaa-gv/llm-wiki-init/wiki-status.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00019 | $0.00647 |
| Opus 5 | $0.00010 | $0.00324 |
| Sonnet 5 | $0.00004 | $0.00129 |
| Haiku 4.5 | $0.00002 | $0.00065 |
Grade A, and why
wiki-status 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 12d 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 — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/wiki-status
Report on an existing LLM Wiki. This command is strictly read-only — it does not create, edit, move, or delete a single file. If you find problems, report them; do not fix them.
Step 0 — Locate the wiki
If $1 was given, treat it as the wiki folder. Otherwise use the current
directory.
Confirm the folder is a wiki by checking for both CLAUDE.md and wiki/index.md.
If either is missing, stop and tell the user:
That doesn't look like an LLM Wiki — I couldn't find
CLAUDE.mdandwiki/index.md.Run this from inside a wiki folder, pass the folder as an argument, or create a new wiki with
/wiki-init <folder-name> "<topic>".
Step 1 — Count pages per category
Count the .md files in each of:
wiki/concepts/wiki/entities/wiki/sources/
Exclude .gitkeep and any non-markdown files. Also note the total.
Step 2 — Read recent activity
Read wiki/log.md and pull the last 5 entries (the most recent ones — the log
appends newest at the bottom). If there are fewer than 5, show all of them. If
wiki/log.md is missing, say so and continue.
Step 3 — Find orphan pages
An orphan is a page under wiki/ that nothing links to from wiki/index.md.
- Read
wiki/index.md. - List every
.mdfile underwiki/concepts/,wiki/entities/, andwiki/sources/. - A page counts as linked if
index.mdreferences it by filename, by relative path, or by[[wikilink]]matching its name or title. - Everything else is an orphan.
Do not count index.md, log.md, or overview.md — those are structural files,
not catalog entries.
Step 4 — Report
Print a compact report:
Wiki: <folder>
Topic: <topic from CLAUDE.md>
Pages
concepts <n>
entities <n>
sources <n>
total <n>
Recent activity (last 5 log entries)
<entry>
<entry>
...
Orphan pages (in wiki/, not linked from index.md)
<path>
...
If there are no orphans, print Orphan pages: none instead of an empty list.
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.
- 12d ago First seen · 87 lines · 19 tokens per session scan A ddf4c1f7d656
wiki-status is a command published in the GitHub repository vijay-athithyaa-GV/llm-wiki-init (2 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 647 once invoked, about $0.0001 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 commands, from other repositories
wiki-query
Ask questions against the wiki. Synthesizes answers from wiki pages with cross-reference citations.
wiki-req
Capture and decompose a concept into atomic, traceable wiki requirements. Clarifies ambiguous requirements, splits them into atomic pieces, and persists them as wiki/requirements/ pages with status tracking.
wiki-digest
Generate a daily or weekly digest of wiki changes — new sources, pages, insights, and gaps.
init
Scaffold a new MindBase project (v2 layout). Usage: /mb:init [template] [-- mission ...].
done
Finish a task - document, create PR or merge, close.
brand-generate
Generate an on-brand document from a saved Brand Profile.