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 tedious to look up and easy to get wrong. ## Core Features & Use Cases - Menu Plugin Generation: Creates dashboardMenuPlugin extension files with unique UUIDs, titles, icons, and click actions that navigate to a dashboard page or open a dashboard modal. - 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. - Extension Registration: Guides mandatory registration of the new plugin in the project's src/extensions.ts file. - Use Case: A developer wants to add an "Export to CSV" item to the bulk-actions menu on the Wix Stores Products page; the Skill supplies the correct slot ID, generates the extension file, and wires up registration. ## Quick Start Add a menu item labeled Export Products to the bulk actions menu on the Wix Stores Products dashboard page that navigates to my existing dashboard page.