From c5bc5190a763889968fd3f1b458a145dabf78fce Mon Sep 17 00:00:00 2001 From: Shankar Chandran Date: Tue, 7 Apr 2026 19:27:26 +0530 Subject: [PATCH] Add optional step to admin skill to reach for admin-execution skill When user intent is to execute a generated GQL operation directly against a store, the agent should now be directed to use the shopify-admin-execution skill rather than falling back to model knowledge. Co-Authored-By: Claude Sonnet 4.6 --- skills/shopify-admin/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/shopify-admin/SKILL.md b/skills/shopify-admin/SKILL.md index bbd91b5..bf7642a 100644 --- a/skills/shopify-admin/SKILL.md +++ b/skills/shopify-admin/SKILL.md @@ -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.**