Turn a Markdown plan into a scannable HTML page
Uses md2html
- Replace plan.md with the path to the source Markdown document. The example path is a placeholder; by default, the HTML output is written next to the source.
/md2html plan.md

This skill converts long-form Markdown — plans, specs, RFCs, runbooks, postmortems, system designs, brainstorm notes — into a single, self-contained HTML page. It adds Mermaid diagrams for any flow three hops or more, step timelines, callouts for warnings and decisions, a sidebar table of contents, and a light/dark Claude-orange theme. The output adapts to the source document's language, translating UI labels while keeping code and commands verbatim. It helps technical writers, architects, and SREs turn written prose into browsable, scannable documents without leaving the agent workflow.
Follow the documented setup, then try a first task.
Installs: Complete md2html skill bundle, including SKILL.md, template.html, components.md, examples, and supporting repository files. · Claude Code
In a terminal, clone the md2html repository into Claude Code's skills directory.
git clone https://github.com/haidang1810/md2html ~/.claude/skills/md2html
Reload the Claude Code session. Then, in the agent session, invoke md2html on a Markdown document; replace plan.md with the path to the source Markdown file.
/md2html plan.md
Installs: Complete md2html skill bundle, with its root SKILL.md linked into the Codex prompts directory. · Codex CLI
In a terminal, clone the repository, create the Codex prompts directory, and link the skill file into it. The README notes that the Codex prompts directory has shifted across versions, so adjust only the symlink target when required by the installed Codex version.
git clone https://github.com/haidang1810/md2html ~/.config/md2html mkdir -p ~/.codex/prompts ln -s ~/.config/md2html/SKILL.md ~/.codex/prompts/md2html.md
Installs: Complete md2html skill bundle cloned as a project, with SKILL.md configured as an Antigravity custom agent. · Antigravity
In a terminal, clone the md2html repository into ~/projects/md2html.
git clone https://github.com/haidang1810/md2html ~/projects/md2html
In Antigravity, open Settings → Custom Agents → New, paste the contents of SKILL.md, and grant the agent file-read access to ~/projects/md2html/.
Uses md2html
/md2html plan.md