arkts-development
✓HarmonyOS ArkTS application development with ArkUI declarative UI framework. Use when building HarmonyOS/OpenHarmony apps, creating ArkUI components, implementing state management with decorators (@State, @Prop, @Link), migrating from TypeScript to ArkTS, or working with HarmonyOS-specific APIs (router, http, preferences). Covers component lifecycle, layout patterns, and ArkTS language constraints.
Installation
SKILL.md
Build HarmonyOS applications using ArkTS and the ArkUI declarative UI framework.
| @State | @State count: number = 0 | Component internal state | | @Prop | @Prop title: string | Parent → Child (one-way) | | @Link | @Link value: number | Parent ↔ Child (two-way, use $varName) | | @Provide/@Consume | Cross-level | Ancestor → Descendant | | @Observed/@ObjectLink | Nested objects | Deep object observation |
| @ComponentV2 | @ComponentV2 struct MyComp | Enable V2 state management | | @Local | @Local count: number = 0 | Internal state (no external init) | | @Param | @Param title: string = "" | Parent → Child (one-way, efficient) | | @Event | @Event onChange: () => void | Child → Parent (callback) | | @ObservedV2 | @ObservedV2 class Data | Class observation |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/fadinglight9291117/arkts_skills --skill arkts-development- Category
- *Creative Media
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is arkts-development?
HarmonyOS ArkTS application development with ArkUI declarative UI framework. Use when building HarmonyOS/OpenHarmony apps, creating ArkUI components, implementing state management with decorators (@State, @Prop, @Link), migrating from TypeScript to ArkTS, or working with HarmonyOS-specific APIs (router, http, preferences). Covers component lifecycle, layout patterns, and ArkTS language constraints. Source: fadinglight9291117/arkts_skills.
How do I install arkts-development?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/fadinglight9291117/arkts_skills --skill arkts-development 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/fadinglight9291117/arkts_skills
Details
- Category
- *Creative Media
- Source
- skills.sh
- First Seen
- 2026-02-11