Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    overtimepog

    backend-migrations

    overtimepog/backend-migrations
    DevOps

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Create and manage database migrations for schema changes, ensuring zero-downtime deployments and data integrity.

    SKILL.md

    Backend Migrations

    This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend migrations.

    When to use this skill

    • When creating new database migration files for schema changes
    • When adding, removing, or modifying database tables, columns, or constraints
    • When creating or dropping indexes, foreign keys, or unique constraints
    • When working with migration tools like Alembic, Flyway, Liquibase, Django migrations, or Rails migrations
    • When implementing reversible migrations with proper up/down or forward/backward methods
    • When separating schema changes from data migrations for safety
    • When planning zero-downtime deployments requiring backwards-compatible changes
    • When creating indexes on large tables using concurrent/online index creation
    • When modifying migration files in migrations/, db/migrate/, or similar directories
    • When setting up migration version control and naming conventions
    • When implementing migration testing in staging environments
    • When handling migration rollbacks or fixing failed migrations

    Instructions

    For details, refer to the information provided in this file: backend migrations

    Recommended Servers
    Neon
    Neon
    Supabase
    Supabase
    Repository
    overtimepog/agenttheo
    Files