/use-html-theme
Pick a visual theme, apply it consistently.
What it does
Offers a small catalog of visual themes whenever HTML is being generated or restyled, and applies the chosen one coherently across the page.
When to reach for it
Any generated page, artifact, mockup, dashboard, or HTML email.
It's working if
- You get asked which theme before the page is generated, not after you disliked the first one.
- One page does not contain two designs — the same choice reaches the tables, the code blocks, and the footer.
- Restyling a page you already have changes how it looks and nothing about what it says.
Install this skill
Then type /use-html-theme in your agent.
npx skills@latest add smorinlabs/smorinlabs-harness -s use-html-themeOr install the whole use-html-theme plugin — this skill plus 2 others.
/plugin install use-html-theme@smorinlabs-harnessWhere it fits
- /html-codesign — depends on this for its look.
- /html-explain — depends on this for its look.