neon-drizzle

Configure Drizzle ORM with Neon and generate database schemas.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Montinou/mindspark-duel --skill neon-drizzle-montinou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neon-drizzle
Source: https://github.com/Montinou/mindspark-duel/tree/main/neon-plugin/skills/neon-drizzle
Command: npx skills add https://github.com/Montinou/mindspark-duel --skill neon-drizzle-montinou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires drizzle-orm, @neondatabase/serverless, drizzle-kit, dotenv, ws, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Setting up an ORM like Drizzle with a database, managing schemas, and running migrations can be a time-consuming and error-prone process. This skill automates the entire Drizzle ORM integration with Neon, letting you focus on your application logic.

Core Features & Use Cases

  • Full Drizzle Setup: Installs dependencies, configures connections, generates schemas, and runs migrations for new or existing projects, taking the setup burden off your shoulders.
  • Context-Aware Guides: Automatically detects your project (Next.js, Express, Vercel) and provides tailored setup instructions, ensuring a smooth integration every time.
  • Use Case: Tell the AI "Setup Drizzle for my Next.js blog on Vercel" and watch it configure everything, from database provisioning to schema generation, so you can start building immediately.

Quick Start

Set up Drizzle ORM in my Next.js project, connect it to Neon, and create a 'products' table with 'name' and 'price' fields.