What problem does it solve? Onboarding to an unfamiliar repository or documenting an undocumented codebase requires hours of manual reading and writing. This Skill automates the creation of a structured wiki — overview, architecture, per-module deep-dives, and Mermaid diagrams — for any local or remote repository. ## Core Features & Use Cases - Structured Wiki Generation: Produces README, architecture, getting-started, per-module docs, and optional API reference in a consistent format. - Mermaid Diagrams: Creates flowchart, class, and sequence diagrams that render natively on GitHub, grounded in actual source code. - Incremental Re-Runs: Tracks repository SHA in a state file to detect changes and offer regeneration of only modified modules. - Use Case: Point the Skill at a private GitHub repository you just inherited; it clones it, scans the structure, picks the core modules, and writes a complete wiki to ~/.robo/wikis/<repo-name>/ with architecture and sequence diagrams. ## Quick Start Ask the agent to generate a wiki with architecture diagrams for the repository at a given local path or GitHub URL.