/stats
Show wiki size, shape, and link density — and which scaling threshold the wiki is at.
$ npx -y skills add praneybehl/llm-wiki-plugin --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/stats
Context preview
What this command does when you run it.
Show wiki size, shape, and link density — and which scaling threshold the wiki is at.
Command definition
stats.mddescription: Show wiki size, shape, and link density — and which scaling threshold the wiki is at.
Run `python "${CLAUDE_PLUGIN_ROOT}/skills/llm-wiki/scripts/wiki_stats.py" "${PWD}/wiki"` and present the output to me with a brief interpretation:
- If the wiki is approaching a scaling threshold (150 pages / 300-line index for sharding, 300 pages for routine search-script use, 500 pages for weekly lint cadence), call it out and explain what the migration would involve.
- If any pages are over the soft cap (400 lines) or hard cap (800 lines), recommend splitting them.
- If the link density looks low (< 1.5 links/page on average), the wiki may be under-cross-referenced — suggest a lint pass with `--suggest-pages` to find concepts that should be promoted.
For migration procedures, read `skills/llm-wiki/references/scaling-playbook.md`.
Turn PDFs, articles, transcripts, and notes into a shared wiki that your AI agents can search, cite, and keep up to date. Add a source once. Ask questions later. Keep the useful answers.
Other commands on praneybehl-llm-wiki.
- /graph
Compile, lint, or query the wiki's typed graph layer.
Open command - /ingest
Ingest a source (paper, article, transcript, PDF, notes) into the LLM Wiki.
Open command - /init
Initialize a new LLM Wiki structure in this project (creates wiki/ and raw/ directories with templates).
Open command - /lint
Run a structural and semantic health check on the LLM Wiki.
Open command - /query
Query the LLM Wiki — answer a question from accumulated knowledge with citations.
Open command - /upgrade
Upgrade an existing LLM Wiki to the current plugin version (adds missing files idempotently; walks me through any SCHEMA.md merges by hand).
Open command

