What problem does it solve?
This skill solves the problem of turning scattered reverse engineering outputs and auxiliary HTML fragments into a coherent, navigable documentation mini site that works offline and consistently.
Core Features & Use Cases
- Offline-first mini site bundling: it downloads required third-party libraries into local
assets/vendor/ so the generated pages work via file:// without external CDN dependencies.
- Deterministic identity via generative seals: it generates a large hero seal and a matching mini seal (based on the project seed) and injects them across all pages.
- Single-source data + safe navigation: it compiles all intermediate JSON artifacts into one
assets/js/data.js, injects window.RV_DATA, builds nav links from discovered pages, validates relative links, and updates .state.json telemetry including smoke test results.
Quick Start
Run the reversa-docs-publisher skill with the command reversa-docs-publisher to produce .reversa/documentation/index.html and inject the mini seal and navigation across the generated documentation pages.