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 - Full Wiki Generation: Produces README overview, architecture.md, getting-started.md, per-module docs, and an optional API reference, all in GitHub-renderable Markdown. - Mermaid Diagrams: Creates flowchart, class, and sequence diagrams grounded in the actual source code, with shape semantics for components, databases, and external services. - Bounded Scope Control: Caps module count and read depth to keep token costs predictable on large repos, with state tracking via .codewiki-state.json for re-runs. - Use Case: Point it at a GitHub URL for a project you just inherited; it clones the repo, scans the structure, picks the 8–10 most important modules, and writes a complete wiki to ~/.hermes/wikis/<repo-name>/. ## Quick Start Ask the agent to generate a wiki with architecture diagrams for the repository at a given path or GitHub URL.