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.
How this command is triggered — by the user, by Claude, or both
Slash command
/karpathy-wiki:wiki-statusThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
## 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.
!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.
npx claudepluginhub toolboxmd/karpathy-wiki --plugin karpathy-wiki/statsRuns wiki stats script to show size, shape, link density, scaling thresholds, oversized page warnings, and cross-referencing suggestions.
/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).
/lintRuns wiki health checks for structure, frontmatter, links, tags, coverage, stale content, inconsistencies. Supports --fix, --deep, --wiki <name>, --local.
/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.