From karpathy-wiki
Displays 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.
npx claudepluginhub toolboxmd/karpathy-wiki --plugin karpathy-wiki## Wiki status !`wiki status 2>&1 || bash bin/wiki status 2>&1` ## Your task Read the output above and present it cleanly to the user. Note any anomalies (drift, pages below 3.5 quality, dirty git state, depth violations, soft-ceiling crossings). Don't run any other commands.
/statsRuns wiki stats script to show size, shape, link density, scaling thresholds, oversized page warnings, and cross-referencing suggestions.
/wiki-lintRuns mechanical and semantic health checks on LLM Wiki vault (orphans, broken links, stale pages, contradictions, missing concepts), producing markdown report with suggested actions. Supports --stale-days and --log-gap-days flags.
/wiki-lintRuns health check on wiki and WARM files, detecting contradictions, orphan pages, stale claims, missing pages, and source hash mismatches. Reports health score and issues; auto-fixes high-confidence with --fix.
/lintRuns wiki health checks for structure, frontmatter, links, tags, coverage, stale content, inconsistencies. Supports --fix, --deep, --wiki <name>, --local.
/wiki-evolveValidates llm-wiki against Karpathy pattern, identifies gaps in structure/ratios/index/frontmatter, auto-fixes via re-ingest/moves/edits, verifies with lint, and logs evolution.
/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.
Share bugs, ideas, or general feedback.
!wiki status 2>&1 || bash bin/wiki status 2>&1
Read the output above and present it cleanly to the user. Note any anomalies (drift, pages below 3.5 quality, dirty git state, depth violations, soft-ceiling crossings). Don't run any other commands.