spree-admin-customization
Installation
SKILL.md
Spree Admin Customization
Before writing code
Fetch live docs:
- Fetch https://spreecommerce.org/docs/developer/admin/navigation for the
Spree.admin.navigationAPI. - Fetch the v5.2 announcement (https://spreecommerce.org/announcing-spree-5-2/) for the Admin SDK introduction.
- Inspect the live
spree_admin(orspreeumbrella admin) source for current partial slot names — they evolve. - For Hotwire/Stimulus patterns, fetch the Rails edge guides plus the live admin codebase.
- Check release notes for any admin-specific changes (the dashboard was rewritten in v5.0 — v4 patterns don't apply).