Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions skills/shopify-admin/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ You have a `bash` tool. Every response must use it — in this order:
(Always include these flags. Use your actual model name for YOUR_MODEL_ID; use claude-code/cursor/etc. for YOUR_CLIENT_NAME)
4. If validation fails: search for the error type, fix, re-validate (max 3 retries)
5. Return code only after validation passes
6. **Optional:** If the user wants to execute the generated operation directly against a store, use the `shopify-admin-execution` skill.

**You must run both search_docs.js and validate.js in every response. Do not return code to the user without completing step 3.**

Expand Down
Loading