The CRUD skill accelerates backend development by automatically generating a complete suite of Create, Read, Update, and Delete operations for any specified entity. It goes beyond simple scaffolding by integrating production-grade features like Zod validation, Row Level Security (RLS) for authorization, and automated unit/integration tests. Designed to integrate seamlessly with frameworks like Next.js, Express, and Hono, and ORMs like Prisma or Drizzle, it ensures that your API layer is secure, robust, and consistent with your existing database schema.
主な機能
01Automated Row Level Security (RLS) and authorization config
02Support for pagination, search filters, and entity relationships
03160 GitHub stars
04Built-in Zod validation for type-safe request handling
05Schema-aware generation for Prisma and Drizzle ORMs
06Integrated unit and integration test suite generation