database-migration-helper

Community

Create ORM migrations that follow project conventions.

AuthorCrazyDubya
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Generates database migration files that align with your ORM conventions (Prisma, Sequelize, Alembic, Knex, TypeORM, etc.) to keep schema changes consistent.

Core Features & Use Cases

  • ORM detection: identifies the migration framework used by the project.
  • Template-driven migrations: provides starter templates for up/down migrations.
  • Naming conventions: follows timestamp or sequential naming patterns for easy ordering.

Quick Start

Create a new migration with a descriptive name, following your project's migration conventions.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: database-migration-helper
Download link: https://github.com/CrazyDubya/claude-skills/archive/main.zip#database-migration-helper

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository