spree-extensions
Installation
SKILL.md
Spree Extensions & Decorators
Before writing code
Fetch live docs:
- Fetch https://spreecommerce.org/docs/developer/customization/decorators for the modern
prependpattern. - Fetch https://spreecommerce.org/docs/developer/customization/v4/deface to confirm Deface deprecation status.
- Inspect any official Spree extension gem (
spree_stripe,spree_klaviyo) for current engine scaffolding. - Check the v5.2 announcement for the generator suite added then.
- Verify the current
Spree::Dependenciesregistry by readinglib/spree/dependencies.rbin the live gem.