database-migration-generator

Community

Generate SQL and TypeORM migrations.

Authorntaksh42
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the creation of database migration scripts, ensuring consistent and version-controlled database schema changes across different environments.

Core Features & Use Cases

  • SQL Script Generation: Creates UP scripts for table creation, column alterations, and index additions.
  • Rollback Scripts: Generates corresponding DOWN scripts to revert changes.
  • TypeORM Integration: Produces TypeScript migration files compatible with TypeORM.
  • Use Case: When adding a new users table with specific columns and indexes, this Skill can generate both the SQL CREATE TABLE statement and its corresponding DROP TABLE statement, or a TypeORM migration class.

Quick Start

Generate a SQL migration script to create a 'products' table with 'id', 'name', and 'price' columns.

Dependency Matrix

Required Modules

None required

Components

references

💻 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-generator
Download link: https://github.com/ntaksh42/agents/archive/main.zip#database-migration-generator

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.