Database Migration · seb1n/awesome-ai-agent-skills

Create and roll back versioned database schema migrations

Helps write forward and rollback migration scripts for tools like Alembic, Prisma Migrate, Flyway, or Knex, plan zero-downtime expand-and-contract deployments, and test schema changes before they hit production.

Good for

  • Write an Alembic migration to add a column
  • Plan a zero-downtime schema change
  • Add rollback logic to a Prisma migration
Category
Coding

Open-source skills are maintained by their authors and listed as published, with attribution. Results depend on how well the skill fits your task and material.

A good place to start

Write an Alembic migration that adds a nullable column and includes a rollback.

Make your next great thing.

Bring a question, a file, or an idea that’s not quite there yet.