db-migrate
Installation
SKILL.md
DB Migrate
Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.
Create, validate, and run database migrations across any framework. Auto-detects the migration tool from project files.
Anti-Hallucination Guidelines
CRITICAL: Migration operations can be irreversible in production:
- Detect before acting — Always scan for marker files before running any command
- Never invent commands — Only use commands listed in the detection table or discovered in project docs
- Warn on destructive operations — Always flag DROP, TRUNCATE, or irreversible schema changes
- Dry-run first — Use
--dry-runmode when supported by the framework - Read existing migrations — Check naming conventions before creating new ones