reversa-docs-publisher

Generate an offline-ready documentation site index from HTML pages.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/stribus/pygerengastos --skill reversa-docs-publisher-stribus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-docs-publisher
Source: https://github.com/stribus/pygerengastos/tree/main/.agents/skills/reversa-docs-publisher
Command: npx skills add https://github.com/stribus/pygerengastos --skill reversa-docs-publisher-stribus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a self-contained, offline-ready documentation site index from existing HTML pages and auxiliary sources, including branding seals and navigation.

Core Features & Use Cases

  • Generates a hero seal and a mini-seal and injects them into the pages.
  • Discovers and aggregates HTMLs produced by other agents via auto-discovery.
  • Validates internal links and embeds telemetry data for post-run auditing.
  • Produces a final index.html and a telemetry state file for governance.

Quick Start

Run the reversa-docs-publisher skill to generate the index and publish the offline mini-site from the current project state.

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 a self-contained offline documentation site from HTML files?

This skill automates the creation of a self-contained offline documentation site index by aggregating existing HTML files, injecting branding seals, and embedding telemetry data. It outputs a final index.html and a telemetry state file for governance.

What is the best way to build an offline-ready documentation index with injected branding seals?

The best way is using this skill to generate hero and mini-seals, inject them into pages, and bundle assets. It creates a reproducible, file:// friendly workflow that outputs a self-contained mini-site with navigation.

Can I auto-discover HTML pages from other agents to assemble a documentation index?

Yes, you can auto-discover HTML pages from other agents to assemble a documentation index. This skill automatically discovers and aggregates HTMLs produced by other agents, validating internal links and embedding telemetry for post-run auditing.

How do I validate internal links and embed telemetry in an offline documentation pipeline?

To validate internal links and embed telemetry in an offline documentation pipeline, run this skill to process your HTML sources. It automatically validates links and embeds telemetry data into the final index and state file for post-run auditing.

Does the offline documentation publishing workflow require external dependencies or an internet connection?

The offline documentation publishing workflow does not require external dependencies or an internet connection. This skill operates with zero dependencies, implementing asset bundling and seal generation in a fully self-contained, file:// friendly environment.

Why does my offline documentation index need a telemetry state file?

Your offline documentation index needs a telemetry state file for governance and post-run auditing. This skill embeds telemetry data into the final output, ensuring the self-contained documentation pipeline remains reproducible and trackable.