wix-cli-dashboard-menu-plugin

Installation
SKILL.md

Wix Dashboard Menu Plugin Builder

Creates dashboard menu plugin extensions for Wix CLI applications. Dashboard menu plugins are menu items that integrate into predefined menu slots on dashboard pages managed by Wix first-party business apps (Wix Stores, Wix Bookings, Wix Blog, Wix eCommerce, Wix Events, Wix CRM, Wix Restaurants).

When clicked, a dashboard menu plugin either navigates to a dashboard page or opens a dashboard modal.

Dashboard menu plugins are configuration-only extensions — they do NOT have a React component file.


Quick Start Checklist

Follow these steps in order when creating a dashboard menu plugin:

  1. Identify the target menu slot ID — see Slot Lookup Table below, then read only the relevant vertical file
  2. Create plugin folder: src/extensions/dashboard/menu-plugins/<plugin-name>/
  3. Create <plugin-name>.extension.ts with extensions.dashboardMenuPlugin() and unique UUID
  4. Configure the action field to either navigate to a dashboard page or open a modal
  5. Update src/extensions.ts to import and use the new extension
Related skills

More from wix/skills

Installs
202
Repository
wix/skills
GitHub Stars
11
First Seen
Mar 15, 2026