justbecauselabs/agent-skills

drizzle

Drizzle ORM usage guidance. Use when defining Drizzle schemas, writing queries, configuring database connections (especially Postgres), and managing migrations with drizzle-kit or existing project tooling.

First seen Aug 16, 2026

Installation

$ npx skills add justbecauselabs/agent-skills --skill drizzle

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from justbecauselabs/agent-skills.

npx skills add justbecauselabs/agent-skills

Browse all from justbecauselabs/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 874 B
  • docs SUMMARY.md 220 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Drizzle ORM

Scope

Focus on Drizzle ORM usage only (schemas, queries, connections, migrations). Follow existing project conventions before introducing new patterns.

Workflow

  • Inspect drizzle.config.*, schema files, and the database client setup before changes.
  • Use the relevant references:

- references/querying.md for query patterns, joins, transactions, and raw SQL. - references/postgres.md for Postgres drivers, connection setup, and runtime notes. - references/schema-migrations.md for schema changes and migrations.

  • Keep schema changes and migrations in lockstep using the repo's scripts/commands.