|
1 | 1 | # HarmonyOS NEXT Reference Skill |
2 | 2 |
|
3 | 3 | `harmony-next.skills` is a reference skill for coding agents. |
4 | | -It provides a local source of truth for HarmonyOS NEXT (API 12+), with 3,403 Markdown references across ArkTS, ArkUI, and NDK topics. |
| 4 | +It provides a local source of truth for HarmonyOS NEXT (API 12+), with 3,408 Markdown references across ArkTS, ArkUI, and NDK topics. |
5 | 5 |
|
6 | | -## Key Features (v1.0.4+) |
| 6 | +## Key Features (v1.0.5+) |
7 | 7 |
|
8 | 8 | Beyond API references, this skill now includes **expert guides** for: |
9 | | -- 🛠 **IDE Operations**: Signing, Debugging, Emulator/Real Device setup. |
| 9 | +- 🛠 **IDE Operations**: Signing, Debugging, Emulator/Real Device setup, and **AI Assistant (CodeGenie)**. |
| 10 | +- 📱 **Multi-device Adaptation**: Strategies for phone, foldable, and tablet (Adaptive/Responsive Layout). |
| 11 | +- 🔄 **Continuation**: Cross-device migration and multi-device collaboration logic. |
| 12 | +- ⚙️ **NDK Development**: Node-API (napi) basics and ArkTS/C++ interoperability. |
| 13 | +- 🚀 **App Publishing**: AGC configuration, certificates, and release process. |
10 | 14 | - 📈 **Performance Tuning**: CPU, Memory, Frame Rate, and Launch Analysis via DevEco Profiler. |
11 | 15 | - 🏗 **Architecture**: Deep dive into HAP/HAR/HSP structures and Stage Model concurrency. |
12 | 16 | - 🧪 **Automation Testing**: Unit and UI testing with Hypium, including CI/CD integration. |
13 | | -- 🤖 **CLI Tools**: Full reference for `hdc`, `ohpm`, `hvigorw`, and `emulator` commands. |
14 | 17 |
|
15 | 18 | ## How It Works |
16 | 19 |
|
|
0 commit comments