migration-database

This skill should be used when working with database migrations in SQLModel-based projects. Trigger when user asks to create migrations for new/modified models, generate database schema changes, or apply migrations. Enforces SQLModel as single source of truth and automatic migration generation only.

$ Installer

git clone https://github.com/djimontyp/task-tracker /tmp/task-tracker && cp -r /tmp/task-tracker/.claude/skills-old/migration-database ~/.claude/skills/task-tracker

// tip: Run this command in your terminal to install the skill