Logo
Agent Skills Guide
All SkillsCategoryTagsPublishers
Logo
Agent Skills Guide
Logo
Agent Skills Guide

Discover and download skills for Claude Code and other AI agents

Skills
  • All Skills
  • Category
  • Tags
  • Publishers
Legal
  • Privacy Policy
  • Terms of Service
Copyright © 2026 Agent Skills Guide. Open Source.
  1. Home
  2. Skills
  3. Global Error Handling

Global Error Handling

dpietersz/pietersz.me
@dpietersz/pietersz.me
•published 2026/01/18

Implement robust error handling with user-friendly messages, specific exception types, centralized error handling, graceful degradation, and proper resource cleanup. Use this skill when implementing try-catch blocks, error boundaries, exception handling, or error recovery logic. When working with API error responses, validation errors, or external service failures. When adding error logging, retry strategies, or fallback mechanisms. This skill applies to all code files that handle errors, exceptions, or failure scenarios in any programming language including `.js`, `.ts`, `.py`, `.rb`, `.java`, `.go`, `.php`, and others.

📦 Install Skill

Command line install

Install directly with the `skills` CLI.

npx skills add dpietersz/pietersz.me/.claude/skills/global-error-handling

Local download

Download only this skill directory.

Download Global Error Handling only
File Explorer
0 files
No file selected
readonly

Select a file to view its content

Resources

  • Repository

Tags

DebuggingBest PracticesAPI