arkts-syntax-assistant
✓ArkTS syntax, migration, and optimization guide for HarmonyOS/OpenHarmony development. Triggers on: .ets files, ArkTS keywords, HarmonyOS/OpenHarmony context, @ohos packages. Help with syntax reference, TypeScript migration, performance optimization, compile errors, state management, component development, and language-specific questions.
Installation
SKILL.md
ArkTS is the default development language for OpenHarmony applications. It builds upon TypeScript with enhanced static typing to improve program stability and performance.
| Syntax Learning | references/en/introduction-to-arkts.md | | Quick Overview | references/en/arkts-get-started.md | | TS Migration | references/en/typescript-to-arkts-migration-guide.md | | Migration Background | references/en/arkts-migration-background.md | | Performance | references/en/arkts-high-performance-programming.md |
| var x | let x | | any/unknown | Specific types | | {n: 42} object literal | Define class/interface first | | [index: T]: U index signature | Record | | A & B intersection type | interface C extends A, B | | function(){} function expression | () => {} arrow function | | value type assertion | value as Type |
ArkTS syntax, migration, and optimization guide for HarmonyOS/OpenHarmony development. Triggers on: .ets files, ArkTS keywords, HarmonyOS/OpenHarmony context, @ohos packages. Help with syntax reference, TypeScript migration, performance optimization, compile errors, state management, component development, and language-specific questions. Source: summerkaze/skill-arkts-syntax-assistant.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/summerkaze/skill-arkts-syntax-assistant --skill arkts-syntax-assistant- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is arkts-syntax-assistant?
ArkTS syntax, migration, and optimization guide for HarmonyOS/OpenHarmony development. Triggers on: .ets files, ArkTS keywords, HarmonyOS/OpenHarmony context, @ohos packages. Help with syntax reference, TypeScript migration, performance optimization, compile errors, state management, component development, and language-specific questions. Source: summerkaze/skill-arkts-syntax-assistant.
How do I install arkts-syntax-assistant?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/summerkaze/skill-arkts-syntax-assistant --skill arkts-syntax-assistant Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/summerkaze/skill-arkts-syntax-assistant
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01