convex-migration-helper
๐ฏSkillfrom get-convex/agent-skills
Installation
npx vibeindex add get-convex/agent-skills --skill convex-migration-helpernpx skills add get-convex/agent-skills --skill convex-migration-helper~/.claude/skills/convex-migration-helper/SKILL.mdPlans and executes zero-downtime Convex schema and data migrations via the widen-migrate-narrow workflow and the `@convex-dev/migrations` component, handling backfills, type changes, and table splits or merges.
Overview
A Convex agent skill that plans and executes zero-downtime Convex schema and data migrations via the widen-migrate-narrow workflow and the @convex-dev/migrations component. Handles backfills, type changes, and table splits or merges.
Key Features
- Widen-migrate-narrow workflow for safe schema evolution
- Integrates
@convex-dev/migrationsfor reliable large-table migrations - Handles backfills, type changes, and table splits/merges
- Emphasizes zero-downtime patterns over risky in-place updates
Who is this for?
Teams running production Convex apps who need to evolve their schema without downtime. Especially useful before a migration that touches high-traffic tables or when a type change could break live reads.
Same repository
get-convex/agent-skills(42 items)
SKILL.md
More from this repository10
Convex agent skill that initializes a new Convex backend from scratch with schema, auth, and basic CRUD operations for starting new projects.
Designs and builds reusable Convex components with isolated tables, clear boundaries, and small app-facing APIs to package backend logic or third-party integrations for reuse across apps.
Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, OCC conflicts, and function limits using `npx convex insights`.
Sets up Convex authentication end-to-end โ user management, identity mapping, and access control via Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT โ wiring `auth.config.ts` and a users table.
A collection of agent skills for common Convex workflows, covering project setup, authentication, component creation, migrations, and performance auditing, usable across Claude Code, Cursor, Windsurf, and Codex.
Skill
Skill
Skill
Skill
Skill