Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DataMédio

Convex Migration Helper

porget-convex·get-convex· v1.0.0 · atualizado em 2026-04-10
83
Score

Plans and executes safe Convex schema and data migrations using the widen-migrate-narrow workflow and the @convex-dev/migrations component. Use this skill when a deployment fails schema validation, existing documents need backfilling, fields need adding or removing or changing type, tables need splitting or merging, or a zero-downtime migration strategy is needed. Also use when the user mentions breaking schema changes, multi-deploy rollouts, or data transformations on existing Convex tables.

convexschema-migrationdata-migrationzero-downtimedatabase-migrationdata-transformation
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdconvex-migration-helper/workflow
1
Identify Breaking Change: — Determine the specific schema change that requires a migration.
2
Widen Schema: — Update the schema to allow both old and new data formats.
3
Update Code: — Modify the application code to handle both data formats.
4
Deploy Widened Schema: — Deploy the updated schema and code.
5
Migrate Data: — Use the `@convex-dev/migrations` component to migrate existing data to the new format.
6
Verify Migration: — Ensure all documents have been successfully migrated.
7
Narrow Schema: — Update the schema to require only the new data format.
8
Clean Up Code: — Remove any code that handles the old data format.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe com ←Convex Performance Audit
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aSchema Markup
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aSupabase Postgres Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aWriting Plans
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar areadme-i18n
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aExecuting Plans
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar aNeon Serverless Postgres
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

Convex Migration Helper
convex-migration-helper
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.RECOMMEND
5.ACT
6.REFLECT
Triggers8
migrate Convex schemahandle breaking schema changes in Convexperform a zero-downtime migration in Convexmigrate data in Convexadd a required field to a Convex tablechange a field type in Convexsplit or merge Convex tablesuse widen-migrate-narrow workflow in Convex

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download convex-migration-helper
$ synaptic skills detail convex-migration-helper
$ synaptic skills live convex-migration-helper

Dependências

@convex-dev/migrations

Links

GitHub Repository