What problem does it solve? HarmonyOS developers often struggle with the multi-layered build and signing system: HAP/HAR/HSP artifact types, build-profile.json5 signingConfigs, debug versus release signatures, and cryptic install errors like signature verification failures. This Skill provides a structured reference for configuring, signing, building, and releasing HarmonyOS applications correctly. ## Core Features & Use Cases - Artifact & Configuration Reference: Explains HAP, HAR, HSP, and APP package types plus build-profile.json5, hvigorfile.ts, and SDK version settings. - Signing Workflows: Covers automatic debug signing via dcli__generate_signature, auth status prechecks, and dual-product signing setup with dcli__configure_dual_signing for separate debug and release signatures. - Build & Troubleshooting Guidance: Documents dcli__sync_project, dcli__build_project, and dcli__run_app commands, correct product/buildMode combinations, output paths, and a failure diagnosis order from dependencies to code errors. - Use Case: When a real-device install fails with error 9568322, the Skill explains that only debug-signed HAPs should be installed on devices and walks through the correct product, module target, and buildMode selection. ## Quick Start Ask the agent to check auth status, configure dual signing, and build a release HAP for the default product of your HarmonyOS project.