arkts-development

Installation
SKILL.md

ArkTS Development

Build HarmonyOS applications using ArkTS and the ArkUI declarative UI framework.

Quick Start

Create a basic component:

@Entry
@Component
struct HelloWorld {
  @State message: string = 'Hello, ArkTS!';
Related skills
Installs
114
GitHub Stars
7
First Seen
Feb 4, 2026