SummerKazeSummerKazeCommunityยท1 Agent Skills Included

skill-arkts-syntax-assistant

ArkTS syntax guidance, TypeScript migration, and compile verification

Guides HarmonyOS and OpenHarmony developers through ArkTS syntax, TypeScript migration rules, and performance optimization. Eliminates guesswork around strict typing, prohibited APIs, and confusing compile errors with clear correct-versus-wrong code examples. Verifies generated code by automatically compiling projects and retrying fixes until the build succeeds.
npx skills add SummerKaze/skill-arkts-syntax-assistant --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ArkTS Syntax Assistant?โ–ผ

Run `npx skills add SummerKaze/skill-arkts-syntax-assistant --all -g -y` in your terminal to install it globally for your coding assistant.

How to migrate TypeScript code to ArkTS?โ–ผ

The skill maps incompatible TypeScript patterns like any types, index signatures, and destructuring to their ArkTS equivalents using a built-in migration rule table.

Does it verify that generated ArkTS code compiles?โ–ผ

Yes. It runs the included build scripts to compile the project, automatically fixes errors, and retries up to three times before asking you how to proceed.

Which editors and coding assistants are supported?โ–ผ

It works with Claude Code, Cursor, OpenCode, Trae, and any assistant that follows the standard SKILL.md format.

Can it help fix ArkTS compile errors?โ–ผ

Yes. It diagnoses common compilation errors, explains why ArkTS restricts certain features, and provides corrected code examples.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’