convex-migrations
Evolve Convex database schemas safely with patterns for field updates, data backfilling, and zero-downtime deployments.
Install
npx skills add https://github.com/waynesutton/convexskills --skill convex-migrationsStats
| Total installs | 1,408 |
| Weekly installs | 1.4K |
| GitHub stars | 385 |
| First seen | Jan 23, 2026 |
| Source | @waynesutton/convexskills |
Summary
- Supports adding fields as optional, backfilling data in batches, renaming fields, removing deprecated fields, and changing field types through multi-step migrations
- Includes a migration tracking system to prevent re-running completed migrations and monitor progress across batches
- Provides patterns for index management, type conversions with fallback logic, and graceful handling of undefined values during transitions
- Uses Convex's scheduler for batched processing of large datasets and internal mutations to coordinate schema changes with data updates
Tags
Related skills
| Skill | Installs | vs convex-migrations |
|---|---|---|
| rag-architect | 1,076 | -332 |
| agent-memory | 1,134 | -274 |
| postgres-pro | 1,525 | +117 |
| convex-http-actions | 1,534 | +126 |
| fastapi-expert | 1,625 | +217 |
FAQ
- How many installs does convex-migrations have?
- convex-migrations has 1,408 total installs and 1.4K installs this week.
- Where is convex-migrations hosted?
- convex-migrations is published by @waynesutton/convexskills at https://github.com/waynesutton/convexskills.
- How many GitHub stars does convex-migrations have?
- convex-migrations has 385 GitHub stars.
- When was convex-migrations first indexed?
- OrangeBot.AI first indexed convex-migrations on Jan 23, 2026.
- How do I install convex-migrations?
- Run: npx skills add https://github.com/waynesutton/convexskills --skill convex-migrations