From llm-wiki
Runs wiki stats script to show size, shape, link density, scaling thresholds, oversized page warnings, and cross-referencing suggestions.
How this command is triggered — by the user, by Claude, or both
Slash command
/llm-wiki:statswiki/The summary Claude sees in its command listing — used to decide when to auto-load this command
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 ...
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.
npx claudepluginhub praneybehl/llm-wiki-plugin --plugin llm-wiki/wiki-assessAssesses a wiki directory structure and content ratios against Karpathy pattern standards. Resolves wiki path from .wiki-default or --wiki flag.
/wiki-auditCheck wiki health — find broken links, stale content, contradictions, and auto-fix what it can
/statusPrints wiki metrics: page counts by type (concept, decision, source, synthesis, comparison, open-question), unprocessed sources count, last-modified timestamp, schema version, and hot.md preview (first 5 lines).
/wiki-lintRuns health checks on compiled wiki detecting stale articles, orphan pages, missing cross-references, low coverage sections, contradictions, and schema drift. Outputs summary, fix suggestions, and logs results.
/lintRuns wiki health checks for structure, frontmatter, links, tags, coverage, stale content, inconsistencies. Supports --fix, --deep, --wiki <name>, --local.
/wiki-statusDisplays karpathy-wiki health report with categories, counts, drift, quality scores, last ingest time. Highlights anomalies like drift, pages below 3.5 quality, dirty git state, depth violations, soft-ceiling crossings.