Project-specific guide for the Saleor Paper storefront — a Next.js 16 e-commerce application with TypeScript, Tailwind CSS, and the Saleor GraphQL API. Contains 11 rules across 6 categories covering caching, PDP architecture, checkout components, UI patterns, and SEO.
Prerequisite: This skill depends on saleor-storefront for universal Saleor API knowledge (data model, permissions, checkout lifecycle, channels). Install it alongside this skill.
| 1 | Data Layer | CRITICAL | data- | | 2 | Product Pages | HIGH | product- | | 3 | Checkout Flow | HIGH | checkout- | | 4 | UI & Channels | MEDIUM | ui- | | 5 | SEO | MEDIUM | seo- | | 6 | Development | MEDIUM | dev- |
Project-specific patterns for the Saleor Paper storefront built with Next.js 16, TypeScript, and Tailwind CSS. Use when working with product pages, checkout flow, caching, variant selection, filtering, SEO, or UI components. For universal Saleor API patterns, see the saleor-storefront dependency. Source: saleor/storefront.