drizzle-orm-overview-and-setup
Drizzle ORM Overview and Setup
Use this skill when the task is primarily about initial setup, package/version decisions, or routing Drizzle work to the correct follow-up surface.
Scope
- first-time Drizzle setup and package selection
- official docs topology and pack routing
- stable vs beta version awareness
- initial
drizzle-orm+drizzle-kitinstall decisions - validator package migration awareness for the v1 beta line
Routing cues
- install Drizzle, choose packages, pick stable vs beta, understand docs structure, or decide where a task belongs -> use this skill
pgTable,mysqlTable,sqliteTable,relations, indexes, views, RLS, or schema design -> usedrizzle-orm-schema-and-relationsselect,insert,update,delete, joins, operators,sql, transactions, batch, cache, or query builders -> usedrizzle-orm-queries-and-sql- driver imports, runtime-specific setup, Neon, D1, PGlite, Bun SQL, Expo SQLite, or HTTP proxying -> use
drizzle-orm-drivers-and-runtimes drizzle-kitcommands, migration workflows, introspection, Studio, ordrizzle.config.tstuning -> usedrizzle-orm-migrations-and-drizzle-kit
More from dobroslavradosavljevic/skills
base-ui-typescript-surface
Use for Base UI namespace contracts, change event types, generic render types, and wrapper typing patterns.
4base-ui-basic-primitives
Use for simple primitives with low integration complexity (Avatar, Button, Meter, Progress, Scroll Area, Separator).
4base-ui-root-providers
Use for CSP Provider, Direction Provider, and useDirection when wiring Base UI at the app root or across portals.
4base-ui-menus-navigation-and-toast
Use for Menu, Context Menu, Menubar, Navigation Menu, Toolbar, Toast, and shared command-surface patterns such as detached triggers and menu payloads.
4base-ui-forms-and-validation
Use for Base UI Field/Form primitives, validation flows, form controls, and advanced Number Field, Slider, and RadioGroup behavior.
4base-ui-disclosure-and-tabs
Use for stateful visibility components (Accordion, Collapsible) and tab navigation semantics.
4