What problem does it solve?
Developers struggle to understand how variable values move from Gum's saved project data to live UI elements, making styling, theming, and runtime updates time‑consuming and error‑prone.
Core Features & Use Cases
- Three‑layer overview: Save data (
ElementSave, StateSave, VariableSave), visual runtime (GraphicalUiElement), and Forms behavior (FrameworkElement subclasses).
- Shared reference insight: StateSave objects are stored by reference, so changes propagate instantly to the visual layer.
- Refresh workflow: After modifying variables, run
ApplyAllVariableReferences then RefreshStyles to push updates without recreating the UI.
- Use case: When a theme color variable is edited in code, this skill guides you through refreshing all live controls to reflect the new color.
Quick Start
Use the gum-variable-deep-dive skill to walk through refreshing styles after updating a VariableSave value.