moonbit-bestpractice
Installation
SKILL.md
MoonBit Coding Standards
Related Skills
- moonbit-docs — MoonBit language reference (syntax, types, functions, methods, deriving). Use for language questions and debugging.
1. Documentation
- Use
///|for documentation comments on top-level definitions (functions, structs, enums, traits, tests). This is the output format ofmoon fmt. - Ensure public APIs are documented.