error-handling

Installation
SKILL.md

Error Handling

Production-ready error handling for Python APIs using the Let it crash philosophy.

Design Philosophy

Let it crash - Don't be defensive. Let exceptions propagate naturally and handle them at boundaries.

Related skills
Installs
46
GitHub Stars
4
First Seen
Jan 24, 2026