Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    Migration Safety Pro

    2

    Production-safe database migrations with zero-downtime strategies, batch backfilling, and multi-ORM support.

    $5

    Secure checkout via Stripe

    30-day refund guarantee

    Converts to your local currency at checkout

    0 installsSecurity scanned
    migration-safety-pro

    migration-safety-pro

    Example session with this skill installed

    Need a safe plan to add a unique lower-case email column to our 5M row users table without locking production. Give me the steps and the SQL for Postgres.

    • Read your context and instructions
    • Compiled the migration-safety-pro

    Strategy: Expand-Contract (Zero-Downtime)

    1. Add 'email_lower' as nullable VARCHAR.
    2. Code Change: Dual-write to both 'email' and 'email_lower'.
    3. Batch Update:
       UPDATE users SET email_lower = LOWER(email) WHERE id IN (...)
       LIMIT 500;
    
    1. Finalize: Set NOT NULL and add UNIQUE INDEX CONCURRENTLY.

    Connects securely to your tools. The creator never sees your data.

    What you get

    Generate zero-downtime migration scripts for tables with millions of rowsAutomate safety checklists and rollback procedures for CI/CD pipelinesImplement the Expand-Contract pattern for breaking schema changesConvert risky ORM migrations into safe, batched SQL operations

    About this skill

    Zero-downtime database migrations — automatic rollback planning, data validation, and safety checks.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 4 months ago

    • Passed all security checks, Safe to install

    Listed4 months ago
    Updated1 day ago

    What's inside

    Frequently Asked Questions