shopify
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
You have a bash tool. Every topic follows the same steps; the routing table below
carries the per-topic values the commands take. The bundled .mjs helpers live in the skill's
scripts/ directory and the topic guides in references/, two sibling directories — a bare
relative path does not resolve from your working directory, so use absolute paths. Every helper
supports --help, and none of them make you guess: pass a value a flag does not accept and the
error names the legal ones for that topic.
-
Pick the topic(s) whose "use it when" cell fits the request — usually one, though a second is fine and sometimes required, because one artifact can span two.
-
Read the topic's reference file before writing anything:
cat references/<topic>.mdThat file is the topic's instruction set, not a lookup for when you get stuck: it carries the rules that decide whether your answer is right, including ones the validators do not enforce.