storefront
Build and maintain a production-ready Saleor headless storefront with AI
All Skills in This Repository (17)
Pure Emerald Level Indicatorsreact-patterns
Guide React component logic placement across render, effects, and handlers.
checkout-management
Debug Saleor checkout state lifecycle across client and server contexts.
filtering-system
Define server-side and client-side filtering architecture for product lists.
ui-components
Create reusable UI components with design tokens, Tailwind, and shadcn/ui primitives.
checkout-architecture
Document reusable checkout UI components for sign-in, address, and payment steps.
saleor-investigation
Inspect Saleor source code to trace GraphQL resolvers, data loaders, and Django models.
testing
Automate Vitest testing workflows for JavaScript and TypeScript projects.
tailwind-turbopack
Generate Tailwind CSS classes via data attributes when Turbopack fails.
writing-skills
Catalog and codify AI agent skills using SKILL.md, REFERENCE.md, and STATE_MACHINE.md.
pdp
Implement Product Detail Pages with server and client component orchestration.
graphql-workflow
Synchronize GraphQL schemas with generated TypeScript types via graphql-codegen.
seo-system
Integrate page metadata, JSON-LD, and Open Graph/Twitter cards into Next.js applications.
Frequently Asked Questions
FAQPage SchemaHow to install Saleor Storefront skills?โผ
Run `npx skills add saleor/storefront --all -g -y` in your terminal to install all skills in this suite globally.
What is the Saleor Paper storefront?โผ
It is a production-ready, open-source headless e-commerce template built on Next.js 16, TypeScript, Tailwind CSS, and the Saleor GraphQL API. It includes checkout, product pages, multi-language routing, and SEO out of the box.
How do AI agents work with this repository?โผ
The root AGENTS.md routes your agent to one of 31 task-specific rule files covering caching, checkout, variants, and design. This keeps context small and ensures the agent follows the project's exact architecture.
Can I upgrade my forked Saleor storefront automatically?โผ
Yes. The paper-migrations skill reads a manifest of upstream changes and ports architecture updates into your fork without overwriting your custom styling.
Does it support multiple languages and currencies?โผ
Yes. It ships with seven locales, locale-and-channel URL routing, per-channel pricing, translated catalog slugs, and hreflang SEO metadata.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core