sui-move-syntax
Installation
SKILL.md
1. Module Layout
Use the new single-line module declaration without braces:
// ✅
module my_package::my_module;
// ❌ Legacy — do not use
module my_package::my_module {
...
}
Standard section order within a module: