convex-migration-helper
Safely migrate Convex schemas and data with zero-downtime strategies, batching, and state tracking.
Install
npx skills add https://github.com/get-convex/agent-skills --skill convex-migration-helperStats
| Total installs | 8,543 |
| Weekly installs | 8.5K |
| GitHub stars | 16 |
| First seen | 12 days ago |
| Source | @get-convex/agent-skills |
Summary
- Follows a predictable three-step pattern: widen schema, migrate data, narrow schema; handles online migrations where the app continues serving requests during async data updates
- Provides the @convex-dev/migrations component for batched, cursor-based pagination with state tracking, dry-run testing, progress monitoring, and automatic resume from failure
- Covers common patterns including adding required fields, deleting fields, changing field types, splitting nested data, and cleaning up orphaned documents
- Supports dual-write and dual-read strategies for zero-downtime migrations; includes a small-table shortcut for direct in-mutation backfills on tables under a few thousand documents
Tags
Related skills
| Skill | Installs | vs convex-migration-helper |
|---|---|---|
| system-environment-setup | 10,493 | +1,950 |
| dataverse-python-advanced-patterns | 7,567 | -976 |
| convex-create-component | 8,537 | -6 |
| power-bi-dax-optimization | 7,461 | -1,082 |
| create-spring-boot-java-project | 7,614 | -929 |
FAQ
- How many installs does convex-migration-helper have?
- convex-migration-helper has 8,543 total installs and 8.5K installs this week.
- Where is convex-migration-helper hosted?
- convex-migration-helper is published by @get-convex/agent-skills at https://github.com/get-convex/agent-skills.
- How many GitHub stars does convex-migration-helper have?
- convex-migration-helper has 16 GitHub stars.
- When was convex-migration-helper first indexed?
- OrangeBot.AI first indexed convex-migration-helper on 12 days ago.
- How do I install convex-migration-helper?
- Run: npx skills add https://github.com/get-convex/agent-skills --skill convex-migration-helper