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.

Installs
62
GitHub Stars
5
First Seen
Jan 24, 2026
error-handling — jiatastic/open-python-skills