01Generates dual-purpose error messages for both developers and end-users
0262 GitHub stars
03Categorizes errors into Expected, Transient, Unexpected, and Critical types
04Enforces strict 'Iron Laws' to prevent context loss and silent bugs
05Identifies and remediates common anti-patterns like empty catch blocks
06Provides specific implementation patterns for TypeScript, Python, and Go