Agent Skills: drizzle-sqlite-scaffold

Scaffolds Drizzle ORM + SQLite boilerplate — a new `drizzle.config.ts`, a singleton client with the right pragmas, per-table schema files with explicit primary keys/indexed foreign keys/relations()/inferred types, per-table repository modules with `.returning()` + `inArray()` + `.onConflictDoUpdate()`, or drizzle-zod validators. Produces convention-enforced templates for three drivers (better-sqlite3, libsql/Turso, bun:sqlite). Trigger even when the user doesn't say "scaffold" — phrases like "add a table for X", "set up Drizzle in this project", "wire up SQLite", "create a CRUD module for X", or "bootstrap the DB layer" should pull this in. Pairs with the `drizzle-sqlite` skill, which covers the 45 rules these templates encode — read it when an exception is required.

UncategorizedID: pproenca/dot-skills/drizzle-sqlite-scaffold

Install this agent skill to your local

pnpm dlx add-skill https://github.com/pproenca/dot-skills/drizzle-sqlite-scaffold

Skill Files

Browse the full folder contents for drizzle-sqlite-scaffold.

Download Skill

Loading file tree…

Select a file to preview its contents.