About
The Convex Migration skill provides a standardized framework for managing backend data changes without downtime. It guides users through the full lifecycle of a migration, including schema preparation, defining idempotent migration functions with the @convex-dev/migrations component, performing dry runs for safety, and monitoring real-time execution. By implementing these patterns, developers can confidently refactor data structures and update schemas in production-grade Convex applications.