What problem does it solve? Keeping codebase documentation accurate and up to date is tedious: wikis drift out of sync with source code, and manually writing architecture overviews for unfamiliar projects takes hours. This Skill automates the full lifecycle of wiki documentation, from repository scanning to incremental updates after code changes. ## Core Features & Use Cases - Multi-phase documentation pipeline: Scan the repository, design a TOC (toc.yaml), generate pages with evidence-based source citations, validate Mermaid diagrams and structure, and produce a SUMMARY.md report. - Incremental sync: Detect git changes since the last documented commit and regenerate only affected AUTOGEN sections, preserving manually written content outside markers. - Parallel page generation: When subagents are supported, spawn one workflow-runner subagent per page to speed up the doc-write phase. - Use Case: After merging a large feature branch, run the incremental mode to update only the wiki sections whose source files changed, then review the generated SUMMARY.md for coverage gaps. ## Quick Start Ask the AI to generate comprehensive wiki documentation for this repository using the wiki skill.