Html
Create a self-contained HTML file for whatever the user is describing, in the effective HTML style. Use when the user wants an HTML artifact that isn't specifically a diagram or a plan — a report, explainer, comparison, deck, prototype, or anything else best delivered as one HTML file.From its SKILL.md
npx -y skills add plannotator/effective-html --skill htmlAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, 97 tokens by cl100k_base, as published. Nobody here has run it
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).
What ships with it: 6 files
13.1 KB alongside SKILL.md
agents/
- openai.yaml274 B
references/
- charts-and-data.md1.9 KB
- creative-direction.md3.3 KB
- diagrams.md4.3 KB
- documents-and-presentations.md1.9 KB
- interfaces.md1.5 KB