```python from tenacity import retry, stop_after_attempt, wait_exponential
3.7
Rating
0
Installs
Backend Development
Category
The skill provides basic error recovery patterns with retry logic and fallback mechanisms. However, the description is incomplete (truncated mid-sentence), making it unclear when/how a CLI agent should invoke this skill. The task knowledge includes concrete code examples using tenacity for retries and try-except for fallbacks, which is helpful. The structure is simple and adequate for the limited scope. Novelty is low as these are standard error-handling patterns easily implemented directly by an agent with minimal tokens. The skill would benefit from: (1) a complete, clear description stating when to use it, (2) more sophisticated recovery strategies (circuit breakers, dead letter queues, compensating transactions), and (3) configuration options for different retry policies and error types.
Loading SKILL.md…