drizzle-orm-ecosystem-and-extensions
Drizzle ORM Ecosystem and Extensions
Use this skill when the task is about Drizzle’s validator generators, seed tooling, GraphQL helpers, lint rules, Studio product surfaces, Gateway, or extension-style integrations around the ORM core.
Scope
- Zod, Valibot, TypeBox, ArkType, and Effect Schema generation
- validator-package deprecation and import migration
- deterministic fake-data generation with
drizzle-seed - GraphQL schema generation with
drizzle-graphql - ESLint rule setup for destructive query safety
- embeddable Studio package and Gateway product routing
- Prisma extension routing
Routing cues
drizzle-zod,drizzle-orm/zod,drizzle-valibot,drizzle-typebox,drizzle-arktype,drizzle-seed,drizzle-graphql,eslint-plugin-drizzle,@drizzle-team/studio, or Drizzle Gateway -> use this skill- initial Drizzle install or stable-vs-beta routing -> use
drizzle-orm-overview-and-setup - schema modeling or relation declaration -> use
drizzle-orm-schema-and-relations
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