What problem does it solve? Building widgets that embed into Wix dashboard pages requires knowing exact slot IDs, the dashboardPlugin builder API, and a mandatory two-step extension registration process. This Skill guides the creation of dashboard plugins for Wix CLI apps so the widget actually renders inside pages managed by Wix Stores, Bookings, Blog, eCommerce, Events, and Restaurants. ## Core Features & Use Cases - Plugin Scaffolding: Generates the .extension.ts builder file with a unique UUID and the React .tsx component wrapped in WixDesignSystemProvider. - Slot Reference: Provides a complete catalog of slot IDs per Wix business app, including parameters, page location, and multi-plugin ordering behavior. - Host Page Data Integration: Shows how to use observeState() from the Wix Dashboard SDK and typed props from app packages to receive host page data. - Use Case: Add a fulfillment status widget to the Wix eCommerce order page by targeting slot cb16162e-42aa-41bd-a644-dc570328c6cc and reading order data via observeState(). ## Quick Start Ask the assistant to create a Wix dashboard plugin for a specific business app page, naming the target app and the widget content you want displayed.