migrating-to-zero-yaml
Installation
SKILL.md
Migrating to Zero YAML
This skill replaces the old CLI migrator with an LLM-driven mechanical migration. Keep behavior as close as possible to the existing YAML project, then validate and stop. Do not turn this into a broader cleanup unless the user asks.
Critical rule
- Do not tell the user to run
nango migrate-to-zero-yaml. - Perform the migration manually in code.
- Preserve existing behavior first.
- Do not opportunistically migrate
lastSyncDate,syncType,trackDeletes, or validation patterns unless the user asks or compilation forces you to touch them. - If the repo is already Zero YAML, stop and switch to a regular Zero YAML refactor workflow instead of forcing a migration.