F
/flux-migrate
Flux
Writes zero-downtime database migrations: reversible steps designed to run while the application is serving traffic, safe for concurrent reads and writes during the migration window, with an explicit rollback plan for every step. Handles column renames, backfills, and index creation on large tables safely.
Install
This skill
Install Flux Migrate
1. Add to marketplace
$ claude plugin marketplace add tonone-ai/tonone
2. Install this skill
$ claude plugin install flux-migrate@tonone-ai
The agent
Install Flux
1. Add to marketplace
$ claude plugin marketplace add tonone-ai/tonone
2. Install Flux
$ claude plugin install flux@tonone-ai
Want all 31 agents across both teams?
Full installation guideInvoke this skill
Command|$ /flux-migrate
When to use
Whenever making schema changes on a live production database. For any migration where downtime is not acceptable. When renaming columns or changing data types on tables that have active traffic and cannot be taken offline.
More from Flux
All Flux skillsReady to use Flux Migrate?