Backend Migrations

Create and apply database schema migrations with golang-migrate.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alenon/portfolios --skill backend-migrations-alenon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Backend Migrations
Source: https://github.com/alenon/portfolios/tree/main/.claude/skills/backend-migrations
Command: npx skills add https://github.com/alenon/portfolios --skill backend-migrations-alenon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized approach to managing database schema changes, ensuring smooth, version-controlled updates and rollbacks without data loss or inconsistencies. It automates the process of evolving your database, reducing manual errors and deployment risks.

Core Features & Use Cases

  • Schema Evolution: Guides AI to create and apply database migrations using tools like golang-migrate.
  • Version Control: Ensures database changes are tracked, reversible, and aligned with your application's code version.
  • Use Case: When adding a new column to the users table, this skill ensures the AI generates a proper migration script and advises on its application, preventing schema drift and data corruption.

Quick Start

Use the Backend Migrations skill to create a new migration file to add an is_active column (boolean, default true) to the users table.