sui-move-guide
Installation
SKILL.md
Sui Move Guide
Route the task to the smallest set of Sui Move skills that covers the risk. This skill is an explicit catalog, not a coding standard by itself.
Skills
$sui-move-architecture: package boundaries, module responsibilities, minimal state, canonical authority, dependency direction, on-chain scope, abilities, capabilities, and cross-package seams.$sui-move-source-style: module and function names, file sections, imports, visibility,selfreceiver naming, receiver syntax, direct UID access, pinned framework functions and macros, parameter and local discipline, API vocabulary, docs, and test-only seams.$sui-move-security: fail-fast ordering, authorization, signed actions, replay, bounded work, arithmetic, custody, external seams, time, oracles, randomness, pause, versioning, and upgrades.$sui-move-events-errors: completed-fact events, minimal payloads, native metadata, replay schemas, identity, ordering, wrapper/emitter architecture, stable error registries, abort ownership, and compatibility.$sui-move-testing: risk-based tests, exact failures, guard precedence, stateful hot-potato fixtures, property tests, event replay, dependency verification, and release gates.$sui-move-review: one full audit across all five standards.