From llm-wiki
Runs wiki stats script to show size, shape, link density, scaling thresholds, oversized page warnings, and cross-referencing suggestions.
npx claudepluginhub praneybehl/llm-wiki-plugin --plugin llm-wikiwiki/Run `python skills/llm-wiki/scripts/wiki_stats.py 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 ...
/statsDisplays project statistics including phase progress, plan execution metrics, requirements completion, git history stats, and project timeline.
/statsDisplays beads project statistics: issues by status, priority, type; completion rate; recent updates. Optionally suggests actions like investigating blocked issues.
/statsDisplays Claude Code spending analytics for today, week, month, all time, tags, or branches. Defaults to week if unspecified.
/statsDisplays statistics on Claude's persistent memory file: total memories, storage size, recent activity with human-readable timestamps, in table format.
/statsDisplays project task statistics: total count, status breakdown (ready, in_progress, blocked, done), completion percentage, and blocked tasks. Supports --format json output.
/statsDisplays statistics on the error memory database: totals, searches, matches, match rates, breakdowns by error type, source, project, tags, and solutions.
Run python skills/llm-wiki/scripts/wiki_stats.py wiki/ and present the output to me with a brief interpretation:
--suggest-pages to find concepts that should be promoted.For migration procedures, read skills/llm-wiki/references/scaling-playbook.md.