Hybrid Storefronts Skill This skill covers running Storefront Next alongside an existing SFRA or SiteGenesis storefront — enabling gradual migration without a full rewrite. Overview A hybrid storefront splits traffic between Storefront Next (for new or migrated pages) and an existing SFRA/SiteGenesis storefront (for pages not yet migrated). Session bridging ensures users maintain authentication and cart state across both implementations. Architecture Production: Cloudflare eCDN handles routing between Storefront Next and SFRA based on origin rules. Local Development: A Vite dev server plugin…