Backend Migrations

Generate reversible database schema migrations with Alembic, Django, Flyway, or Liquibase.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/wmeints/symbiosis --skill backend-migrations-wmeints
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Backend Migrations
Source: https://github.com/wmeints/symbiosis/tree/main/.claude/skills/backend-migrations
Command: npx skills add https://github.com/wmeints/symbiosis --skill backend-migrations-wmeints

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone manual work of managing database schema changes, ensuring smooth, reversible updates and supporting zero-downtime deployments.

Core Features & Use Cases

  • Automated Migration Generation: Create and manage database schema migrations using tools like Alembic, Django, Flyway, or Liquibase.
  • Reversible Changes: Implement "down" migrations for safe rollbacks and backward compatibility.
  • Use Case: Automatically generate a migration script to add a new column to a user table, ensuring it's backward compatible for zero-downtime deployment.

Quick Start

Use the Backend Migrations skill to create a new Alembic migration script that adds a 'last_login' column (datetime, nullable) to the 'users' table.