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:

Installs
3
GitHub Stars
3
First Seen
May 7, 2026
sui-move-syntax — widnyana/eyay-toolkits