跳到主要内容
知仓学习社ZHICANG

ui-component-migrator

Migrate UI components between frameworks with structure, state, and style transformation

不碰外部(只输出文字)无严重或高危命中a5c-ai/babysitter

它会碰到什么

扫了多少2 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

UI Component Migrator Skill

Migrates UI components between different frameworks, handling structure translation, state management conversion, and style migration.

Purpose

Enable UI framework migration for:

  • Component structure translation
  • State management migration
  • Lifecycle method conversion
  • Event handling transformation
  • Style migration

Capabilities

1. Component Structure Translation

  • Convert component syntax
  • Transform templates
  • Migrate component props
  • Handle slots/children

2. State Management Migration

  • Convert local state
  • Migrate global state (Redux/Vuex/etc)
  • Transform state updates
  • Handle computed properties

3. Lifecycle Method Conversion

  • Map lifecycle methods
  • Convert to hooks/composition API
  • Handle initialization
  • Transform cleanup logic

4. Event Handling Transformation

  • Convert event bindings
  • Transform handlers
  • Migrate custom events
  • Handle event modifiers

5. Style Migration

  • Convert CSS-in-JS
  • Migrate scoped styles
  • Transform CSS modules
  • Handle theme systems

6. Test Migration

  • Convert component tests
  • Update test utilities
  • Transform mocking
  • Migrate snapshots

Tool Integrations

| 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 |

Output Schema

{
  "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"
  }
}

Integration with Migration Processes

  • ui-framework-migration: Primary migration tool
  • framework-upgrade: Internal framework upgrades

Related Skills

  • codemod-executor: Transformation execution
  • framework-compatibility-checker: Compatibility analysis

Related Agents

  • framework-upgrade-specialist: Orchestrates UI migration

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,796
本站分层T1
该仓技能数2115
原文件路径library/specializations/code-migration-modernization/skills/ui-component-migrator/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 2115 个技能