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.
2. Naming Conventions
Related skills
More from totto2727-dotfiles/agents
csv-analysis
>-
22doc-research
>-
17zmx
>-
15moonbit-docs
>-
15exocortex
>-
11git-operations-rules
Critical rules for git operations. Enforces git unstage, git undo, and git stash push/apply usage. MUST ALWAYS be applied when performing git operations like staging, unstaging, undoing commits, or stashing changes.
10