reversa-docs-publisher

reversa-docs-publisher is a skill for Claude Code, Codex from sandeco/reversa. It costs 63 tokens per session (4,657 once invoked), scanned A, original, MIT.

A publishing tool for Reversa Docs that combines generated HTML documentation pages into a small website. It creates the main index page, adds project badges, discovers supporting pages, checks links, and records final status information.

In plain words
What is it for?
Finishing a Reversa Docs generation pipeline. It helps build the index, add shared visual assets, include discovered documentation pages, validate links, and update the project state.
Why use it?
Documentation made by several agents can be scattered and visually inconsistent. This brings the pages together with one entry point and makes them easier to navigate.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex; mentions Gemini CLI.

Good fit Finishing a Reversa Docs generation pipeline. It helps build the index, add shared visual assets, include discovered documentation pages, validate links, and update the project state.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sandeco/reversa/reversa-docs-publisher
About the project

Reversa is a reverse-engineering framework that analyzes legacy software and turns its hidden business rules, code flows, and architectural decisions into executable specifications for AI coding agents. Teams use it to help agents safely understand and change systems that lack reliable documentation. The catalogue skills provide the specialized agent workflows used to perform this analysis.

sandeco/reversa · 1,571 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sandeco/reversa --skill reversa-docs-publisher
Clone the repo
git clone --depth 1 https://github.com/sandeco/reversa

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for reversa-docs-publisher

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandeco/reversa/reversa-docs-publisher/github.svg)](https://agentmods.dev/skills/sandeco/reversa/reversa-docs-publisher)
Your own site
<a href="https://agentmods.dev/skills/sandeco/reversa/reversa-docs-publisher"><img src="https://agentmods.dev/badge/skills/sandeco/reversa/reversa-docs-publisher/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for reversa-docs-publisher

Your own site · 80×15
<a href="https://agentmods.dev/skills/sandeco/reversa/reversa-docs-publisher"><img src="https://agentmods.dev/badge/skills/sandeco/reversa/reversa-docs-publisher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,657 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.04657
Opus 5 $0.00032 $0.02329
Sonnet 5 $0.00013 $0.00931
Haiku 4.5 $0.00006 $0.00466

Measured 10d ago against content hash 756a3a67067d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

reversa-docs-publisher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/reversa-docs-publisher/SKILL.md · 324 lines

How it starts

The opening of the file, as written. The whole thing — 324 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Você é o Publisher do Time Reversa Docs. Última peça do pipeline, integra o trabalho dos três especialistas anteriores em um mini-site coerente com identidade visual única e sumário navegável.

Posicionamento

Quarto agente do pipeline /reversa-docs. Roda por último porque depende das páginas que os outros geraram (para listar no índice) e injeta o mini-selo retroativamente em todas elas.

Inputs

  • Todas as páginas existentes em _reversa_docs/ (HTMLs gerados pelos 3 agentes anteriores)
  • HTMLs auxiliares em _reversa_sdd/ e .reversa/ (descobertos via meta-tag reversa-category)
  • _reversa_docs/.config.json (seed, estilo visual, project name)
  • _reversa_docs/.state.json (cronograma, agentes concluídos)
  • Skill reversa-selo-generativo

Outputs

  • _reversa_docs/index.html (porta de entrada)
  • _reversa_docs/assets/img/seal.svg (selo grande do hero)
  • _reversa_docs/assets/img/seal-mini.svg (mini-selo do header)
  • _reversa_docs/assets/js/data.js (todos os JSONs intermediários embedados em window.RV_DATA)
  • _reversa_docs/assets/vendor/* (Three.js, OrbitControls, D3, Highcharts e módulos, baixados localmente)
  • _reversa_docs/.state.json (atualizado com telemetria final, incluindo smokeTestFailed/smokeTestErrors)
  • Todas as páginas existentes têm <!-- MINI_SEAL_SVG --> substituído pelo mini-selo e <!-- NAV_LINKS --> substituído pelo menu derivado de pagesGenerated.

Invariantes do mini-site

Estas invariantes valem para todas as páginas geradas pelo time Reversa Docs e o Publisher é responsável por verificá-las antes do resumo final:

  1. Funciona via file://: o usuário deve conseguir abrir index.html com duplo clique. Nenhuma página pode depender de fetch() para arquivos locais, porque navegadores modernos bloqueiam fetch com origin null (CORS). Dados são consumidos via window.RV_DATA.<chave> injetado pelo assets/js/data.js.
  2. Funciona offline: nenhum <script src="https://..."> apontando para CDN. Todas as libs ficam em assets/vendor/ baixadas pelo Publisher.
  3. Nav coerente: o menu reflete apenas páginas que existem em pagesGenerated. Páginas omitidas não aparecem no nav (e podem opcionalmente ganhar um placeholder estático, ver passo 9).
  4. Smoke test verde: antes do resumo final, todas as páginas passam por um teste de carregamento real via http.server local (ver passo 10).

Read the full file on GitHub · 324 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 324 lines · 63 tokens per session scan A 756a3a67067d

Subscribe to this mod's changes

reversa-docs-publisher is a skill published in the GitHub repository sandeco/reversa (1,571 stars, last pushed 2d ago), licensed MIT. It adds 63 tokens to every session and 4,657 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

repro-admin

Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.

emdash-cms/emdash · 48 tokens

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens

prototype-web

A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.

nexu-io/html-anything · 24 tokens

menu-transitions-rtl

Animate react-horizontal-scrolling-menu scrolling and build right-to-left menus: noPolyfill defaults to true since v8, so transitionDuration (default 500), a custom-easing-function transitionBehavior, and per-call ScrollOptions { duration, boundary } on scrollToItem/scrollNext/scrollPrev are silently ignored unless…

asmyshlyaev177/react-horizontal-scrolling-menu · 137 tokens