Domains
Forms
- SKILL.md20.0%
- references40.0%
- assets20.0%
- other20.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When you need to make breaking schema or data changes in Convex (e.g., add required fields, change types, split/merge tables, rename/delete fields, migrate nested to relational).
@convex-dev/migrations component for batched, resumable, dry-run migrationsA safe, online migration plan with code patterns and verified steps that avoid deploy rejection and data loss.
Use Cases
A team needs to add a required `role` field to the `users` table with 100k docs. Using this skill, they widen schema with optional field, deploy, backfill via migrations component with dry run, then narrow schema. The skill prevents deploy rejection and ensures no downtime or missed documents.
A developer wants to split nested `address` object out of `users` into a new `addresses` table. The skill guides the multi-deploy workflow, dual-write/dual-read strategy, and uses the migrations component to move data safely. It delivers a rollback-friendly, verified relational migration.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File