Spins up complete NestJS CRUD modules with Drizzle ORM through a Python script that generates controllers, services, Zod-validated DTOs, database schemas, and Jest tests in one shot. You give it an entity name and a JSON array of fields, and it outputs the full module structure following a monorepo pattern. Solid time-saver when you're scaffolding database-backed features and don't want to write the same boilerplate for the hundredth time. Ships with soft delete support and pagination out of the box, though you'll need to layer on auth guards and any business logic yourself. The generated code compiles clean and includes test mocks, but treat it as a starting point rather than production-ready.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill nestjs-drizzle-crud-generator