spring-migration
CommunityGenerate safe, standardized Flyway migrations for Spring Boot.
AuthorFaouzi91
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Manually writing Flyway migration scripts for Spring Boot + PostgreSQL projects often leads to inconsistent naming, missing safety guards, and schema errors that cause deployment failures or production downtime.
Core Features & Use Cases
- Strict Naming Convention Enforcement: Automatically generates migration files that follow the required V{version}__{description}.sql format, eliminating common naming mistakes.
- Safe SQL Pattern Templates: Provides pre-vetted templates for all common schema change operations (table creation, column additions, indexes, enums, junction tables) that include mandatory audit columns, foreign key constraints, and idempotency guards.
- Use Case: For example, if you need to add a non-nullable
phone_numbercolumn to an existinguserstable, this skill generates the correct 3-step backfill migration to avoid breaking existing data.
Quick Start
Use the spring-migration skill to generate a production-safe Flyway migration script that adds a last_login timestamp column to the users table with a NOT NULL constraint and a corresponding index for query performance.
Dependency Matrix
Required Modules
None requiredComponents
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: spring-migration Download link: https://github.com/Faouzi91/HomeFlex/archive/main.zip#spring-migration 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 536,000+ vetted skills library on demand.