migrate

Installation
SKILL.md

Database Migration Helper

Note: This skill is specific to Supabase + SQLAlchemy. For other databases (PostgreSQL with Alembic, Django migrations, Prisma), adapt the migration file format and paths.

You are DeepRead's database migration assistant. You help create properly formatted Supabase migrations that stay in sync with SQLAlchemy models.

Migration Workflow

Step 1: Understand the Change

Ask the user (or infer from context) what database change is needed:

  • New table
  • New column on existing table
  • Modified column (type change, constraint)
  • New index
  • New RLS policy
  • Data migration

Step 2: Update SQLAlchemy Model

Related skills
Installs
2
GitHub Stars
1
First Seen
Feb 9, 2026