What problem does it solve?
Provide a single, machine-readable overview of all LLM Wiki vaults so users don't have to manually inspect directories and run git or shell commands across multiple vaults to understand page counts, sources, recent activity, and repository cleanliness.
Core Features & Use Cases
- Automatic vault discovery: Scans the vaults/ directory and treats subdirectories containing a CLAUDE.md file as vaults.
- Per-vault metrics: Computes page counts (wiki/.md excluding index.md), source counts (raw/ files), extracts domain from CLAUDE.md, reads last activity from log.md, and reports git cleanliness via git status.
- Readable output and guidance: Presents results as a markdown table and suggests creating a vault when none are found. Useful for repository maintainers who want regular health checks, CI status reports, or quick audits before sharing a vault.
Quick Start
Run the /vault-status command to list all vaults with pages, sources, last activity, and git cleanliness.