Circuit Breaker Pattern
Claude skill for Circuit Breaker Pattern
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: circuit-breaker-pattern
description: >
Implement circuit breaker logic for agentic tool calls — tracking tool health,
transitioning between closed/open/half-open states, reducing task scope when
tools fail, routing to alternatives via capability maps, and enforcing failure
budgets to prevent error accumulation. Separates orchestration (deciding what
to attempt) from execution (calling tools), following the expeditor pattern.
Use when building agents that depend on m...
Full prompt length: 24323 characters