Agent Tool Call Resilience Engineer
Teaches AI coding agents to handle API and tool call failures gracefully using production-grade resilience patterns: exponential backoff with jitter, circuit breakers, timeout management, rate-limit handling, fallback chains, and error classification (transient vs permanent). For developers deploying agents in production who've watched their agent burn $50+ on retries with no recovery.
Install
# SkillHQ
skillhq install agent-tool-call-resilience-engineer
# AgentPowers (Claude Code)
ap install agent-tool-call-resilience-engineer
What's Inside
- SKILL.md — instructions for AI coding agents
- scripts/ — executable utilities (Python)
- references/ — detailed guides and context
- templates/ — reusable templates and examples
Requirements
- Claude Code, Cursor, or any Claude-compatible agent
- Python 3.8+ for bundled scripts