spree-catalog
Installation
SKILL.md
Spree Catalog
Before writing code
Fetch live docs:
- Fetch https://spreecommerce.org/docs/developer/core-concepts/architecture — catalog model graph.
- Web-search
spree meilisearch faceted search v5.4for the current search backend wiring. - Inspect the live
Spree::Product/Spree::Variantsource for column names — they shift between minors. - Check the latest release notes for any new catalog features (CSV importer scope, Page Builder Product Details Page sections, etc.).
- For PriceList specifics, fetch the latest pricing-related guide on spreecommerce.org/docs.
Conceptual Architecture
Product vs Variant
Product— the catalog entity (T-shirt, novel, subscription box). Has amaster_variant.Variant— the sellable SKU. Even simple products have one master variant; products with options have additional variants per OptionValue combination.