Skip to main content
Back to registry

d1-drizzle-schema

jezweb/claude-skills

Generate correct Drizzle ORM schemas for Cloudflare D1. D1 is SQLite-based but has important differences that cause subtle bugs if you use standard SQLite patterns. This skill produces schemas that work correctly with D1's constraints.

Installs332
Install command
npx skills add https://github.com/jezweb/claude-skills --skill d1-drizzle-schema
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Generate correct Drizzle ORM schemas for Cloudflare D1. D1 is SQLite-based but has important differences that cause subtle bugs if you use standard SQLite patterns. This skill produces schemas that work correctly with D1's constraints. Gather requirements: what tables, what relationships, what needs indexing. If working from an existing description, infer the schema directly. Create schema files using D1-correct column patterns: See references/column-patterns.md for the full type reference. Drizzle relations are query builder helpers (separate from FK constraints): Copy assets/drizzle-config-template.ts to drizzle.config.ts and update the schema path. Add to package.json : Always run on BOTH local AND remote before testing.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does d1-drizzle-schema do?

Generate correct Drizzle ORM schemas for Cloudflare D1. D1 is SQLite-based but has important differences that cause subtle bugs if you use standard SQLite patterns. This skill produces schemas that work correctly with D1's constraints.

Is d1-drizzle-schema good?

d1-drizzle-schema does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does d1-drizzle-schema work with?

d1-drizzle-schema currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to d1-drizzle-schema?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install d1-drizzle-schema?

npx skills add https://github.com/jezweb/claude-skills --skill d1-drizzle-schema

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering