If you're building HarmonyOS or OpenHarmony apps, this handles the ArkTS learning curve for you. It triggers on .ets files and @ohos packages, then walks you through syntax quirks, TypeScript migration headaches, and compile errors with side-by-side code examples. The meat here is migration guidance: it knows ArkTS bans destructuring, index signatures, and object literals without interfaces, so it shows you the Record types and explicit declarations you need instead. It'll also run compilation checks up to three times after generating code, which catches type errors before you do. Think of it as documentation that writes fixes, not just explanations.
npx skills add https://github.com/summerkaze/skill-arkts-syntax-assistant --skill arkts-syntax-assistant