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.
Architecture · Global library
Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.
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
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show circuit-breaker-weaverUse
orchestrator-mcp skills export circuit-breaker-weaver --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/circuit-breaker-weaver ./your-agent-skills/circuit-breaker-weaver
# or open skills/circuit-breaker-weaver/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Separate read and write models to optimize for query performance and command processing independently
Separate read and write models into typed CQRS flows with query optimization and command safety.
Create unified data access layer that connects distributed data sources with intelligent metadata