Drizzle ORM wrapper for Cloudflare's D1 that handles the SQLite-on-edge quirks you'll inevitably hit. Ships with schema patterns, migration tooling via Drizzle Kit, and crucially, batch API examples since D1 doesn't support traditional transactions. The skill prevents 18 documented footguns including the 100-parameter limit on bulk inserts, foreign key cascade issues, and timestamp handling with SQLite's integer columns. Includes Drizzle Studio setup for visual browsing. Use this when you're building on Workers and want type safety without learning D1's sharp edges the hard way. The commands cover init, migrate, and seed workflows. Actively maintained with recent dependency versions and passing security audits.
npx skills add https://github.com/jezweb/claude-skills --skill drizzle-orm-d1