OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add get-convex/agent-skills --skill convex-migrate
Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.
npx skills add get-convex/agent-skills --skill convex-migrate
Change a deployed schema without breaking existing data: stage the schema change, install @convex-dev/migrations, write a backfill that makes old rows valid, run it, and verify before tightening the validator.