What problem does it solve? It consolidates scattered HTML documentation pages produced by multiple agents into a single coherent mini-site with a navigable index, consistent visual identity, and verified links that work offline and via file://. ## Core Features & Use Cases - Index and seal generation: Creates index.html with a hero seal SVG, injects a mini-seal and navigation menu retroactively into all existing pages. - Offline-first vendor bundling: Downloads pinned versions of Three.js, D3, and Highcharts into assets/vendor/ with CDN fallbacks so no page depends on external CDNs. - Auto-discovery and validation: Scans auxiliary HTMLs via meta tags, validates relative links, and runs an HTTP smoke test before reporting final telemetry. - Use Case: After three documentation agents generate architecture, metrics, and glossary pages, run this publisher to produce a unified index.html that opens with a double click, works without internet, and reports broken links or missing libraries. ## Quick Start Run the reversa-docs-publisher skill to regenerate the documentation index and inject the project seal into all pages in _reversa_docs/.