database-migrations
Safe database migration patterns and zero-downtime workflows for PostgreSQL, MySQL, and major ORMs.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill database-migrationsStats
| Total installs | 1,558 |
| Weekly installs | 1.6K |
| GitHub stars | 112.5K |
| First seen | Feb 13, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Covers PostgreSQL, MySQL, and five major ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate) with workflow examples and schema patterns for each
- Enforces core principles: immutable deployed migrations, forward-only production rollbacks, and separation of schema (DDL) from data (DML) migrations
- Provides the expand-contract pattern for zero-downtime column renames and large refactors, with concrete timeline examples
- Includes safety checklist, anti-patterns table, and detailed PostgreSQL recipes for concurrent indexes, batched updates, and NOT NULL column additions without table locks
Tags
Related skills
| Skill | Installs | vs database-migrations |
|---|---|---|
| convex-file-storage | 1,455 | -103 |
| clickhouse-io | 1,653 | +95 |
| filament-resource | 1,207 | -351 |
| django-security | 1,701 | +143 |
| docker-patterns | 1,801 | +243 |
FAQ
- How many installs does database-migrations have?
- database-migrations has 1,558 total installs and 1.6K installs this week.
- Where is database-migrations hosted?
- database-migrations is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does database-migrations have?
- database-migrations has 112.5K GitHub stars.
- When was database-migrations first indexed?
- OrangeBot.AI first indexed database-migrations on Feb 13, 2026.
- How do I install database-migrations?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill database-migrations