database-migration
Master database schema migrations, rollback strategies, and zero-downtime deployments using Sequelize, TypeORM, and Prisma.
Install
npx skills add https://github.com/wshobson/agents --skill database-migrationStats
| Total installs | 6,220 |
| Weekly installs | 6.2K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Supports three major ORMs: Sequelize, TypeORM, and Prisma, with migration syntax and CLI commands for each
- Covers schema transformations including column additions, renames, type changes, and data restructuring with multi-step approaches for large tables
- Includes transaction-based and checkpoint-based rollback strategies to safely recover from failed migrations
- Provides zero-downtime deployment patterns using blue-green strategies that decouple schema changes from application code updates
- Handles cross-database migrations with dialect-specific logic for PostgreSQL, MySQL, and other platforms
Tags
Related skills
| Skill | Installs | vs database-migration |
|---|---|---|
| wrangler | 5,578 | -642 |
| dataverse-python-advanced-patterns | 7,567 | +1,347 |
| data-quality-frameworks | 3,603 | -2,617 |
| create-spring-boot-kotlin-project | 7,409 | +1,189 |
| dataverse-python-quickstart | 7,453 | +1,233 |
FAQ
- How many installs does database-migration have?
- database-migration has 6,220 total installs and 6.2K installs this week.
- Where is database-migration hosted?
- database-migration is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does database-migration have?
- database-migration has 32.4K GitHub stars.
- When was database-migration first indexed?
- OrangeBot.AI first indexed database-migration on Jan 20, 2026.
- How do I install database-migration?
- Run: npx skills add https://github.com/wshobson/agents --skill database-migration