Create and apply EF Core migrations in Spiderly projects. Use when adding, modifying, or removing entity properties, changing column types, renaming columns, or any database schema change that requires a migration.
$npx -y skills add filiptrivan/spiderly --skill ef-migrationsInstalls into the current project.
Run `npx skills use "https://github.com/filiptrivan/spiderly" --skill "filiptrivan/spiderly/ef-migrations"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/filiptrivan/spiderly" that are relevant to the current task. Run `npx skills add "https://github.com/filiptrivan/spiderly"` and select the relevant skills, then follow their instructions.