Skip to content

Architecture · Global library

Circuit-Breaker Weaver

Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Circuit-Breaker Weaver when you need to wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape, especially when the work is driven by circuit breaker and retry.

Trigger signals

circuit breakerretrybackoff

Validation hooks

verify_error_handling

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show circuit-breaker-weaver

Use

orchestrator-mcp skills export circuit-breaker-weaver --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/circuit-breaker-weaver ./your-agent-skills/circuit-breaker-weaver
# or open skills/circuit-breaker-weaver/SKILL.md in a markdown-first client

File patterns

**/*.ts**/*.py**/api/**

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-cloudqwen2.5-coder:32b

Related skills

Adjacent packs to compose next.

ArchitectureGlobal library

CQRS Pattern Master

Open pack

Separate read and write models to optimize for query performance and command processing independently

CodexClaude Code