From 4f92a98921c1f26645ef22bb613f23ab1ebb5a42 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Sat, 13 Jun 2026 05:33:07 -0500 Subject: [PATCH] docs: add drizzle-best-practices to regular agent skills Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 6129cd1..b6ead62 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -10,6 +10,7 @@ Codex and Claude Code both work on this project. Keep `AGENTS.md`, `CLAUDE.md`, - Use the React best-practices skill for any React or Next.js page/component work, data-loading changes, bundle/performance work, or review of those areas. - Use the shadcn skill for any UI work involving shadcn components, Tailwind styling, overlays, forms, icons, component composition, or updates to `components.json` / `src/components/ui`. +- Use the drizzle-best-practices skill for any database schema changes, migrations, queries, or ORM usage. ---