What problem does it solve? Integrating Huawei Scan Kit's custom-scan capability into a HarmonyOS app requires many coordinated steps: copying sample code, merging resources, declaring CAMERA permission, registering routes, and wiring the XComponent camera preview. This Skill automates that entire integration through a guided 5-phase workflow. ## Core Features & Use Cases - Guided 5-Phase Integration: Project inspection, file copy/merge via subagents, page implementation, permission and route configuration, and code verification. - Full Custom Scan UI: Camera preview stream via XComponent, flashlight control, zoom, focus point setting, and multi-code recognition based on official sample code. - Smart Merging: Incrementally merges tool classes and resource files (string.json, float.json, color.json) into existing projects without deleting original content. - Use Case: A developer with an existing HarmonyOS app wants a fully customized barcode/QR scanning page with flash and zoom controls instead of the default scan UI; the Skill copies the sample implementation, configures permissions, and verifies compilation. ## Quick Start Add a custom Scan Kit scanning page with flashlight and zoom controls to my HarmonyOS project and wire it to my existing scan entry button.