
from claude-code-plugins-plus-skills2,484
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).
Shopify webhook registration and GDPR compliance skill. Well-structured SKILL.md with clear steps, code snippets, and error handling table. References external files for detailed implementations. No bundled scripts — purely instructional. HMAC verification is correctly emphasized. The curl test example constructs HMAC properly using openssl. Slight deduction for unquoted $SHOPIFY_API_SECRET in curl example (shell injection risk in theory, though low practical impact).
Clean skill, no security concerns beyond minor unquoted var in example curl. References/ files not bundled so full implementation detail is unavailable for review. Useful for Shopify app developers but niche audience.
Navan Migration — Deep Dive
End-to-end migration playbook for moving from SAP Concur or legacy TMC to Navan: data export, user provisioning (SCIM/CSV), policy recreation, parallel running
Cursor Hello World Tutorial
A concise 10-minute hands-on tutorial demonstrating Cursor's Tab completion, Chat, Inline Edit, and Composer features for getting started quickly.
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
Supabase SDK Patterns (TypeScript & Python)
Production-ready patterns for using Supabase clients in TypeScript and Python: client initialization, typed queries, auth, realtime, storage, RPC, and error-han
Speak Security Basics
Security best practices for integrating Speak: API key management, audio data privacy, student data protection, and COPPA/FERPA compliance for production deploy
Runway Prod Checklist
Production checklist and SDK patterns for integrating Runway (AI video/image generation) into production workflows.
RemoFirst — Core Workflow A
Onboarding workflow for RemoFirst: create employee records, upload compliance documents, and track country-specific onboarding status.
Klaviyo — Webhooks & Events
Patterns and reference code to receive, verify (HMAC-SHA256), route, and idempotently process Klaviyo webhook events in production services.
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.
React Context Setup
Automates guidance and code patterns for setting up React Context, providing step-by-step configuration and best-practice examples for frontend projects.