shopify-reliability-patterns

Installation
SKILL.md

Shopify Reliability Patterns

Overview

Build fault-tolerant Shopify integrations that handle API outages, webhook retry storms, and rate limit exhaustion gracefully.

Prerequisites

  • Understanding of circuit breaker pattern
  • Queue infrastructure (BullMQ, SQS, etc.) for async processing
  • Cache layer for fallback data

Instructions

Step 1: Circuit Breaker for Shopify API

import CircuitBreaker from "opossum";
Installs
1
GitHub Stars
2.3K
First Seen
Mar 26, 2026
shopify-reliability-patterns — jeremylongshore/claude-code-plugins-plus-skills