backend-migrations

Create reversible, focused database migrations with proper naming, version control practices, and zero-downtime deployment considerations. Use this skill when creating or editing migration files in database/migrations/, when writing schema changes (creating/modifying tables, columns, indexes, foreign keys), when implementing migration rollback methods, when managing database version control, when adding or modifying indexes on large tables, or when separating schema changes from data migrations for safer deployments.

$ Installieren

git clone https://github.com/DevanB/lucidlog /tmp/lucidlog && cp -r /tmp/lucidlog/.claude/skills/backend-migrations ~/.claude/skills/lucidlog

// tip: Run this command in your terminal to install the skill