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
.claude/skills/a5c-ai-ui-component-migrator/SKILL.md| 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 migration| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 10,010 | 13,077 | +31% | 1 | 1 | 0% | 2,398 | 3,813 | +59% | 0 | 0 | — |
case-02 | fail→pass | 12,680 | 8,731 | -31% | 1 | 1 | 0% | 2,372 | 2,493 | +5% | 0 | 0 | — |
case-03 | fail→pass | 24,549 | 14,500 | -41% | 1 | 1 | 0% | 4,468 | 2,837 | -37% | 0 | 0 | — |
case-04 | fail→fail | 20,155 | 24,293 | +21% | 1 | 1 | 0% | 3,266 | 4,930 | +51% | 0 | 0 | — |
case-05 | fail→fail | 8,046 | 9,650 | +20% | 1 | 1 | 0% | 1,494 | 1,988 | +33% | 0 | 0 | — |
case-06 | fail→fail | 13,149 | 15,862 | +21% | 1 | 1 | 0% | 2,143 | 3,255 | +52% | 0 | 0 | — |
case-07 | fail→fail | 17,062 | 11,151 | -35% | 1 | 1 | 0% | 2,809 | 2,683 | -4% | 0 | 0 | — |
case-08 | fail→fail | 11,449 | 10,945 | -4% | 1 | 1 | 0% | 2,093 | 2,872 | +37% | 0 | 0 | — |
case-09 | fail→fail | 9,513 | 7,721 | -19% | 1 | 1 | 0% | 1,675 | 2,092 | +25% | 0 | 0 | — |
case-10 | fail→fail | 9,616 | 14,031 | +46% | 1 | 1 | 0% | 2,021 | 3,117 | +54% | 0 | 0 | — |
case-11 | fail→fail | 12,715 | 11,022 | -13% | 1 | 1 | 0% | 2,390 | 2,687 | +12% | 0 | 0 | — |
case-12 | fail→fail | 12,005 | 12,667 | +6% | 1 | 1 | 0% | 2,561 | 3,242 | +27% | 0 | 0 | — |
case-13 | fail→fail | 4,304 | 6,360 | +48% | 1 | 1 | 0% | 844 | 1,832 | +117% | 0 | 0 | — |
case-14 | fail→pass | 13,454 | 13,750 | +2% | 1 | 1 | 0% | 2,667 | 3,213 | +20% | 0 | 0 | — |
case-15 | fail→fail | 9,324 | 9,475 | +2% | 1 | 1 | 0% | 1,902 | 2,467 | +30% | 0 | 0 | — |
case-16 | pass→pass | 7,903 | 11,125 | +41% | 1 | 1 | 0% | 1,727 | 2,990 | +73% | 0 | 0 | — |
case-17 | fail→fail | 9,709 | 12,059 | +24% | 1 | 1 | 0% | 1,924 | 2,816 | +46% | 0 | 0 | — |
case-18 | fail→fail | 8,535 | 9,333 | +9% | 1 | 1 | 0% | 1,800 | 2,511 | +40% | 0 | 0 | — |
case-19 | fail→fail | 10,837 | 11,611 | +7% | 1 | 1 | 0% | 2,188 | 3,139 | +43% | 0 | 0 | — |
case-20 | fail→fail | 15,060 | 10,705 | -29% | 1 | 1 | 0% | 3,220 | 2,852 | -11% | 0 | 0 | — |
case-21 | fail→fail | 5,050 | 10,783 | +114% | 1 | 1 | 0% | 971 | 2,853 | +194% | 0 | 0 | — |
case-22 | fail→fail | 18,247 | 13,037 | -29% | 1 | 1 | 0% | 3,057 | 3,466 | +13% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +18 percentage points is the difference between those two pass rates over the 22 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.