ttrpg-llm-wiki-init

Validates TTRPG campaign wiki structure, resumes interrupted work, and routes tasks to downstream skills.

Updated May 29, 2026
One-click install
npx skills add https://github.com/Thedougler/shattered-sea-wiki --skill ttrpg-llm-wiki-init-thedougler
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ttrpg-llm-wiki-init
Source: https://github.com/Thedougler/shattered-sea-wiki/tree/main/.claude/skills/ttrpg-llm-wiki-init
Command: npx skills add https://github.com/Thedougler/shattered-sea-wiki --skill ttrpg-llm-wiki-init-thedougler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about ttrpg-llm-wiki-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate an Obsidian campaign wiki structure automatically?▼

Run this Skill at session start; its Fast Check protocol verifies required directories, system files like hot.md and index.md, and pending ingests. Violations are fixed immediately and committed to git with descriptive messages.

How do I route TTRPG tasks to the right skill in Claude Code?▼

The Skill's routing table maps user intents — session prep, NPC creation, ingest, lint, world updates — to specialized skills. If the target skill is missing, the Missing Skill Protocol suspends the task and builds it via skill-creator.

Can it resume interrupted wiki maintenance work?▼

Yes. Any task touching more than 10 files writes a work-queue entry with progress markers. On the next session, the Skill detects the active entry and resumes from the last completed file before starting new work.

What is the difference between Fast Check and Full Audit modes?▼

Fast Check runs cheap structural checks and exits early when the vault is healthy. Full Audit executes a 12-phase deep scan covering naming conventions, frontmatter completeness, wikilink resolution, bidirectional relationships, orphans, and index completeness.

Does it modify wiki content without confirmation?▼

It auto-fixes only structural problems — file placement, missing directories, broken links, naming violations — all reversible via git. It never invents canon; ambiguous content issues are flagged for DM review instead of guessed.