From helloagents
Provides structured error handling standards: error classification, unified error format, logging guidelines, retry/fallback patterns, and circuit breaker. Invoke when implementing try-catch, logging, monitoring, retry logic, degradation, or exception management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/helloagents:hello-errorsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
错误处理相关代码必须遵循以下规范。
错误处理相关代码必须遵循以下规范。
先分类可预期错误 vs 不可预期错误,再写代码。
{ code, message, details? }npx claudepluginhub hellowind777/helloagents --plugin helloagentsImplements error handling patterns: custom error hierarchies, structured logging, retry strategies, circuit breakers, and graceful degradation. Includes Express global error handler and anti-patterns checklist.
Guides error handling best practices to prevent silent failures, preserve context, and log effectively in try-catch blocks, propagation, and Result patterns.
Standardizes error handling across frontend and backend layers with exception hierarchy, error categories, response formats, and boundary patterns.