circuit-breakers-and-retries

circuit-breakers-and-retries is a skill for Claude Code from curiositech/windags-skills. It costs 94 tokens per session (4,406 once invoked), scanned A, original, no licence file.

Guidance for making networked software handle temporary service failures. It covers retries, waiting longer between attempts, deadlines, and circuit breakers that stop requests to an unhealthy service.

In plain words
What is it for?
It helps design retry policies, circuit breakers, retry limits, deadline handling, and protections against cascading failures in distributed systems.
Why use it?
It helps prevent a small outage or slow service from causing repeated requests and failures across the rest of a system.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It helps design retry policies, circuit breakers, retry limits, deadline handling, and protections against cascading failures in distributed systems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/curiositech/windags-skills/circuit-breakers-and-retries
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add curiositech/windags-skills --skill circuit-breakers-and-retries
Clone the repo
git clone --depth 1 https://github.com/curiositech/windags-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for circuit-breakers-and-retries

README.md
[![agentmods](https://agentmods.dev/badge/skills/curiositech/windags-skills/circuit-breakers-and-retries/github.svg)](https://agentmods.dev/skills/curiositech/windags-skills/circuit-breakers-and-retries)
Your own site
<a href="https://agentmods.dev/skills/curiositech/windags-skills/circuit-breakers-and-retries"><img src="https://agentmods.dev/badge/skills/curiositech/windags-skills/circuit-breakers-and-retries/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for circuit-breakers-and-retries

Your own site · 80×15
<a href="https://agentmods.dev/skills/curiositech/windags-skills/circuit-breakers-and-retries"><img src="https://agentmods.dev/badge/skills/curiositech/windags-skills/circuit-breakers-and-retries.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,406 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00094 $0.04406
Opus 5 $0.00047 $0.02203
Sonnet 5 $0.00019 $0.00881
Haiku 4.5 $0.00009 $0.00441

Measured 9d ago against content hash 097389974dff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

circuit-breakers-and-retries scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/circuit-breakers-and-retries/SKILL.md · 310 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 310 lines · 94 tokens per session scan A 097389974dff

Subscribe to this mod's changes

circuit-breakers-and-retries is a skill published in the GitHub repository curiositech/windags-skills (10 stars, last pushed 1mo ago), with no licence file. It adds 94 tokens to every session and 4,406 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

api-rate-limit-handler

Implement bounded, idempotency-aware API throttling, backoff, and retry handling for 429 and transient 5xx responses.

sickn33/agentic-awesome-skills · 32 tokens

distributed-systems

Distributed systems patterns for locking, resilience, idempotency, and rate limiting. Use when implementing distributed locks, circuit breakers, retry policies, idempotency keys, token bucket rate limiters, or fault tolerance patterns.

yonatangross/orchestkit · 48 tokens

API Gateway Testing

API gateway testing skill covering rate limiting validation, request routing, authentication proxy testing, load balancing verification, circuit breaker testing, and gateway configuration validation for Kong, Envoy, and AWS API Gateway.

PramodDutta/qaskills · 43 tokens

api-connector-builder

Use when writing a client for someone else's REST or GraphQL API: auth flow choice and token refresh, pagination to exhaustion, retry-with-jitter on transient failures only, rate-limit-aware throttling. NOT inbound callbacks (that is webhooks), NOT chaining services (that is automation-flows), NOT designing your own…

ericrisco/rsc-harness · 80 tokens

error-handling

Use when designing the reaction to a class of failures — typed error taxonomies, retry/backoff/timeout policy, circuit breakers, React/Next error boundaries, and the user-message vs operator-log split. NOT diagnosing one specific crash (that is debug), NOT logs/metrics/traces (that is observability), NOT the wire…

ericrisco/rsc-harness · 78 tokens

backend-resilience-patterns

Use this skill when the user says 'resilience', 'circuit breaker', 'retry', 'bulkhead', 'timeout', 'fallback', 'resilience4j', 'fault tolerance', 'rate limiter', 'backoff', 'retry strategy', 'bulkhead pattern'. This skill applies production fault-tolerance patterns: circuit breaker, retry with backoff, bulkhead…

j4flmao/agent-skills · 121 tokens