backend-resilience-patterns

Installation
SKILL.md

Backend Resilience Patterns

Purpose

Protect backend services from cascading failures by applying circuit breakers, retries with backoff, bulkheads, timeouts, and fallbacks. Resilience is not optional — every external call must be wrapped in fault-tolerance patterns.

Agent Protocol

Trigger

Exact user phrases: "resilience", "circuit breaker", "retry", "bulkhead", "timeout", "fallback", "resilience4j", "fault tolerance", "retry strategy", "backoff", "rate limiter".

Input Context

  • Type of external calls (HTTP, database, message queue).
  • Existing retry or timeout configuration.
  • SLAs and latency requirements.

Output Artifact

Configuration snippets or code. No file unless requested.

Installs
2
GitHub Stars
21
First Seen
Aug 23, 2026
backend-resilience-patterns — j4flmao/agent-skills