What problem does it solve?
It converts extracted Reversa core knowledge into a ready-to-open, offline-friendly mini-site HTML so stakeholders and developers can navigate architecture, metrics, glossary, and feature specs without reading raw artifacts.
Core Features & Use Cases
- Autonomous mini-site generation: Builds a complete documentation set in
.reversa/documentation/ including index, navigation, and visualization-driven pages.
- Orchestrates specialized agents end-to-end: Runs the Reversa Docs pipeline (Mapper, Analyst, Storyteller, Publisher) in a fixed sequence to produce consistent outputs from the same source knowledge.
- Graceful source availability handling: Detects which core inputs exist and omits dependent pages when inputs are missing, producing a minimal but usable site.
- Offline, file:// safe viewing: Ensures generated pages work without remote CDN calls by bundling required vendor libraries to local
assets/vendor/.
- Regeneration and targeted reruns: Supports full regeneration, per-agent regeneration, per-page regeneration, and interview retakes with backups for destructive writes.
Quick Start
Run the skill with the command /reversa-docs --auto to generate the documentation mini-site in .reversa/documentation/ using default reader profile, full depth, and a sober visual style.