db-migrator

Installation
SKILL.md

数据库迁移助手

触发条件

当用户要求数据库迁移、生成 migration、schema 变更、数据库升级时激活此技能。

工作流程

  1. 分析 Schema — 读取 models/ORM 定义或现有数据库结构
  2. 对比差异 — 识别新增/修改/删除的表和字段
  3. 生成迁移脚本 — 支持多种框架:
    • Alembic (Python)
    • Flyway (Java)
    • Prisma (Node.js)
    • Django migrations
    • Rails migrations

迁移模板

Alembic

Related skills
Installs
8
GitHub Stars
67
First Seen
Apr 23, 2026