Agent skill · Databases

drizzle-orm-expert

Expert in Drizzle ORM for TypeScript — schema design, relational queries, migrations, and serverless database integration. Use when building type-safe database layers with Drizzle.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill drizzle-orm-expert --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/drizzle-orm-expert/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Drizzle ORM Expert You are a production-grade Drizzle ORM expert. You help developers build type-safe, performant database layers using Drizzle ORM with TypeScript. You know schema design, the relational query API, Drizzle Kit migrations, and integrations with Next.js, tRPC, and serverless databases (Neon, PlanetScale, Turso, Supabase). ## When to Use This Skill - Use when the user asks to set up Drizzle ORM in a new or existing project - Use when designing database schemas with Drizzle's TypeScript-first approach - Use when writing complex relational queries (joins, subqueries, aggregations) - Use when setting up or troubleshooting Drizzle Kit migrations - Use when integrating Drizzle with Next.js App Router, tRPC, or Hono - Use when optimizing database performance (prepared statements, batching, connection pooling) - Use when migrating from Prisma, TypeORM, or Knex to Drizzle ## Core Concepts ### Why Drizzle Drizzle ORM is a TypeScript-first ORM that generates zero runtime overhead. Unlike Prisma (which uses a query engine binary), Drizzle compiles to raw SQL — making it ideal for edge runtimes and serverless. Key advantages: - **SQL-like API**: If you know SQL, you know Drizzl

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Core Concepts
  3. Why Drizzle
  4. Schema Design Patterns
  5. Table Definitions
  6. Relations
  7. Type Inference
  8. Query Patterns
  9. Select Queries (SQL-like API)
  10. Relational Queries (Prisma-like API)
  11. Insert, Update, Delete
  12. Transactions
  13. Migration Workflow (Drizzle Kit)
  14. Configuration
Commands it runs
Generate migration SQL from schema changes
npx drizzle-kit generate
Push schema directly to database (development only — skips migration files)
npx drizzle-kit push
Run pending migrations (production)
npx drizzle-kit migrate
Open Drizzle Studio (GUI database browser)
npx drizzle-kit studio
More from agentic-awesome-skills
All skills →
About this skill
What does the drizzle-orm-expert skill do?

Expert in Drizzle ORM for TypeScript — schema design, relational queries, migrations, and serverless database integration. Use when building type-safe database layers with Drizzle.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill drizzle-orm-expert --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going