shopify-api-integration
✓Use this skill when the user asks about "Shopify GraphQL", "Admin API", "metafields", "webhooks", "rate limiting", "pagination", "App Bridge", or any Shopify API integration work. Provides Shopify API patterns, rate limit handling, and best practices.
Installation
SKILL.md
| Customize checkout UI | Checkout UI Extension | | Apply discounts | Discount Function | | Validate cart | Cart Validation Function | | React to events | Webhooks | | Read/write data | GraphQL Admin API | | Sync large data | Bulk Operations | | Store custom data | Metafields/Metaobjects |
Before implementing any Shopify data sync, ask: "Can this hit API limits?"
| < 50 items | Regular GraphQL | | 50-500 items | Batch with Cloud Tasks + rate limiting | | 500+ items | Bulk Operations API |
Use this skill when the user asks about "Shopify GraphQL", "Admin API", "metafields", "webhooks", "rate limiting", "pagination", "App Bridge", or any Shopify API integration work. Provides Shopify API patterns, rate limit handling, and best practices. Source: trantuananh-17/product-reviews.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/trantuananh-17/product-reviews --skill shopify-api-integration- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is shopify-api-integration?
Use this skill when the user asks about "Shopify GraphQL", "Admin API", "metafields", "webhooks", "rate limiting", "pagination", "App Bridge", or any Shopify API integration work. Provides Shopify API patterns, rate limit handling, and best practices. Source: trantuananh-17/product-reviews.
How do I install shopify-api-integration?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/trantuananh-17/product-reviews --skill shopify-api-integration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/trantuananh-17/product-reviews
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05