Errors banner
aneja5 aneja5

Errors

Development community

Description

--- description: Establish error handling patterns and resilience strategy — classification, retries, timeouts, circuit breakers --- Invoke the forge-skills:error-handling-and-resilience skill. Inventory failure modes per component (network, validation, business rule, dependency, race). Classify each as transient (retry with backoff), permanent (escalate), or user-correctable (catalog message). Assign handling pattern per class — timeouts on every external call, max attempts on every retry, de

Installation

Installs to ~/.claude/skills/aneja5-forge-skills-errors/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aneja5-forge-skills-errors && curl -fsSL https://raw.githubusercontent.com/aneja5/forge-skills/HEAD/commands/errors.md -o ~/.claude/skills/aneja5-forge-skills-errors/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository