hmos-arkts-knowledge-retriever
Installation
SKILL.md
ArkTS Retrieval Skill
Use this skill to find real ArkTS documentation quickly and return traceable references.
This skill is for retrieval. It does not default to running validation or execution tools automatically. In this copied package, prefer commands that work inside the package itself.
In the source repository, this skill lives under skills/arkts-skill/. This copied package is self-contained. Open cited markdown files under docs/ArkTS-Language-Guide/, docs/ArkTS-API-Reference/, or docs/linter/ when you need the original context.
What this skill covers
- Pure non-UI ArkTS syntax and language rules from
docs/ArkTS-Language-Guide/02-Basic-Syntax - ArkTS-specific syntax constraints and boundary cases summarized from
docs/linter/ArkTS_Syntax_Knowledge_From_Linter.md - Common-library usage from
docs/ArkTS-Language-Guide/03-Common-Library - OpenHarmony ArkTS API reference material from
docs/ArkTS-API-Reference/, including imports, parameters, return values, API versions, system capabilities, and error codes - Lightweight ArkTS lint workflow notes from
docs/linter/linter-cli.mdand the bundledlinter-cli/package - Concurrency, runtime, toolchain, migration, and related language-guide sections when the query clearly points there
- Snippet-level validation metadata derived from the repository's snippet framework
- Grounded references for pure non-UI
.etstopics inside this copied package, without assuming external validation tools are present