What problem does it solve? Teams that reverse-engineer a legacy project end up with scattered knowledge artifacts (soul.md, chronicle.md, SDD specs) that are hard to navigate. This Skill orchestrates a four-agent pipeline that renders that extracted knowledge into a self-contained, navigable HTML mini-site in _reversa_docs/ that works offline and via double-click. ## Core Features & Use Cases - Sequential 4-agent pipeline: Mapper (3D architecture and module pages), Analyst (metrics and timeline dashboards), Storyteller (glossary, deck, per-feature pages), and Publisher (index, navigation, vendor bundling, smoke test). - Offline and file:// compatible: downloads Three.js, D3, and Highcharts into assets/vendor/ and embeds data in assets/js/data.js so no server or internet is needed. - Guided configuration and regeneration: a 3-question interview (reader profile, depth, visual style) persisted in .config.json, plus backup-based partial or full regeneration and an --auto mode. - Use Case: After running /reversa on a legacy codebase, invoke /reversa-docs to produce an interactive documentation site with a 3D Code City, metrics dashboards, and feature pages for onboarding a new developer. ## Quick Start Run /reversa-docs in your project after the Reversa core extraction to generate the interactive documentation mini-site in _reversa_docs/.