Nestjs Drizzle Crud Generator

🌐Community
by giuseppe-trisciuoglio · vlatest · Repository

Automatically generates NestJS APIs with Drizzle ORM CRUD operations from database schema definitions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add nestjs-drizzle-crud-generator npx -- -y @trustedskills/nestjs-drizzle-crud-generator
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "nestjs-drizzle-crud-generator": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/nestjs-drizzle-crud-generator"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The nestjs-drizzle-crud-generator streamlines backend development by automatically scaffolding Create, Read, Update, and Delete (CRUD) operations for NestJS applications using the Drizzle ORM. It eliminates repetitive boilerplate code generation, allowing developers to focus on business logic rather than database schema implementation.

When to use it

  • Rapidly prototype new database models without writing manual repository or service layer code.
  • Standardize API response structures and error handling across multiple microservices.
  • Accelerate development cycles when integrating Drizzle ORM into existing NestJS projects.
  • Generate consistent TypeScript interfaces for complex relational data schemas.

Key capabilities

  • Automatic generation of NestJS controllers, services, and modules.
  • Full CRUD endpoint creation aligned with Drizzle schema definitions.
  • TypeScript type safety enforcement throughout the generated codebase.
  • Integration-ready scaffolding that reduces manual setup time significantly.

Example prompts

  • "Generate a full CRUD implementation for a User table using Drizzle ORM and NestJS."
  • "Create a product management module with automatic pagination and filtering endpoints."
  • "Scaffold a new order system with nested relationships between orders and items."

Tips & gotchas

Ensure your project dependencies include both @nestjs/core and the latest drizzle-orm version before running the generator. While the tool handles standard CRUD operations, complex business logic or custom validation rules may still require manual implementation after scaffolding.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
giuseppe-trisciuoglio
Installs
101

🌐 Community

Passed automated security scans.