error-handling-patterns

Build resilient applications with robust error handling strategies that gracefully handle failures and provide excellent debugging experiences.

Content Preview
---
name: error-handling-patterns
description: "Build resilient applications with robust error handling strategies that gracefully handle failures and provide excellent debugging experiences."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Error Handling Patterns

Build resilient applications with robust error handling strategies that gracefully handle failures and provide excellent debugging experiences.

## Use this skill when

- Implementing error handling in new features
- D
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/error-handling-patterns.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/error-handling-patterns/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/error-handling-patterns/SKILL.md

Related Skills