error-handling

Patterns for error handling using Result<T,E> and Validation<T,E> monads. Never use try/catch/throw. Covers error type design, error constructors, and error composition. Use when handling errors or defining error types. Includes script for generating error types.

$ Installieren

git clone https://github.com/site-bender/sitebender /tmp/sitebender && cp -r /tmp/sitebender/.claude/skills/error-handling ~/.claude/skills/sitebender

// tip: Run this command in your terminal to install the skill