circuit-breaker-pattern

Installation
SKILL.md

Circuit Breaker Pattern

Table of Contents

Overview

Implement circuit breaker patterns to prevent cascading failures and provide graceful degradation when dependencies fail.

When to Use

  • External API calls
  • Microservices communication
  • Database connections
Related skills
Installs
314
GitHub Stars
214
First Seen
Jan 21, 2026