python-resilience

python resilience

wshobson ↓ 8.4k
Claude Code
View source ↗

What it does

  • Adding retry logic to external service calls
  • Implementing timeouts for network operations
  • Building fault-tolerant microservices
  • Handling rate limiting and backpressure
  • Creating infrastructure decorators
  • Designing circuit breakers
  • ValueError, TypeError - These are bugs, not transient issues

Requirements & configuration

  • 8. Set timeouts everywhere - Every network call needs a timeout

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

python resilience

Source

Repository: https://github.com/wshobson/agents

python-resilience FAQ

What does the python-resilience skill do?

Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry logic, implementing timeouts, building fault-tolerant services, or handling transient failures. Adding retry logic to external service calls Implementing timeouts for network operations

What does python-resilience require?

8. Set timeouts everywhere - Every network call needs a timeout

How do I install python-resilience?

Run: npx -y skills add https://github.com/wshobson/agents --skill python-resilience --agent claude-code — the source lives at github.com/wshobson/agents.

Maintain python-resilience?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

python-resilience on getagentictools
[![python-resilience on getagentictools](https://getagentictools.com/badge/skills/wshobson-agents-python-resilience.svg)](https://getagentictools.com/skills/wshobson-agents-python-resilience?ref=badge)
npx agentictools info skills/wshobson-agents-python-resilience

The second line is the CLI lookup for this page — handy in READMEs and docs.