Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    coreyja

    backend-migrations

    coreyja/backend-migrations
    DevOps
    6

    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 with proper rollback methods, focused changes, and zero-downtime deployment considerations.

    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
    • When modifying existing table schemas (adding/removing columns, changing types)
    • When adding or removing database indexes
    • When creating or modifying foreign key constraints
    • When implementing database schema versioning
    • When working with migration directories (e.g., migrations/, db/migrate/)
    • When writing rollback/down migration methods
    • When planning zero-downtime deployments with backwards-compatible schema changes
    • When separating schema changes from data transformation scripts
    • When naming migration files with descriptive, clear names

    Instructions

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

    Recommended Servers
    Supabase
    Supabase
    Neon
    Neon
    Repository
    coreyja/coreyja.com
    Files