wix-cli-dashboard-plugin
Installation
SKILL.md
Wix Dashboard Plugin Builder
Creates dashboard plugin extensions for Wix CLI applications. Dashboard plugins are interactive widgets that embed into predefined slots on dashboard pages managed by Wix first-party business apps (Wix Stores, Wix Bookings, Wix Blog, Wix eCommerce, etc.).
Dashboard plugins occupy the full width of their slot and maintain dynamic height based on content.
Quick Start Checklist
Follow these steps in order when creating a dashboard plugin:
- Identify the target slot ID — see Slots Reference
- Create plugin folder:
src/extensions/dashboard/plugins/<plugin-name>/ - Create
<plugin-name>.extension.tswithextensions.dashboardPlugin()and unique UUID - Create
<plugin-name>.tsxwith React component wrapped inWixDesignSystemProvider - Update
src/extensions.tsto import and use the new extension