drizzle-knowledge-patch

Installation
SKILL.md

Drizzle ORM Knowledge Patch

Working method

Use this patch when changing Drizzle queries, schema-derived validation, or Drizzle Kit execution.

Before editing:

  1. Identify the installed drizzle-orm and drizzle-kit package versions.
  2. Identify whether the CLI is launched by Node, Bun, or Deno.
  3. Check whether the project imports drizzle-zod.
  4. Search for dynamic values passed to sql.identifier() or sql.as().
  5. Read the reference matching the task before choosing a migration.

Keep package versions distinct while reasoning:

Installs
5
GitHub Stars
24
First Seen
Apr 7, 2026
drizzle-knowledge-patch — nevaberry/nevaberry-plugins