From billy-milligan
Provides strategies for zero-downtime deployments, expand-contract schema changes, database migrations, and framework migrations. Use when planning safe system migrations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/billy-milligan:migration-strategiesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Planning zero-downtime schema changes or deployments
references/zero-downtime-migration.md — blue-green, canary, rolling with rollback proceduresreferences/database-migration-patterns.md — expand-contract, schema versioning tools (Flyway, golang-migrate, Prisma), safe migration rulesreferences/data-migration-patterns.md — dual-write between databases, batch ETL with cursor pagination, migration validationreferences/framework-migration.md — strangler fig pattern: CRA→Next.js, Express→Fastify, REST→GraphQLreferences/incremental-migration.md — step-by-step migration rules, rollback plans, shadow mode, monitoring during migrationnpx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganGuides safe database schema changes and code migrations with zero-downtime strategies including backfills, dual-writes, feature flags, and Strangler Fig pattern.
Guides zero-downtime schema changes and data migrations with expand-contract patterns, backward compatibility, and rollback planning. Useful when planning or executing database migrations.
Plans zero-downtime data and system migrations with rollback procedures, validation checks, and execution timeline. Useful for database restructures, provider switches, and infrastructure moves.