refactor: overhaul harmonyos-build-deploy skill - Translate Chinese UI strings to English and remove agent-framework coupling (question/Task tools) - Fix module type identification to use module.json5 type field instead of targets heuristic - Deduplicate SKILL.md and device-installation.md, clarify each file's role - Add device logging (hilog), wireless debugging (hdc tconn), missing bm commands - Add cross-reference to arkts-development skill - Fix unquoted variable in install.sh script

This commit is contained in:
cheliangzhao
2026-02-11 11:24:09 +08:00
parent c0f1574e47
commit a131ad1057
4 changed files with 206 additions and 207 deletions

View File

@@ -1,6 +1,6 @@
# AI Agent Skills - HarmonyOS/ArkTS Development
[![Version](https://img.shields.io/badge/version-1.0.1-blue.svg)](CHANGELOG.md)
[![Version](https://img.shields.io/badge/version-1.1.0-blue.svg)](CHANGELOG.md)
AI coding agent skills for HarmonyOS/ArkTS application development.
@@ -33,7 +33,9 @@ Build, package, and deploy HarmonyOS applications.
**Covers:**
- hvigorw build commands
- ohpm package manager
- hdc device installation
- hdc device installation and wireless debugging
- Device logging (hilog)
- Module type identification
- Troubleshooting common errors
## Quick Deploy