Claude CodeSKILL.md
Error Handling Discipline
Rules for failing fast, attaching context to errors, deciding catch versus propagate, and eliminating silently swallowed failures.
Use when: Use when writing code with failure modes โ I/O, parsing, external calls โ or when auditing a codebase for swallowed and contextless errors.
GoodPrompts Library0likes๐ฌ 0commentsโ
0bookmarks