Skip to main content
Back to the directory
waynesutton/convexskillsSoftware EngineeringFrontend and Design

convex-migrations

Safe schema evolution with optional fields, batched backfills, and zero-downtime migration patterns.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-migrations
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, convex-migrations has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: waynesutton/convexskills. Canonical URL: https://skills.sh/waynesutton/convexskills/convex-migrations.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Safe schema evolution with optional fields, batched backfills, and zero-downtime migration patterns. Evolve your Convex database schema safely with patterns for adding fields, backfilling data, removing deprecated fields, and maintaining zero-downtime deployments. Before implementing, do not assume; fetch the latest documentation: Convex handles schema evolution differently than traditional databases: Start with optional fields, then backfill: Remove field usage before removing from schema: Renaming requires copying data to new field, then removing old: Add indexes before using them in queries: Type changes require careful migration: Create a reusable migration system: - Supports adding fields as optional, backfilling data in batches, renaming fields, removing deprecated fields, and changing field types through multi-step migrations - Includes a migration tracking system to prevent re-running completed migrations and monitor progress across batches - Provides patterns for index management, type conversions with fallback logic, and graceful handling of undefined values during transitions - Uses Convex's scheduler for batched processing of large datasets and internal mutations to coordinate schema changes with data updates - Primary: - Schema Overview: - Migration Patterns: - For broader context: - No explicit migration files or commands - Schema changes deploy instantly with...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does convex-migrations do?

Safe schema evolution with optional fields, batched backfills, and zero-downtime migration patterns.

Is convex-migrations good?

convex-migrations does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support convex-migrations?

convex-migrations currently lists compatibility with Skills CLI.

Is convex-migrations safe to install?

convex-migrations has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to convex-migrations?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install convex-migrations?

Run the following command to install convex-migrations: npx skills add https://github.com/waynesutton/convexskills --skill convex-migrations

Related skills

More from waynesutton/convexskills

Related skills

Alternatives in Software Engineering