Skip to main content
ClaudeWave
Skill1.4k repo starsupdated today

html

This skill generates a self-contained HTML file tailored to user requests, applying established design principles for alignment, visual density, and tone. Use it when creating reports, explainers, comparisons, interactive prototypes, or other content best delivered as a single HTML document rather than diagrams or structured plans. The output includes built-in dark mode support with CSS variables, a theme toggle, and localStorage persistence.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/plannotator/effective-html /tmp/html && cp -r /tmp/html/skills/html ~/.claude/skills/html
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# HTML

Review the files throughout `references/html-effectiveness/`.

Create an HTML file for whatever the user is describing. Use the references as best you can to match alignment — style, density, and tone.

Always include dark mode: hand-rolled CSS variables on `:root` / `html.dark`, a small theme toggle button, `localStorage` persistence, and an apply-before-paint script in `<head>` (default to `prefers-color-scheme`).