arkts
Installation
SKILL.md
Arkts Skill
Comprehensive assistance with arkts development, generated from official documentation.
When to Use This Skill
This skill should be triggered when:
- Working with arkts
- Asking about arkts features or APIs
- Implementing arkts solutions
- Debugging arkts code
- Learning arkts best practices
Quick Reference
Common Patterns
Pattern 1: Parentheses in types (where a type is a combination of array, function, or union types) are used to specify the required type structure. Without parentheses, the symbol ‘|’ that constructs a union type has the lowest precedence as presented in the following example:
Related skills