home/categories/architecture-patterns/aiskillstore-marketplace-skills-awais68-error-handling-skill-md
architecture-patternsdevelopment

error-handling

Use when implementing structured error handling in backend or frontend code. Triggers for: try-catch patterns, custom exception classes, global error handlers, error logging, user-friendly error messages, or API error responses. NOT for: business logic validation (use domain exceptions) or unrelated error types.

aiskillstore
maintainer
aiskillstore
업데이트됨 1/20/2026
스타
90
포크
3
quick start

Installation and usage

Use when implementing structured error handling in backend or frontend code. Triggers for: try-catch patterns, custom exception classes, global error handlers, error logging, user-friendly error messages, or API error responses. NOT for: business logic validation (use domain exceptions) or unrelated error types.

설치
$ install --globalskills.sh
사용법

설치 후 터미널에서 다음 명령을 실행하여 이 스킬을 사용할 수 있습니다:

skills use error-handling