tweaks

Wrap HTML artifacts with a live CSS custom property tweak panel persisting changes in localStorage.

1|Updated May 8, 2026
One-click install
npx skills add https://github.com/MyHeavenDyf/UXAI --skill tweaks-myheavendyf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tweaks
Source: https://github.com/MyHeavenDyf/UXAI/tree/main/packages/app/octoapp/templates/tweaks
Command: npx skills add https://github.com/MyHeavenDyf/UXAI --skill tweaks-myheavendyf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows users to wrap any HTML artifact with a side panel of live controls, enabling them to explore and customize design variants without leaving the current context.

Core Features & Use Cases

  • Live Controls: Adjust design elements like accent color, type scale, density, motion, and theme in real time.
  • Persistence: Changes are saved to localStorage, allowing users to refresh the page without losing their choices.
  • Use Case: For designers or developers working on a web design, this Skill can be used to quickly test different color schemes, typography variations, and layout densities without starting over.

Quick Start

Use the tweaks skill to wrap the 'index.html' file with a tweak panel, including accent color, type scale, and mode.

Frequently Asked Questions about tweaks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I adjust CSS custom properties for live design prototyping?

To enable live design prototyping, the Skill modifies HTML artifacts by injecting a side panel of live controls. This panel allows you to adjust design elements like accent color, type scale, and density in real time without leaving your current context.

How do I persist UI customization changes across page refreshes?

You can persist UI customization changes across page refreshes by utilizing the browser's localStorage API. The Skill saves your live CSS custom property adjustments into localStorage, ensuring your design variants remain intact when the page is reloaded.

Can I test different color schemes and typography variations without modifying the original HTML code?

Yes, you can test different color schemes and typography variations without altering the original HTML code directly. The Skill wraps your artifact with a parameterized UI panel that manipulates CSS variables on the fly for design iteration.

Does this live design adjustment method require external dependencies or frameworks?

No, this live design adjustment method requires no external dependencies or frameworks. It relies solely on standard web technologies, manipulating CSS variables and utilizing the browser's storage API to maintain parameterized UI states.

What is the best way to add a parameterized UI tweak panel to an existing HTML artifact?

The best way to add a parameterized UI tweak panel to an existing HTML artifact is to wrap your file using this Skill. It injects a customizable side panel for live CSS custom property adjustments, enabling immediate visual feedback during user interface prototyping.