error-handling-skills

Installation
SKILL.md

Error Handling Skills

Overview

This skill provides comprehensive error handling, exception management, and logging best practices applicable to all development work. It covers language-agnostic principles and language-specific implementations for JavaScript/TypeScript, Python, Rust, Go, and Java.

Use this skill when:

  • Implementing error handling in any application
  • Designing exception hierarchies
  • Setting up logging infrastructure
  • Handling failures and implementing recovery patterns
  • Securing error messages and stack traces
  • Testing error conditions
  • Debugging production issues

Core Error Handling Philosophy

1. Fail Fast vs Graceful Degradation

Related skills

More from kimasplund/claude_cognitive_reasoning

Installs
20
GitHub Stars
4
First Seen
Jan 25, 2026