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:

  1. Detect before acting — Always scan for marker files before running any command
  2. Never invent commands — Only use commands listed in the detection table or discovered in project docs
  3. Warn on destructive operations — Always flag DROP, TRUNCATE, or irreversible schema changes
  4. Dry-run first — Use --dry-run mode when supported by the framework
  5. Read existing migrations — Check naming conventions before creating new ones

Workflow

Phase 1: Detect Framework

Related skills
Installs
5
GitHub Stars
4
First Seen
Mar 26, 2026