ecto-migration-helper

Community

Safe migrations with rollback-ready patterns.

Authormkreyman
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you create, manage, and safely run Ecto migrations with proper rollback handling and best practices, reducing risk during schema changes.

Core Features & Use Cases

  • Generate Migrations: Create new migrations with recommended naming.
  • Migration Patterns: Examples for adding/removing columns, foreign keys, indexes, and constraints.
  • Safe Rollbacks: Guidance on reversible vs non-reversible changes and data migrations.

Quick Start

Use mix ecto.gen.migration to create a migration, then apply it with mix ecto.migrate.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ecto-migration-helper
Download link: https://github.com/mkreyman/bmad-elixir/archive/main.zip#ecto-migration-helper

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository