Skip to main content

db-migration-orchestrator

Entry point for an AI-DLC-style database migration. Use when the user wants to migrate a database or convert a schema between engines, or says things like "start a database migration", "migrate Oracle to PostgreSQL", "migrate SQL Server to MySQL", "convert my SQL Server schema to Postgres", or "help me move my database". Supports Oracle and SQL Server sources to PostgreSQL and MySQL targets. Runs the intake interview (source/target engines, connection file, what to migrate), tests connectivity via Python drivers (no native client tools), then routes through the Inception → Construction → Validation → Operations phases with a human approval gate between each. Delegates phase work to db-migration-inception, db-migration-construction, db-migration-validation, and db-migration-operations.

Jump to install

Source facts

Repository
aws-samples/sample-dbmig-aidlc
Last source activity
July 13, 2026 at 05:40
Detected SKILL.md language
English
Stars
3
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.