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
No source-backed install or usage instructions could be extracted automatically. Review the upstream project before running this skill in a sensitive workflow.
1---2name: html-docs3description: Turns folders, codebases, websites, PDFs, documents, and research topics into source-grounded HTML documents, narrated videos, or learning courses; publishes and revises collaborative HTML pages via 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## Installation2324No source-backed install or usage instructions could be extracted automatically. Review the upstream project before running this skill in a sensitive workflow.2526- Source: https://github.com/raunaqbn/html-docs-skill/tree/main/html-docs27