What problem does it solve? Working with Sitecore SXA's native search Web API requires deep knowledge of undocumented query string parameters, server-side index resolution, and rendering variant mechanics that are easy to get wrong. ## Core Features & Use Cases - Endpoint Reference: Documents the /sxa/search/results, /sxa/search/facets, and /sxa/search/suggestions routes with every query string parameter, model binding, and response shape. - Index Resolution Internals: Explains how IIndexResolver, sc_site, sc_database, and the contentSearch.getContextIndex pipeline determine which index is queried, including the BucketableIndexResolver per-item override pattern. - Variant Workflow: Guides creation of search result Rendering Variants (including Component Variant Fields backed by Controller Renderings) via SPE remoting, from spec through execution. - Use Case: You need to add a filtered, paged search results widget to an SXA site and render each result with custom markup; this Skill gives you the exact query parameters, scope item setup, and variant item IDs to wire it up. ## Quick Start Use the sxa-search skill to call /sxa/search/results on my SXA site with a search term, paging, and a rendering variant, then create the variant item if it does not exist.