error-handling

Installation
SKILL.md

Error Handling

Purpose: Handle failures gracefully with logging, retries, and circuit breakers. Goal: No silent failures, clear error messages, system resilience. Note: For language-specific implementations, see C# Development or Python Development.


When to Use This Skill

  • Designing error handling strategies
  • Implementing retry policies with backoff
  • Adding circuit breakers for external services
  • Configuring request timeouts
  • Building health check endpoints

Prerequisites

Installs
3
Repository
jnpiyush/agentx
GitHub Stars
13
First Seen
Apr 25, 2026
error-handling — jnpiyush/agentx