error-handler-gen
Installation
SKILL.md
Error Handler Generator
Good error handling means custom error classes, proper status codes, and consistent response shapes. This tool generates all of it for your framework.
One command. Zero config. Just works.
Quick Start
npx ai-error-handler express
What It Does
- Generates error middleware for your framework
- Creates custom error classes (NotFoundError, ValidationError, etc.)
- Includes async wrapper to catch promise rejections
- Sets up proper HTTP status codes