reversa-docs-publisher

Consolidate HTMLs from _reversa_sdd and .reversa sources into an offline index.html.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-docs-publisher-pabloprogramador23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-docs-publisher
Source: https://github.com/Pabloprogramador23/loja/tree/main/.agents/skills/reversa-docs-publisher
Command: npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-docs-publisher-pabloprogramador23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the assembly of a cohesive, offline Reversa Docs site from multiple HTML sources, injecting a consistent header seal and navigation.

Core Features & Use Cases

  • Consolidates HTMLs from _reversa_sdd and .reversa sources into a single navigable index.
  • Generates hero seal assets and embeds data for offline viewing, enabling file:// access without network.
  • Performs auto-discovery of auxiliary HTMLs and validates links to ensure internal consistency.

Quick Start

Run the reversa publisher tool to generate or refresh the index.html and associated assets for the offline docs site.

Frequently Asked Questions about reversa-docs-publisher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an offline documentation site for file:// viewing?

To generate an offline documentation site, this skill consolidates HTMLs from _reversa_sdd and .reversa sources into a single index.html. It embeds data.js and bundles assets locally, enabling complete file:// access without network dependencies.

Can I consolidate multiple HTML files into a single navigable documentation index?

Yes, you can consolidate multiple HTML files into a single navigable index. The publisher auto-discovers auxiliary HTMLs across multi-source outputs and validates internal links to ensure consistent navigation across the assembled offline portal.

How does offline documentation site generation handle asset bundling and local data embedding?

Offline documentation site generation handles asset bundling by injecting hero seal assets and embedding local data directly into data.js. This ensures the self-contained portal functions reliably during file:// based viewing without external requests.

Do I need network access to view Reversa documentation portals?

No, you do not need network access to view Reversa documentation portals. The publish process ensures local data embedding and asset bundling, creating a self-contained offline site accessible entirely via file:// based viewing.

What is the best way to automate assembly of a cohesive offline docs site from multiple HTML sources?

The best way to automate assembly of a cohesive offline docs site is running the reversa publisher tool. It orchestrates the consolidation of multi-source HTMLs, generates seal assets, and applies validation steps to ensure internal consistency.

When should I use an offline docs publisher instead of a standard web server?

You should use an offline docs publisher when you need self-contained documentation portals for file:// access. It is designed for environments without network connectivity, ensuring local data embedding and asset bundling for reliable offline viewing.