What problem does it solve? Onboarding to an unfamiliar repository or documenting a codebase manually 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, using only built-in file and terminal tools. ## Core Features & Use Cases - Full Wiki Generation: Produces README overview, architecture.md with Mermaid flowcharts, per-module docs, class and sequence diagrams, getting-started guides, and optional API references. - Local and Remote Repos: Works on the current directory, a given path, or a GitHub URL cloned shallowly to a temp directory, with commit-SHA tracking for re-runs. - Bounded Scope Control: Caps module coverage, filters vendored and generated code, and verifies Mermaid blocks and file outputs to prevent fabrication. - Use Case: Point the agent at a private repo you just inherited and receive a complete wiki at ~/.zeus/wikis/<repo-name>/ with architecture diagrams and module references that render on GitHub. ## Quick Start Ask the agent to generate a wiki with architecture diagrams for the repository at the current path or a given GitHub URL.