·convex-migrations
{}

convex-migrations

waynesutton/convexskills

Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns

597Installs·21Trend·@waynesutton

Installation

$npx skills add https://github.com/waynesutton/convexskills --skill convex-migrations

SKILL.md

Evolve your Convex database schema safely with patterns for adding fields, backfilling data, removing deprecated fields, and maintaining zero-downtime deployments.

Convex handles schema evolution differently than traditional databases:

Renaming requires copying data to new field, then removing old:

Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns Source: waynesutton/convexskills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-migrations
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is convex-migrations?

Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns Source: waynesutton/convexskills.

How do I install convex-migrations?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/waynesutton/convexskills --skill convex-migrations Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/waynesutton/convexskills