This gives Claude the context to write proper Drizzle ORM queries across your codebase. It covers the full CRUD spectrum with select filters, inserts with multiple records, updates, deletes, and relational queries using the query API. The real win is the section on adding new tables, which walks through schema creation, importing into the central client, and running migrations. Drizzle's type safety means you catch errors at compile time instead of runtime, and this skill ensures Claude maintains that discipline. Use it when you're building features that need database access and want Claude to handle the queries correctly without you reviewing every db call.
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill using-drizzle-queries