This skill helps you create database schemas for Cloudflare D1 using Drizzle ORM. D1 is a serverless database based on SQLite but with some important differences. If you use standard SQLite patterns, you will get bugs. This skill generates correct schemas that work with D1's special rules.
D1 has no built-in boolean or datetime types. Foreign keys are always turned on. There is a limit of 100 bound parameters. JSON is stored as text. The skill handles all these quirks automatically. It creates schema files, migration commands, type exports, and a documentation file.
Use this skill when you are starting a new database, adding new tables, or setting up a D1 data layer. It saves time and prevents common mistakes.
Global
mkdir -p ~/.claude/skills/d1-drizzle-schemaProject
mkdir -p .claude/skills/d1-drizzle-schemaSource Repository
Supabase Postgres Best Practicessupabase/agent-skills
Follow Supabase's expert guidelines for faster Postgres queries and smarter schema design
Firebase Data Connectfirebase/agent-skills
Build secure PostgreSQL backends with Firebase using GraphQL schemas and type-safe SDKs
Convex Migration Helperget-convex/agent-skills
Plan and run safe Convex schema migrations without downtime or data loss
Firebase Firestorefirebase/agent-skills
Master Cloud Firestore setup, queries, full-text search, security rules, and indexes
Neon Postgresneondatabase/agent-skills
Set up and manage Neon Serverless Postgres with ease and speed
Firebase Firestore Standardfirebase/agent-skills
Set up and secure Cloud Firestore with clear provisioning rules and SDK guides
Firebase Firestore Enterprise Native Modefirebase/agent-skills
Master Firestore Enterprise Native Mode provisioning data modeling security rules and SDK usage
Postgresql Table Designwshobson/agents
Design PostgreSQL tables with best practices for performance and reliability