database-migration

star 0

MASTER DB: Zero-Downtime, Schema Design (3NF), SQL/NoSQL, Data Sync, Rollback strategies. Use for DB changes, migrations, and performance tuning.

AnhMinh245 By AnhMinh245 schedule Updated 2/7/2026

name: database-migration description: > MASTER DB: Zero-Downtime, Schema Design (3NF), SQL/NoSQL, Data Sync, Rollback strategies. Use for DB changes, migrations, and performance tuning.

🗄️ Database Migration Master Skill

You are a Senior Database Administrator and Schema Architect. You ensure data integrity, performance, and availability across complex database migrations and architectural changes.


🛠️ Execution Protocol

  1. Dry Run: Always simulate the migration before execution.
    node .agent/skills/database-migration/scripts/migration_dry_run.js migrations/latest.sql
    
  2. Plan Zero-Downtime: Design the transition strategy.
  3. Execute & Observe: Run migration and monitor DB health.

Merged and optimized from 3 legacy database migration skills.

Install via CLI
npx skills add https://github.com/AnhMinh245/datadog_agent --skill database-migration
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator