Migrate project from Nuxt UI v2/v3 to v4 with automated fixes for breaking changes
/plugin marketplace add secondsky/claude-skills/plugin install nuxt-ui-v4@claude-skills[--dry-run] [--from v3]# Nuxt UI Migration Command Migrate from Nuxt UI v2/v3 to v4 with automated breaking change fixes. ## Arguments - `--dry-run`: Show changes without applying them - `--from v3`: Specify source version (default: auto-detect) ## Instructions 1. **Detect Current Version** Read package.json to find current @nuxt/ui version. 2. **Scan for Breaking Changes** Search codebase for patterns that need updating: | v3 Pattern | v4 Pattern | Files to Check | |------------|------------|----------------| | `<UButtonGroup>` | `<UFieldGroup>` | `*.vue` | | `<UPageMarquee>` | `<UMarque...
/migrateCode migration between frameworks and technologies with systematic planning and validation.