What problem does it solve? Building interactive, configurable widgets for Wix sites requires coordinating React components, web component conversion, editor settings panels, and extension registration, which involves many error-prone conventions. ## Core Features & Use Cases - Widget Component Generation: Creates React components converted to web components via react-to-webcomponent with proper camelCase prop mapping and inline styles. - Settings Panel Construction: Builds Wix Editor settings panels using Wix Design System components, widget.getProp/setProp APIs, and native color and font pickers. - Extension Registration: Generates extensions.ts files with unique UUIDs and guides registration in the main src/extensions.ts file. - Use Case: A developer asks for a countdown timer widget; the Skill produces the widget component, a settings panel with date, time, color, and font pickers, and the required extension registration. ## Quick Start Ask the assistant to create a Wix site widget such as a countdown timer with configurable colors and fonts.