Instructions file CodexOpenCode
AGENTS.md instructions for saleor/storefront, covering saleor paper — agent guide (always-on), how to get context (read in this order; stop when answered), precedence, critical commands and non-negotiable rules.
Instructions file CodexOpenCode
AGENTS.md instructions for saleor/storefront, covering saleor paper — agent guide (always-on), how to get context (read in this order; stop when answered), precedence, critical commands and non-negotiable rules.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Apply chronological Paper storefront upgrades to a forked shop. Use when the user says upgrade Paper, apply Paper migrations, catch up with upstream caching, or paper-version. Reads migrations/manifest.json and paper-version.json; ports architecture without overwriting custom styling.
MCP server Claude CodeCodexCursor +2
MCP server "saleor-mcp" as configured in saleor/saleor-mcp. Runs locally from the saleor-mcp Python package.
Skill Claude CodeCodex
Universal Saleor app development patterns. Covers the app protocol (manifest, registration, webhooks, authentication), payment processing, SDK abstractions, settings persistence, and Dashboard integration. Framework-agnostic with Next.js examples.
Skill Claude CodeCodex
Saleor Configurator patterns for managing store configuration as code. Use when writing config.yml, running deploy/introspect/diff commands, understanding entity identification (slug vs name), deployment pipeline order, or debugging sync issues.
Skill Claude CodeCodex
Saleor backend internals and behavior reference. Covers discount precedence, order-level discount allocation across lines (two-pass calculation, what the API does and doesn't expose, gift-line shape gotchas), stock availability modes (legacy vs direct, 3.23+), Dashboard UI rules, webhook trigger conditions…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.