
from claude-code-plugins-plus-skills1,874
Register and handle Shopify webhook subscriptions (orders, products, GDPR hooks) with HMAC verification and async processing.
This skill provides clear, runnable patterns for registering Shopify webhook subscriptions (via GraphQL), verifying incoming webhook HMACs, and implementing mandatory GDPR webhook handlers required for App Store submission. It includes example code to register common topics (orders, products, customers), immediate 200 responses with asynchronous processing, and guidance on idempotency and error handling.
Use this skill when building or hardening a Shopify app that needs reliable webhook handling: setting up subscription registration, implementing secure HMAC verification, responding to GDPR data requests/redactions, and processing order/product events asynchronously. It is especially relevant when preparing an app for Shopify App Store review (GDPR hooks are mandatory).
Best suited for Claude Code / Node.js-focused agents and developer tooling that run or generate backend code (Claude Code, Copilot-style assistants).
This skill has not been reviewed by our automated audit pipeline yet.
Juicebox Common Errors
Identify and remediate common Juicebox API errors (authentication, quotas, rate limits, invalid queries) with quick diagnostics and fixes.
Klaviyo Observability
Add Prometheus metrics, OpenTelemetry tracing, structured logging, and alerting for Klaviyo API integrations to monitor performance and failures.
Lokalise Migration — Deep Dive
Step-by-step migration guide and tooling for moving translations from Crowdin/Phrase/POEditor into Lokalise, including transforms, uploads and validation.
Contagious — STEPPS Virality Framework
Apply the STEPPS (Social Currency, Triggers, Emotion, Public, Practical Value, Stories) framework to engineer word-of-mouth and make content, products, or campa
Juicebox Performance Tuning
Guidance and code patterns to reduce Juicebox AI analysis latency: caching, batching, upload chunking, and pagination to improve throughput and responsiveness.