html-express
Installation
SKILL.md
html-express
Use this skill when dense information would be hard to scan in plain Markdown.
The goal is a single self-contained .html file that a user can open locally, share, or archive without a build step.
Why HTML Instead Of Markdown
- HTML handles hierarchy, tables, metrics, timelines, and collapsible sections better than Markdown.
- A single
.htmlfile is portable, inspectable, and easy to share. - Use HTML when the reader would otherwise need to work hard to scan the answer.
- Keep simple answers in Markdown.