Loading...
Loading...
Found 6 Skills
Saleor integration. Manage data, records, and automate workflows. Use when the user wants to interact with Saleor data.
Universal Saleor app development patterns. Covers the app protocol (manifest, registration, webhooks, authentication), SDK abstractions, settings persistence, and Dashboard integration. Framework-agnostic with Next.js examples.
Saleor backend internals and behavior reference. Covers discount precedence, order-level vs line-level discount stacking, manual/voucher/promotion interactions, and denormalized field semantics. Use when working with Saleor discounts, building Dashboard discount UI, or debugging discount application order.
Saleor storefront data + UX playbook. Covers GraphQL query design, channel handling, data contracts per surface (PLP/PDP/nav/pricing/availability/media), variant-selection UX, and Saleor-specific correctness rules. Framework-agnostic — agent inspects repo and applies conventions locally.
Saleor e-commerce API patterns for building storefronts. Use when working with Saleor's GraphQL API, products, variants, checkout, channels, permissions, or debugging API behavior. Framework-agnostic — applies to any Saleor storefront.
Variant and attribute selection on product detail pages. Use when modifying variant selectors, debugging "Add to Cart" button state, understanding option availability, or adding discount badges to options.