·android-to-harmonyos-migration-workflow
>_

android-to-harmonyos-migration-workflow

多 agent 协作的 Android 到 HarmonyOS 代码迁移工作流(迭代式)。当用户需要将 Android 项目迁移到 HarmonyOS 时触发,提供:1) Analyzer Agent 扫描代码结构 2) Planner Agent 制定迁移计划 3) Translator Agent 执行代码转换 4) **Validator Agent(验证代理)** 使用 **ohos-app-build-debug** skill 进行编译验证、应用打包和上板验证首界面 5) Tester Agent 验证功能(每个模块迁移完成后执行) 6) 所有模块迁移完成后,执行 Feature Comparator Agent 检查遗漏功能 7) UI Comparator Agent 验证界面一致性 8) 将未完成部分反馈给 Planner Agent 继续迭代。包含代码分析脚本、API映射表、组件转换模式和自动化验证工具。触发关键词:迁移Android到鸿蒙、Android迁移、HarmonyOS迁移、Java/Kotlin转ArkTS、Activity转Page、功能比对、UI比对。

13Installs·1Trend·@openharmonyinsight

Installation

$npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill android-to-harmonyos-migration-workflow

How to Install android-to-harmonyos-migration-workflow

Quickly install android-to-harmonyos-migration-workflow AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill android-to-harmonyos-migration-workflow
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: openharmonyinsight/openharmony-skills.

SKILL.md

View raw

| 应用包名 | com.simplemobiletools.gallery.pro | com.example.myapplication | | 启动 Activity | com.simplemobiletools.gallery.pro.activities.SplashActivity.Orange | EntryAbility | | 截图 | PNG/JPG 文件 | PNG/JPG 文件 | | 布局文件 | XML (res/layout/) | ETS (@Component) | | 样式文件 | styles.xml | 主题配置 |

| APIMAPPING.md | Android/HarmonyOS API 对照表 | 执行转换时 | | COMPONENTMAPPING.md | 组件转换模式 | 转换 UI 组件时 | | COMMONPATTERNS.md | 常见代码模式转换 | 遇到特定模式时 | | TROUBLESHOOTING.md | 问题排查指南 | 出现错误时 | | FEATURECOMPARE.md | 功能比对方法和检查项 | 功能比对时 | | UICOMPARE.md | UI比对方法和检查项 | UI比对时 |

| 代码转换率 | 100% 文件已转换 | Translator Agent | | 语法验证 | 0 错误,< 10 警告 | Validator Agent | | 编译状态 | 编译通过 | Validator Agent | | 功能测试 | 核心功能 100% 通过 | Tester Agent | | 功能覆盖率 | ≥ 95% | Feature Comparator Agent | | UI 一致性 | 核心页面 100% 匹配 | UI Comparator Agent | | 性能对比 | 响应时间差异 < 20% | Tester Agent |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill android-to-harmonyos-migration-workflow
Category
>_Productivity
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from openharmonyinsight/openharmony-skills

Quick answers

What is android-to-harmonyos-migration-workflow?

多 agent 协作的 Android 到 HarmonyOS 代码迁移工作流(迭代式)。当用户需要将 Android 项目迁移到 HarmonyOS 时触发,提供:1) Analyzer Agent 扫描代码结构 2) Planner Agent 制定迁移计划 3) Translator Agent 执行代码转换 4) **Validator Agent(验证代理)** 使用 **ohos-app-build-debug** skill 进行编译验证、应用打包和上板验证首界面 5) Tester Agent 验证功能(每个模块迁移完成后执行) 6) 所有模块迁移完成后,执行 Feature Comparator Agent 检查遗漏功能 7) UI Comparator Agent 验证界面一致性 8) 将未完成部分反馈给 Planner Agent 继续迭代。包含代码分析脚本、API映射表、组件转换模式和自动化验证工具。触发关键词:迁移Android到鸿蒙、Android迁移、HarmonyOS迁移、Java/Kotlin转ArkTS、Activity转Page、功能比对、UI比对。 Source: openharmonyinsight/openharmony-skills.

How do I install android-to-harmonyos-migration-workflow?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill android-to-harmonyos-migration-workflow Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/openharmonyinsight/openharmony-skills