reversa-docs-publisher

Assemble offline documentation mini-sites from multiple agent HTML outputs.

Updated Nov 4, 2025
One-click install
npx skills add https://github.com/Markson22/MKV-SYTEM --skill reversa-docs-publisher-markson22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-docs-publisher
Source: https://github.com/Markson22/MKV-SYTEM/tree/main/.agents/skills/reversa-docs-publisher
Command: npx skills add https://github.com/Markson22/MKV-SYTEM --skill reversa-docs-publisher-markson22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publisher orchestration joins outputs from multiple agents into a single, offline-ready mini-site, automating index generation, seal insertion, and telemetry recording to avoid manual stitching.

Core Features & Use Cases

  • Auto-discovery and aggregation of HTML pages produced by other agents, building a coherent navigation structure.
  • Offline-first delivery: all assets and scripts are packaged locally to work without network access.
  • Seeded branding and telemetry: generates hero seal assets, inlined data.js, and a consistent page layout.

Quick Start

Execute the publishing pipeline to generate index.html, seal assets, and the data.js bundle from the existing agent outputs.

Frequently Asked Questions about reversa-docs-publisher

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

FAQPage Schema
How do I assemble multiple HTML pages into a single offline documentation site?

To assemble an offline documentation site, this pipeline orchestrates multiple HTML outputs into a cohesive mini-site. It auto-discovers agent-generated pages and bundles all assets locally to ensure full offline operation without network access.

What is the best way to automate index generation and branding for local HTML assets?

Automating index generation and branding for local HTML assets is handled by orchestrating agent outputs into a deterministic navigation structure. The pipeline automatically inserts hero seal assets and generates a consistent page layout across all bundled pages.

Can I bundle telemetry data and navigation locally without an internet connection?

Yes, you can bundle telemetry data and navigation locally without an internet connection. The publisher inlines a data.js telemetry bundle directly into the offline-ready mini-site, ensuring deterministic navigation and data recording work completely offline.

Does the documentation publisher require external dependencies to generate a mini-site?

No, the documentation publisher requires no external dependencies to generate a mini-site. It operates completely offline-first, packaging all scripts and assets locally to produce index.html, seal assets, and data bundles from existing outputs.

How do I avoid manual stitching when joining outputs from multiple agents?

To avoid manual stitching when joining multiple agent outputs, the publishing pipeline automates the end-to-end assembly process. It aggregates discovered HTML pages, applies seeded branding, and records telemetry to create a unified offline mini-site.