Skip to main content
ClaudeWave
Skill1.4k estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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