From shopify-theme-dev
Use when starting Shopify storefront work, checking repository readiness, diagnosing branch or worktree state, checking the local theme server, or when the user says "storefront preflight", "check storefront status", or "is the storefront ready".
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopify-theme-dev:storefront-preflightThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `../../scripts/storefront_preflight.py`. Treat it as read-only.
Run ../../scripts/storefront_preflight.py. Treat it as read-only.
Confirm /Users/vMac/06_storefront, main, the canonical GitHub origin, working-tree state, linked worktrees, active Git operations, local versus cached/fetched origin/main, required tools, instruction drift, and the local dev-server state.
Do not fetch unless the task needs current remote proof. Do not recover locks, alter worktrees, start a server, stage files, or perform production writes during preflight.
Read the current repository AGENTS.md after preflight. Load PRODUCT.md, relevant DESIGN.md sections, and specialist design/Liquid skills only for customer-facing work.
npx claudepluginhub vincent-laroche/hairsolutionsco-ai-toolkit --plugin shopify-theme-devCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.