convex-migration-helper
Installation
SKILL.md
Convex Migration Helper
Safely migrate Convex schemas and data when making breaking changes.
When to Use
- Adding new required fields to existing tables
- Changing field types or structure
- Splitting or merging tables
- Renaming or deleting fields
- Migrating from nested to relational data
When Not to Use
- Greenfield schema with no existing data in production or dev
- Adding optional fields that do not need backfilling
- Adding new tables with no existing data to migrate
- Adding or removing indexes with no correctness concern
- Questions about Convex schema design without a migration need
Related skills
More from get-convex/agent-skills
convex-quickstart
Creates or adds Convex to an app. Use for new Convex projects, npm create
50.5Kconvex-performance-audit
Audits Convex performance for reads, subscriptions, write contention, and
50.1Kconvex-setup-auth
Sets up Convex auth, identity mapping, and access control. Use for login, auth
49.9Kconvex-create-component
Builds reusable Convex components with isolated tables and app-facing APIs.
49.8Kconvex
Routes general Convex requests to the right project skill. Use when the user
26.4Kconvex-helpers-guide
Discover and use convex-helpers utilities for relationships, filtering, sessions, custom functions, and more. Use when you need pre-built Convex patterns.
572