What problem does it solve? Onboarding to an unfamiliar codebase or producing reference documentation is slow and error-prone. This Skill automates the creation of a structured wiki — overview, architecture, per-module deep-dives, and Mermaid diagrams — for any local or remote repository, in any language, without external services. ## Core Features & Use Cases - Full Wiki Generation: Produces README overview, architecture.md, getting-started.md, per-module docs, and an optional API reference. - Mermaid Diagrams: Creates flowchart, class, and sequence diagrams that render natively on GitHub. - Bounded Scope Control: Caps module count and read depth to keep token costs predictable on large repos, with incremental re-run support via a state file. - Use Case: Point it at a private GitHub repository you just inherited; it clones the repo, scans the structure, and writes a complete wiki to ~/.anakot/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 path or GitHub URL.