Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

saleor

███████╗ █████╗ ██╗     ███████╗ ██████╗ ██████╗ 
██╔════╝██╔══██╗██║     ██╔════╝██╔═══██╗██╔══██╗
███████╗███████║██║     █████╗  ██║   ██║██████╔╝
╚════██║██╔══██║██║     ██╔══╝  ██║   ██║██╔══██╗
███████║██║  ██║███████╗███████╗╚██████╔╝██║  ██║
╚══════╝╚═╝  ╚═╝╚══════╝╚══════╝ ╚═════╝ ╚═╝  ╚═╝
                                                 

Saleor provides focused storefront implementation guidance for GraphQL, checkout, caching, and UX flows.

Top Skills

  • saleor-paper-storefront

What It Can Do

  • Provides focused guidance for Saleor storefront implementation work.
  • Covers GraphQL patterns, caching, checkout flow, and storefront architecture.
  • Supports iterative fixes on PDP, cart, and checkout-related behavior.

Why Use It

  • Gives Saleor-specific recommendations instead of generic ecommerce advice.
  • Helps avoid costly storefront regressions in high-impact flows.
  • Speeds up delivery on common Saleor integration tasks.

How It Works

  1. Use the saleor-paper-storefront skill as the primary workflow path.
  2. Target the relevant storefront area (PDP, filters, cart, checkout, SEO).
  3. Apply and verify changes in your Saleor frontend repository.

Quick Examples

Use saleor-paper-storefront to implement a PDP change
Audit Saleor GraphQL query and caching patterns
Fix checkout session flow in this Saleor storefront

Requirements

  • A Saleor storefront codebase in your workspace.