What problem does it solve? Adding custom actions to the menus of Wix dashboard pages (more-actions, bulk-actions, context menus) requires knowing exact menu slot IDs and the correct extension builder configuration, which is error-prone without guidance. ## Core Features & Use Cases - Menu Plugin Builder Configuration: Generates <plugin-name>.extension.ts files using extensions.dashboardMenuPlugin() with unique UUIDs, titles, icons, and actions. - Slot ID Lookup: Provides verified menu slot IDs for Wix Blog, Bookings, CRM, eCommerce, Events, Stores, and Restaurants dashboard pages via per-vertical reference files. - Action Wiring: Configures click behavior to either navigate to an existing dashboard page or open an existing dashboard modal. - Use Case: A developer wants to add an "Export to CSV" item to the Wix Stores products bulk-actions menu; the Skill supplies the correct slot ID, generates the extension file, and registers it in src/extensions.ts. ## Quick Start Ask the assistant to add a menu item to a specific Wix dashboard page menu, naming the target app and page, and it will generate and register the menu plugin extension.