Acerca de
The Python Resilience skill provides Claude with specialized patterns and implementation guidance for building systems that gracefully handle transient failures and unreliable dependencies. It focuses on production-grade strategies including exponential backoff with jitter, bounded retries, and sophisticated timeout management using the Tenacity library and native Python decorators. This skill is essential for developers building microservices, integrating external APIs, or creating high-availability systems where network latency and service outages must be managed without system-wide failure.