neon-drizzle

โดย neondatabase

Creates a fully functional Drizzle ORM setup with a provisioned Neon database. Installs dependencies, provisions database credentials, configures connections,…

npx skills add https://github.com/neondatabase/ai-rules --skill neon-drizzle

Neon Drizzle Integration

Comprehensive Drizzle ORM setup for Neon databases with guided workflows.

When to Use This Skill

  • Setting up Drizzle in a new project (Next.js, Vite, Express, etc.)
  • Integrating Drizzle into an existing application
  • Creating or modifying database schemas
  • Troubleshooting migration issues

Code Generation Rules

When generating TypeScript/JavaScript code:

  • BEFORE generating import statements, check tsconfig.json for path aliases (compilerOptions.paths)
  • If path aliases exist (e.g., "@/": ["./src/"]), use them (e.g., import { x } from '@/lib/utils')
  • If NO path aliases exist or unsure, ALWAYS use relative imports (e.g., import { x } from '../../../lib/utils')
  • Verify imports match the project's configuration
  • Default to relative imports - they always work regardless of configuration

Available Guides

Each guide is a complete, self-contained walkthrough with numbered phases:

  • guides/new-project.md - Full setup from scratch (see: Table of Contents)
  • guides/existing-project.md - Add Drizzle to running apps (see: Table of Contents)
  • guides/schema-only.md - Schema creation and modification (see: Table of Contents)
  • guides/troubleshooting.md - Debug common issues (organized by error type)

I'll automatically detect your context (package manager, framework, deployment target) and select the appropriate guide based on your request.

Quick Examples

Tell me what you're building - I'll handle the rest:

  • "Setup Drizzle for my Next.js blog on Vercel" → Auto-detects Vercel + Next.js → HTTP adapter
  • "Add Drizzle to my Express API" → Auto-detects Node.js server → WebSocket adapter
  • "Create a users table with auth fields" → Loads schema guide → Generates schema

Reference Documentation

For deeper technical details (loaded on-demand):

  • references/adapters.md - HTTP vs WebSocket decision guide
  • references/migrations.md - Migration patterns and troubleshooting
  • references/query-patterns.md - Example queries and best practices

Templates & Scripts

  • templates/schema-example.ts - Multi-table schema with relations
  • templates/drizzle-config.ts - Configuration examples
  • scripts/generate-schema.ts - Automated migration generation
  • scripts/run-migration.ts - Programmatic migration runner

Related Skills

  • neon-auth - Add authentication
  • neon-js - Full SDK with auth + PostgREST-style data API
  • neon-serverless - Connection setup without ORM
  • neon-toolkit - Ephemeral databases for testing
  • add-neon-docs - Add Neon best practices to your project (run after setup)

Workflow

I will:

  1. Detect your project context automatically
  2. Select and load the appropriate guide
  3. Follow the guide's phases sequentially
  4. Track progress using the guide's workflow checklist
  5. Load reference files only when needed
  6. Offer to add Neon best practices to your project docs

Ready to get started? Just describe what you're building!

Skills เพิ่มเติมจาก neondatabase

add-neon-docs
neondatabase
ใช้ทักษะนี้เมื่อผู้ใช้ขอให้เพิ่มเอกสาร เพิ่มเอกสารอ้างอิง เพิ่มข้อมูลอ้างอิง หรือติดตั้งเอกสารเกี่ยวกับ Neon เพิ่มลิงก์อ้างอิงแนวทางปฏิบัติที่ดีที่สุดของ Neon…
official
neon-auth
neondatabase
ตั้งค่า Neon Auth สำหรับแอปพลิเคชันของคุณ กำหนดค่าการยืนยันตัวตน สร้างเส้นทางสำหรับการยืนยันตัวตน และสร้างส่วนประกอบ UI ใช้เมื่อเพิ่มการยืนยันตัวตนให้กับ Next.js,…
official
neon-drizzle
neondatabase
สร้างการตั้งค่า Drizzle ORM ที่ทำงานได้อย่างสมบูรณ์พร้อมฐานข้อมูล Neon ที่เตรียมไว้ ติดตั้ง dependencies จัดเตรียมข้อมูลรับรองฐานข้อมูล กำหนดค่าการเชื่อมต่อ…
official
neon-js
neondatabase
ตั้งค่า Neon JS SDK แบบสมบูรณ์พร้อมการยืนยันตัวตนแบบรวมและการค้นหาฐานข้อมูลสไตล์ PostgREST กำหนดค่าไคลเอนต์การยืนยันตัวตน ไคลเอนต์ข้อมูล และการสร้างประเภท ใช้เมื่อ...
official
neon-serverless
neondatabase
กำหนดค่า Neon Serverless Driver สำหรับ Next.js, Vercel Edge Functions, AWS Lambda และสภาพแวดล้อมแบบไร้เซิร์ฟเวอร์อื่นๆ ติดตั้ง @neondatabase/serverless ตั้งค่า…
official
neon-toolkit
neondatabase
สร้างและจัดการฐานข้อมูล Neon แบบชั่วคราวสำหรับการทดสอบ, ไปป์ไลน์ CI/CD, และสภาพแวดล้อมการพัฒนาแบบแยกส่วน ใช้เมื่อสร้างฐานข้อมูลชั่วคราวสำหรับ…
official
logging-best-practices
neondatabase
แนวทางปฏิบัติที่ดีที่สุดในการบันทึกข้อมูลที่เน้นเหตุการณ์กว้าง (canonical log lines) เพื่อการดีบักและการวิเคราะห์ที่มีประสิทธิภาพ
official
skill-creator
neondatabase
คู่มือสำหรับการสร้างสกิลที่มีประสิทธิภาพ สกิลนี้ควรใช้เมื่อผู้ใช้ต้องการสร้างสกิลใหม่ (หรืออัปเดตสกิลที่มีอยู่) ที่ขยายความสามารถของ Claude...
official