jezweb / drizzle-orm-d1
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/drizzle-orm-d1 && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2906" && unzip -o skill.zip -d .claude/skills/drizzle-orm-d1 && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/drizzle-orm-d1/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Build type-safe D1 databases with Drizzle ORM. Includes schema definition, migrations with Drizzle Kit, relations, and D1 batch API patterns. Prevents 18 errors including SQL BEGIN failures, cascade data loss, 100-parameter limits, and foreign key issues. Use when: defining D1 schemas, managing migrations, bulk inserts, or troubleshooting D1_ERROR, BEGIN TRANSACTION, foreign keys, "too many SQL variables".