What problem does it solve?
This Skill lets users explore design variants interactively without repeatedly re-prompting the agent, by wrapping an HTML artifact with a parameter panel that updates styling in real time and remembers choices.
Core Features & Use Cases
- Interactive side-panel controls for accent color, type scale, density, light/dark mode, and motion.
- CSS custom property rewriting so the stage updates instantly using a tiny vanilla-JS bridge rather than rerendering.
- Persistent localStorage state keyed to the specific artifact identifier, enabling reliable refresh behavior and safe multi-tab independence.
- Use cases: producing “variants” for a landing page, presenting side-by-side options for review, letting users “tweak this” before finalizing, and supporting “live knobs” demos.
Quick Start
Wrap the user’s provided HTML artifact using the tweaks skill prompt so the output becomes a single self-contained HTML file with a live tweak panel and localStorage persistence.