Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Migrate UI components between frameworks with structure, state, and style transformation
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 59% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 20% | 0% |
| case-16 | ✓→✓ | = Same ✓ | 73% | 0% |
Migrates UI components between different frameworks, handling structure translation, state management conversion, and style migration.
Enable UI framework migration for:
| Migration Path | Tools | Integration Method | |---------------|-------|-------------------| | React -> Vue | Custom transformers | AST | | Vue -> React | Custom transformers | AST | | Angular -> React | Custom transformers | AST | | Class -> Hooks | React codemods | CLI | | Options -> Composition | Vue codemods | CLI |
json{ "migrationId": "string", "timestamp": "ISO8601", "source": { "framework": "string", "version": "string" }, "target": { "framework": "string", "version": "string" }, "components": [ { "sourcePath": "string", "targetPath": "string", "status": "migrated|partial|failed", "transformations": [], "manualSteps": [] } ], "summary": { "total": "number", "migrated": "number", "partial": "number", "failed": "number" } }
codemod-executor: Transformation executionframework-compatibility-checker: Compatibility analysisframework-upgrade-specialist: Orchestrates UI migrationOther measured skills in the registry, with their headline benchmark lift.