This skill helps you manage database schema changes using Drizzle ORM with SQLite.
SQLite doesn't support direct column renames in older versions. For complex changes:
Drizzle ORM schema management and SQLite migrations — adding tables, modifying columns, creating indexes, generating and running migrations, Drizzle query patterns. NOT for Prisma, TypeORM, Sequelize, or raw SQL migration tools. Source: curiositech/some_claude_skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/curiositech/some_claude_skills --skill drizzle-migrations Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw