database-migration-generator
CommunityGenerate 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
UPscripts for table creation, column alterations, and index additions. - Rollback Scripts: Generates corresponding
DOWNscripts to revert changes. - TypeORM Integration: Produces TypeScript migration files compatible with TypeORM.
- Use Case: When adding a new
userstable with specific columns and indexes, this Skill can generate both the SQLCREATE TABLEstatement and its correspondingDROP TABLEstatement, 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 requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.