AI AGENT ADDONS

Convex Migration Helper

get-convex/agent-skills
Databases
87,112installs

Changing your Convex database schema while keeping the app running is tricky. The Convex Migration Helper shows you a safe way to make breaking changes. It uses a pattern called widen-migrate-narrow to update your data without downtime.

You can add new fields, change types, or reshape tables. The tool helps you plan every step. It also works with a special component that handles batching and failure recovery.

This skill is useful for any developer who manages a Convex app with existing data. It makes complex migrations simple and safe.

Add Convex Migration Helper skill to your workflow

Global

mkdir -p ~/.claude/skills/convex-migration-helper

Project

mkdir -p .claude/skills/convex-migration-helper

Source Repository

Stars
35
Forks
7
Watchers
35
Last Push
29 days ago
Created
5 months ago