What problem does it solve? Wiki index pages drift out of sync with the actual wiki contents over time — pages get created without being indexed, deleted pages leave dangling entries, and summaries become stale. This Skill reconciles wiki/index.md with the real state of the wiki so navigation stays accurate and cheap. ## Core Features & Use Cases - Index Reconciliation: Walks the wiki directory tree, adds missing pages, drops entries for deleted pages, and logs every change with counts. - One-Line Summaries: Generates a factual single-sentence summary per entry pulled from each page's first paragraph or title, with no statuses or datestamps. - Project Standup Linking: Attaches standup.md entries as links on their matching durable project pages and flags orphaned standups for later distillation. - Use Case: During the hourly index-refresh routine, an operation issue arrives with a target wikiId and spaceSlug; the Skill rebuilds that space's index, preserves custom categories like papers/ or runbooks/, and appends an audit log entry even when nothing changed. ## Quick Start Run the index-refresh routine on the wiki space referenced by this operation issue and reconcile its index with the actual pages on disk.