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

html-plan

The html-plan skill generates a self-contained HTML document that organizes user-provided planning content into a clean, pragmatic layout with built-in dark mode support. Use this when you need a visually organized plan page that preserves your original wording while improving grammar and readability, without expanding or restructuring your input into something more elaborate.

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

SKILL.md

# HTML Plan

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

After reviewing them, create an HTML file for the plan in a similar style.

Keep it pragmatic and simple.

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`).