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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "backend migrations" with this command: npx skills add coreyja/coreyja.com/coreyja-coreyja-com-backend-migrations

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

frontend css

No summary provided by upstream source.

Repository SourceNeeds Review
General

global conventions

No summary provided by upstream source.

Repository SourceNeeds Review
General

backend queries

No summary provided by upstream source.

Repository SourceNeeds Review