wiki-resume
Wiki Resume
Give the user a fast, grounded status view of their wiki so they know what's inside and what the right next action is. As of v0.0.27, resume also runs wiki-health automatically as part of every status call — a free, zero-LLM structural pre-flight that surfaces broken wikilinks, missing frontmatter, and other mechanical issues without the user having to think about it. As of v0.0.29, resume also reads wiki/context_brief.md (auto-rebuilt by wiki-ingest) before any other status work, so a fresh session orients from one ≤ 8 KiB file instead of a 3+ file scan. No writing to wiki pages — this skill is read-only against the wiki itself; it only logs the health invocation it dispatches.
Read ${CLAUDE_PLUGIN_ROOT}/references/karpathy-pattern.md once for new sessions.
When to run
- User asks for status, overview, or "where was I" on the wiki
- User returns after a gap and wants orientation
wiki-setupjust finished and the user needs guidance on the first action- Proactively after any long idle period between wiki invocations
Never run when
- There is no wiki in the working directory — offer
wiki-setup