What problem does it solve? When a generated HTML design is 80% right, users normally must re-prompt the agent for every small visual change. This Skill wraps the artifact with a panel of live controls so users can adjust accent color, type scale, density, theme, and motion themselves without another generation round. ## Core Features & Use Cases - Parameterized Controls: Adds up to five curated knobs (accent swatches, type scale, layout density, light/dark mode, motion level) bound to CSS custom properties via a vanilla-JS bridge. - Persistent Preferences: Saves every adjustment to localStorage keyed by artifact slug, so choices survive page refreshes and never leak between artifacts. - Use Case: You generated a landing page the user mostly likes. Wrap it with a 3-knob tweak panel (accent, scale, mode) so they can explore variants live, press T to hide the panel, and R to reset to defaults. ## Quick Start Wrap this landing page HTML with a tweak panel offering accent color, type scale, and light/dark mode controls that persist to localStorage.