This scaffolds REST API endpoints with validation, error handling, and proper TypeScript types baked in. You get templates for Next.js App Router and Express that include Zod schema validation, appropriate HTTP status codes, and structured error responses. It's opinionated about the basics like logging errors without exposing internals and using consistent response formats. If you're tired of writing the same boilerplate every time you add a new route, or you want your team's endpoints to follow the same patterns, this gives you a solid starting structure. The templates are practical starting points, not production-ready code, but they handle the tedious parts correctly.
npx skills add https://github.com/onewave-ai/claude-skills --skill api-endpoint-scaffolder