Skip to content
Documentation
Command

/stats

Show wiki size, shape, and link density — and which scaling threshold the wiki is at.

From plugin
llm-wiki
1039 skills9 commands
Install
> /plugin marketplace add praneybehl/llm-wiki-plugin
> /plugin install llm-wiki@llm-wiki

How 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.md
description: Show wiki size, shape, and link density — and which scaling threshold the wiki is at.

Resolve `<WIKI_ROOT>` from an explicit user path, the nearest project instructions, global agent instructions, or finally the current project's `wiki/`. Then run `python "${CLAUDE_PLUGIN_ROOT}/skills/llm-wiki/scripts/wiki_stats.py" "<WIKI_ROOT>"` 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`.

Ships withllm-wiki

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.

Get the whole plugin
Stats
106
Stars
17
Forks
Active
Maintenance
TypeScript
Language
MIT
License
3d ago
Last commit
5mo ago
Created

Repo: praneybehl/llm-wiki-plugin

Other commands on llm-wiki.