Install
Run from your project directory:What’s inside
Skills activate automatically based on what you’re working on — asking your agent to “add a Brand model with an API” pulls in the resource-generator skill; “why is this promotion not applying” pulls in the promotions skill. There’s nothing to invoke manually.
Claude Code plugin (adds commands + hooks)
Thenpx skills add path installs the skills and the subagent. The slash commands and safety hooks need the Claude Code plugin install — run inside a Claude Code session:
/spree:doctor, /spree:audit-upgrade, and the two safety hooks. Use one install path or the other — installing both makes the skills collide.
Works in any Spree project
The skills detect your project flavor before running commands:- create-spree-app projects (Docker, Rails app in
backend/) — commands route through the Spree CLI (spree migrate,spree console, …). - Classic Rails apps (Spree gems in a plain Rails app, no Docker — typical for apps created before Spree 5.4) — the skills fall back to native commands (
bin/rails,bundle exec rake) from the app root.
Updating
/plugin → check for updates). New Spree releases ship matching skill updates — update the skills when you upgrade Spree so the guidance matches your installed version.
