convex-migration
guidance on how to properly do data migrations in Convex
npxskills add majiayu000/claude-skill-registry--skill convex-migrationLoading…
guidance on how to properly do data migrations in Convex
npxskills add majiayu000/claude-skill-registry--skill convex-migrationLoading…
Use @convex-dev/migrations in convex/migrations.ts (reference convex_migrations.md for full guidance). The standard flow is:
migrations.define({ table, migrateOne }) in convex/migrations.ts (idempotent; skip no‑ops; no external APIs).npx convex run migrations:runYourFn '{"dryRun":true,"cursor":null}'npx convex run migrations:runYourFn '{"cursor":null}'*npx convex run --component migrations lib:getStatus --watchnpx convex run --component migrations lib:cancel '{"name":"migrations:yourFnName"}'.*"cursor":null makes it to real work from the start (as opposed to the dry-run default); omit only when resuming from a specific cursor.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).