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 . - Perform the migration manually in code. - Preserve existing behavior first. - Do not opportunistically migrate , , , 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…