What problem does it solve? Campaign wikis for tabletop RPGs accumulate structural drift, broken links, and interrupted tasks across sessions, and agents waste effort guessing which specialized skill should handle each request. This Skill runs a mandatory health check at the start of every session, auto-corrects structural violations, resumes suspended work, and routes every task to the correct downstream skill. ## Core Features & Use Cases - Four operating modes: Init Mode scaffolds a brand-new vault, Fast Check runs a cheap structural validation, Full Audit executes a 12-phase deep scan, and Resume Mode continues interrupted work from the work queue. - Auto-correction with commits: Fixes misplaced files, missing directories, broken wikilinks, and naming violations immediately, committing each fix to git without asking for confirmation. - Mandatory routing table: Maps user intents (session prep, NPC creation, ingest, lint, world updates) to the correct specialized skill, and triggers a Missing Skill Protocol that builds absent skills via skill-creator. - Use Case: A DM opens a new session and says "check the wiki" — the Skill validates the vault structure, regenerates the index, surfaces pending ingests and open DM decisions, prints a one-line health summary, and routes the next request to the right skill. ## Quick Start Ask the agent to "check the wiki status" at the start of any session and it will validate the vault, fix structural issues, and route your next task.