Manage database migrations with Alembic. Use when a user asks to version database schemas, create migration scripts, handle schema changes in production, or manage SQLAlchemy model migrations.
$npx -y skills add terminalskills/skills --skill alembicInstalls into the current project.
Run `npx skills use "https://github.com/terminalskills/skills" --skill "terminalskills/skills/alembic"` 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/terminalskills/skills" that are relevant to the current task. Run `npx skills add "https://github.com/terminalskills/skills"` and select the relevant skills, then follow their instructions.