HTML Docs
HTML Docs is an installable agent skill and open production toolkit for turning
a folder, codebase, website, PDF, document, pasted material, or research topic
into a polished HTML document, deterministic narrated explainer video, combined
document-and-video explanation, or source-grounded learning course. Use it when
an answer needs durable presentation, citations, visual explanation, narration,
or a reviewable artifact instead of chat alone. The skill guides Codex and
Claude Code through source capture, evidence records, responsive HTML design,
accessibility checks, deterministic scene timing, captions, rendering, and
private preview publication. The companion @html-docs/cli publishes static
HTML, installs an MCP server, and exposes API workflows for reading and updating
document regions, leaving inline comments, managing versions, and reacting to
collaborator feedback. Public publication remains an explicit user decision;
provider credentials and authored source projects stay local.
Installation
Install or set up from the source-backed instructions:
npx skills add raunaqbn/html-docs-skill --skill html-docs -g
1---2name: html-docs-23description: Turns folders, codebases, websites, PDFs, documents, and research topics into source-grounded HTML documents, deterministic narrated videos, or complete learning courses; also publishes and revises collaborative HTML pages through the HTML Docs CLI, REST API, and MCP server.4---56# HTML Docs78HTML Docs is an installable agent skill and open production toolkit for turning9a folder, codebase, website, PDF, document, pasted material, or research topic10into a polished HTML document, deterministic narrated explainer video, combined11document-and-video explanation, or source-grounded learning course. Use it when12an answer needs durable presentation, citations, visual explanation, narration,13or a reviewable artifact instead of chat alone. The skill guides Codex and14Claude Code through source capture, evidence records, responsive HTML design,15accessibility checks, deterministic scene timing, captions, rendering, and16private preview publication. The companion `@html-docs/cli` publishes static17HTML, installs an MCP server, and exposes API workflows for reading and updating18document regions, leaving inline comments, managing versions, and reacting to19collaborator feedback. Public publication remains an explicit user decision;20provider credentials and authored source projects stay local.2122## Installation2324Install or set up from the source-backed instructions:2526npx skills add raunaqbn/html-docs-skill --skill html-docs -g2728- Source: https://github.com/raunaqbn/html-docs-skill/tree/main/html-docs29