Create, review, and apply database schema changes with Alembic. Use whenever a SQLAlchemy model is added or changed, a column/index/constraint needs to change, or a data backfill is required — anything that alters the PostgreSQL schema.
$npx -y skills add vstorm-co/full-stack-ai-agent-template --skill alembic-migrationInstalls into the current project.
Run `npx skills use "https://github.com/vstorm-co/full-stack-ai-agent-template" --skill "vstorm-co/full-stack-ai-agent-template/alembic-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/vstorm-co/full-stack-ai-agent-template" that are relevant to the current task. Run `npx skills add "https://github.com/vstorm-co/full-stack-ai-agent-template"` and select the relevant skills, then follow their instructions.