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 props 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: Registers widgets with extensions.customElement() including UUID generation and main extensions.ts updates. - Use Case: A developer asks for a countdown timer widget; the Skill produces widget.tsx, panel.tsx with date/time/color/font pickers, and the extension registration so it appears in the Wix Editor. ## Quick Start Create a Wix site widget that displays a countdown timer with configurable title, colors, and fonts.