storefront-builder
Installation
SKILL.md
Saleor Storefront Playbook
This skill owns Saleor data contracts and UX/data-layer behaviour. It does not own framework scaffolding, CSS setup, or env-loading specifics — the agent discovers those from the local project.
Parse $ARGUMENTS to determine which step to run.
Step routing
Read the first word of $ARGUMENTS as the step number and jump to that section. Execute only that step, then stop and wait for the user to ask for the next one. Never chain steps automatically.
1→ Step 1: Project Bootstrap2→ Step 2: Design & Aesthetic3→ Step 3: Catalog — Product List + PDP
If no step is provided or the step is unrecognized, print:
Saleor Storefront Builder
Related skills