๐ŸŽฏ

convex-migration-helper

๐ŸŽฏSkill

from get-convex/agent-skills

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add get-convex/agent-skills --skill convex-migration-helper
skills.sh Installโš  Installs to .agents/skills/
$npx skills add get-convex/agent-skills --skill convex-migration-helper
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/convex-migration-helper/SKILL.md
VibeIndex|
What it does
|

Plans 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/migrations for 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)

convex-migration-helper

SKILL.md

94,071Installs
-
AddedMar 16, 2026