Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Plan and execute safe Convex schema migrations: add fields, change types, split/merge tables, backfill data.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
agents/openai.yaml
1interface:2display_name: "Convex Migration Helper"3short_description: "Plan and run safe Convex schema and data migrations."4icon_small: "./assets/icon.svg"5icon_large: "./assets/icon.svg"6brand_color: "#8B5CF6"7default_prompt:8"Help me plan and execute this Convex migration safely. Start by identifying9the schema change, the existing data shape, and the widen-migrate-narrow10path before making edits."1112policy:13allow_implicit_invocation: true14