What problem does it solve? Wiki index files drift out of sync with the actual page tree as pages are added, moved, or deleted, making navigation unreliable and forcing maintainers to manually audit every entry. ## Core Features & Use Cases - Index Reconciliation: Walks the wiki directory tree, adds entries for pages missing from the index, and removes entries whose pages no longer exist. - Structured Entry Formatting: Produces one-line summaries per page in a consistent - [[path]] — summary format, grouped by category while preserving custom sections. - Audit Logging: Appends a dated log entry to wiki/log.md with added/removed counts so every refresh run is traceable, even when nothing changed. - Use Case: An LLM Wiki operation issue of type index arrives for a space; the skill reads the current index, walks wiki/sources/, wiki/projects/, wiki/entities/, and other categories, then rewrites wiki/index.md to match reality without touching any page bodies. ## Quick Start Run an index refresh for the wiki space referenced in this operation issue and rebuild wiki/index.md from the actual page tree.