home/categories/database-tools/andresharpe-dotbot-stacks-dotnet-ef-recipes-skills-create-migration-skill-md
database-toolsdatabases

create-migration

Create and manage Entity Framework Core database migrations including schema changes, seed data, and rollback strategies. Use when adding or modifying EF Core entities, setting up a new DbContext, applying data seeding, running dotnet ef commands, or troubleshooting migration conflicts.

andresharpe
maintainer
andresharpe
Updated 4/3/2026
Stars
43
Forks
21
quick start

Installation and usage

Create and manage Entity Framework Core database migrations including schema changes, seed data, and rollback strategies. Use when adding or modifying EF Core entities, setting up a new DbContext, applying data seeding, running dotnet ef commands, or troubleshooting migration conflicts.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use create-migration