Error Handling
Error-handling modules tell an agent how to fail loudly in development, gracefully in production, and always leave a diagnosable trail instead of a silent catch block or a generic "something went wrong." Applies to any codebase, not just one framework.