What problem does it solve? Teams that reverse-engineer a legacy project end up with scattered analysis artifacts (soul.md, chronicle.md, SDD specs) that are hard to navigate and share. This Skill turns that extracted knowledge into a self-contained, navigable HTML mini-site in _reversa_docs/ that works offline and opens with a double click. ## Core Features & Use Cases - Four-agent pipeline: Orchestrates Mapper (3D architecture and module pages), Analyst (metrics and timeline dashboards), Storyteller (glossary, deck, feature pages), and Publisher (index, navigation, vendor bundling, smoke test) in a fixed sequence. - Offline and file:// compatible: Bundles Three.js, D3, and Highcharts locally in assets/vendor/ and injects data via assets/js/data.js, so no server or internet connection is needed to view the site. - Guided configuration and safe regeneration: Runs a short interview (reader profile, depth, visual style) persisted to .config.json, supports --auto mode, and creates timestamped backups before any destructive regeneration. - Use Case: After running the Reversa core extraction on a legacy codebase, invoke this Skill to produce an interactive documentation site with a 3D Code City, dependency dashboards, and per-feature pages for onboarding a new developer. ## Quick Start Ask your AI agent to run /reversa-docs to generate the interactive documentation mini-site for this project, then open _reversa_docs/index.html in a browser.