What problem does it solve? Building Wix service plugins (SPIs) requires precise handler signatures, response structures, and a two-step extension registration process that is easy to get wrong. This Skill guides the creation of complete, working service plugin extensions for Wix CLI apps so custom backend logic actually activates in Wix business flows. ## Core Features & Use Cases - SPI Implementation Guidance: Step-by-step checklist for creating plugin.ts handlers with provideHandlers() and extensions.ts builder files with unique UUIDs. - Seven SPI References: Detailed reference docs for Additional Fees, Discount Triggers, Gift Cards, Shipping Rates, Tax Calculation, Validations, and Bookings Staff Sorting, each with imports, request/response schemas, and working examples. - Permission Elevation Patterns: Shows how to use auth.elevate from @wix/essentials when calling Wix APIs from service plugin handlers. - Use Case: A developer needs to add a configurable global handling fee to every checkout on a Wix store. The Skill directs them to the Additional Fees reference, generates the handler and builder files, and ensures registration in src/extensions.ts. ## Quick Start Ask the assistant to create a Wix service plugin, for example: "Create an additional fees service plugin that adds a $5 handling fee to every order."