Use when the user asks to create a database migration, change a SQLAlchemy model, add a column, add an index, or otherwise modify the schema. Enforces the rule that migrations are generated via make generate NAME="..." (the project's Makefile target that runs Alembic autogenerate) — never hand-written — and never edit existing migration files in migrations/versions/.
$npx -y skills add ocbunknown/fastapi-claude-template --skill migrationInstalls into the current project.
Run `npx skills use "https://github.com/ocbunknown/fastapi-claude-template" --skill "ocbunknown/fastapi-claude-template/migration"` 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/ocbunknown/fastapi-claude-template" that are relevant to the current task. Run `npx skills add "https://github.com/ocbunknown/fastapi-claude-template"` and select the relevant skills, then follow their instructions.