[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-sui-sui-build":3,"mdc--o9eg4u-key":36,"related-repo-sui-sui-build":640,"related-org-sui-sui-build":743},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"sui-build","build Sui Move projects","Use this skill when the user needs to build Move code, or when when the user  asks about sui move build.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"sui","Sui (Mysten Labs)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fsui.png","MystenLabs",[13,17,19,22],{"name":14,"slug":15,"type":16},"Build","build","tag",{"name":18,"slug":8,"type":16},"Sui",{"name":20,"slug":21,"type":16},"Web3","web3",{"name":23,"slug":24,"type":16},"Smart Contracts","smart-contracts",9,"https:\u002F\u002Fgithub.com\u002FMystenLabs\u002Fskills","2026-07-16T06:02:18.378849",null,2,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"Sui development skills maintained by Mysten Labs","https:\u002F\u002Fgithub.com\u002FMystenLabs\u002Fskills\u002Ftree\u002FHEAD\u002Fsui-build-test","---\nname: sui-build\ndescription: >\n  Use this skill when the user needs to build Move code, or when when the user \n  asks about sui move build.\n---\n\n# Building Packages\n\n> **MCP tool:** When available in your environment, also query the Sui documentation MCP server (`https:\u002F\u002Fsui.mcp.kapa.ai`) for up-to-date answers. Use it for verification and for details not covered by these reference files.\n\n> **Source constraint:** All information sourced exclusively from [docs.sui.io](https:\u002F\u002Fdocs.sui.io) and [move-book.com](https:\u002F\u002Fmove-book.com).\n\n## Building\n\n```bash\nsui move build\n```\n\nThis compiles all modules, validates types, enforces resource safety, and produces bytecode. Fix any errors before proceeding.\n\nFor the canonical hello-world repository, run build commands from `sui-stack-hello-world\u002Fmove\u002Fhello-world`.\n\n### `--build-env` flag\n\nWhen a package has an `[environments]` section in `Move.toml` with multiple networks, use `--build-env` to target a specific environment:\n\n```bash\nsui move build --build-env testnet\nsui move build --build-env mainnet\n```\n\nThis resolves dependencies and package addresses for the specified environment. Without `--build-env`, the build uses the default environment or may fail with \"Could not determine the correct dependencies\" if multiple environments are defined and no default is set.\n\nThe `--build-env` flag also applies to `sui move test`:\n\n```bash\nsui move test --build-env testnet\n```\n\n## Testing\n\n```bash\nsui move test\n```\n\n### Key testing modules\n\n- **`sui::test_scenario`** — Multi-transaction, multi-sender test scenarios. Simulates realistic transaction flows with `begin`, `next_tx`, and `end`.\n- **`std::unit_test`** — Assertion macros for unit tests (`assert_eq!`, `assert_ne!`).\n\n### Code coverage\n\nTrack which lines your tests exercise:\n\n```bash\nsui move test --coverage\n```\n\nView coverage results for a specific module:\n\n```bash\nsui move coverage source --module \u003Cname>\n```\n\n### Move Analyzer\n\nInstall via suiup:\n\n```bash\nsuiup install move-analyzer\n```\n\nThen install the **Move Analyzer** extension in VS Code. It provides code completion, go-to-definition, inline diagnostics, and hover documentation. It activates automatically for `.move` files — no additional configuration needed.\n\n### Debugging\n\n- **Move Trace Debugger:** Step-through debugger for Move execution traces with variable inspection.\n- **`sui replay`:** Locally re-execute any past onchain transaction and compare effects. Useful for diagnosing production issues.\n- **`std::debug::print`:** Print values during test execution.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,75,108,115,148,153,165,178,206,263,275,295,326,332,355,361,432,438,443,470,475,530,536,541,566,585,591,634],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"building-packages",[47],{"type":48,"value":49},"text","Building Packages",{"type":42,"tag":51,"props":52,"children":53},"blockquote",{},[54],{"type":42,"tag":55,"props":56,"children":57},"p",{},[58,64,66,73],{"type":42,"tag":59,"props":60,"children":61},"strong",{},[62],{"type":48,"value":63},"MCP tool:",{"type":48,"value":65}," When available in your environment, also query the Sui documentation MCP server (",{"type":42,"tag":67,"props":68,"children":70},"code",{"className":69},[],[71],{"type":48,"value":72},"https:\u002F\u002Fsui.mcp.kapa.ai",{"type":48,"value":74},") for up-to-date answers. Use it for verification and for details not covered by these reference files.",{"type":42,"tag":51,"props":76,"children":77},{},[78],{"type":42,"tag":55,"props":79,"children":80},{},[81,86,88,97,99,106],{"type":42,"tag":59,"props":82,"children":83},{},[84],{"type":48,"value":85},"Source constraint:",{"type":48,"value":87}," All information sourced exclusively from ",{"type":42,"tag":89,"props":90,"children":94},"a",{"href":91,"rel":92},"https:\u002F\u002Fdocs.sui.io",[93],"nofollow",[95],{"type":48,"value":96},"docs.sui.io",{"type":48,"value":98}," and ",{"type":42,"tag":89,"props":100,"children":103},{"href":101,"rel":102},"https:\u002F\u002Fmove-book.com",[93],[104],{"type":48,"value":105},"move-book.com",{"type":48,"value":107},".",{"type":42,"tag":109,"props":110,"children":112},"h2",{"id":111},"building",[113],{"type":48,"value":114},"Building",{"type":42,"tag":116,"props":117,"children":122},"pre",{"className":118,"code":119,"language":120,"meta":121,"style":121},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","sui move build\n","bash","",[123],{"type":42,"tag":67,"props":124,"children":125},{"__ignoreMap":121},[126],{"type":42,"tag":127,"props":128,"children":131},"span",{"class":129,"line":130},"line",1,[132,137,143],{"type":42,"tag":127,"props":133,"children":135},{"style":134},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[136],{"type":48,"value":8},{"type":42,"tag":127,"props":138,"children":140},{"style":139},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[141],{"type":48,"value":142}," move",{"type":42,"tag":127,"props":144,"children":145},{"style":139},[146],{"type":48,"value":147}," build\n",{"type":42,"tag":55,"props":149,"children":150},{},[151],{"type":48,"value":152},"This compiles all modules, validates types, enforces resource safety, and produces bytecode. Fix any errors before proceeding.",{"type":42,"tag":55,"props":154,"children":155},{},[156,158,164],{"type":48,"value":157},"For the canonical hello-world repository, run build commands from ",{"type":42,"tag":67,"props":159,"children":161},{"className":160},[],[162],{"type":48,"value":163},"sui-stack-hello-world\u002Fmove\u002Fhello-world",{"type":48,"value":107},{"type":42,"tag":166,"props":167,"children":169},"h3",{"id":168},"build-env-flag",[170,176],{"type":42,"tag":67,"props":171,"children":173},{"className":172},[],[174],{"type":48,"value":175},"--build-env",{"type":48,"value":177}," flag",{"type":42,"tag":55,"props":179,"children":180},{},[181,183,189,191,197,199,204],{"type":48,"value":182},"When a package has an ",{"type":42,"tag":67,"props":184,"children":186},{"className":185},[],[187],{"type":48,"value":188},"[environments]",{"type":48,"value":190}," section in ",{"type":42,"tag":67,"props":192,"children":194},{"className":193},[],[195],{"type":48,"value":196},"Move.toml",{"type":48,"value":198}," with multiple networks, use ",{"type":42,"tag":67,"props":200,"children":202},{"className":201},[],[203],{"type":48,"value":175},{"type":48,"value":205}," to target a specific environment:",{"type":42,"tag":116,"props":207,"children":209},{"className":118,"code":208,"language":120,"meta":121,"style":121},"sui move build --build-env testnet\nsui move build --build-env mainnet\n",[210],{"type":42,"tag":67,"props":211,"children":212},{"__ignoreMap":121},[213,239],{"type":42,"tag":127,"props":214,"children":215},{"class":129,"line":130},[216,220,224,229,234],{"type":42,"tag":127,"props":217,"children":218},{"style":134},[219],{"type":48,"value":8},{"type":42,"tag":127,"props":221,"children":222},{"style":139},[223],{"type":48,"value":142},{"type":42,"tag":127,"props":225,"children":226},{"style":139},[227],{"type":48,"value":228}," build",{"type":42,"tag":127,"props":230,"children":231},{"style":139},[232],{"type":48,"value":233}," --build-env",{"type":42,"tag":127,"props":235,"children":236},{"style":139},[237],{"type":48,"value":238}," testnet\n",{"type":42,"tag":127,"props":240,"children":241},{"class":129,"line":29},[242,246,250,254,258],{"type":42,"tag":127,"props":243,"children":244},{"style":134},[245],{"type":48,"value":8},{"type":42,"tag":127,"props":247,"children":248},{"style":139},[249],{"type":48,"value":142},{"type":42,"tag":127,"props":251,"children":252},{"style":139},[253],{"type":48,"value":228},{"type":42,"tag":127,"props":255,"children":256},{"style":139},[257],{"type":48,"value":233},{"type":42,"tag":127,"props":259,"children":260},{"style":139},[261],{"type":48,"value":262}," mainnet\n",{"type":42,"tag":55,"props":264,"children":265},{},[266,268,273],{"type":48,"value":267},"This resolves dependencies and package addresses for the specified environment. Without ",{"type":42,"tag":67,"props":269,"children":271},{"className":270},[],[272],{"type":48,"value":175},{"type":48,"value":274},", the build uses the default environment or may fail with \"Could not determine the correct dependencies\" if multiple environments are defined and no default is set.",{"type":42,"tag":55,"props":276,"children":277},{},[278,280,285,287,293],{"type":48,"value":279},"The ",{"type":42,"tag":67,"props":281,"children":283},{"className":282},[],[284],{"type":48,"value":175},{"type":48,"value":286}," flag also applies to ",{"type":42,"tag":67,"props":288,"children":290},{"className":289},[],[291],{"type":48,"value":292},"sui move test",{"type":48,"value":294},":",{"type":42,"tag":116,"props":296,"children":298},{"className":118,"code":297,"language":120,"meta":121,"style":121},"sui move test --build-env testnet\n",[299],{"type":42,"tag":67,"props":300,"children":301},{"__ignoreMap":121},[302],{"type":42,"tag":127,"props":303,"children":304},{"class":129,"line":130},[305,309,313,318,322],{"type":42,"tag":127,"props":306,"children":307},{"style":134},[308],{"type":48,"value":8},{"type":42,"tag":127,"props":310,"children":311},{"style":139},[312],{"type":48,"value":142},{"type":42,"tag":127,"props":314,"children":315},{"style":139},[316],{"type":48,"value":317}," test",{"type":42,"tag":127,"props":319,"children":320},{"style":139},[321],{"type":48,"value":233},{"type":42,"tag":127,"props":323,"children":324},{"style":139},[325],{"type":48,"value":238},{"type":42,"tag":109,"props":327,"children":329},{"id":328},"testing",[330],{"type":48,"value":331},"Testing",{"type":42,"tag":116,"props":333,"children":335},{"className":118,"code":334,"language":120,"meta":121,"style":121},"sui move test\n",[336],{"type":42,"tag":67,"props":337,"children":338},{"__ignoreMap":121},[339],{"type":42,"tag":127,"props":340,"children":341},{"class":129,"line":130},[342,346,350],{"type":42,"tag":127,"props":343,"children":344},{"style":134},[345],{"type":48,"value":8},{"type":42,"tag":127,"props":347,"children":348},{"style":139},[349],{"type":48,"value":142},{"type":42,"tag":127,"props":351,"children":352},{"style":139},[353],{"type":48,"value":354}," test\n",{"type":42,"tag":166,"props":356,"children":358},{"id":357},"key-testing-modules",[359],{"type":48,"value":360},"Key testing modules",{"type":42,"tag":362,"props":363,"children":364},"ul",{},[365,403],{"type":42,"tag":366,"props":367,"children":368},"li",{},[369,378,380,386,388,394,396,402],{"type":42,"tag":59,"props":370,"children":371},{},[372],{"type":42,"tag":67,"props":373,"children":375},{"className":374},[],[376],{"type":48,"value":377},"sui::test_scenario",{"type":48,"value":379}," — Multi-transaction, multi-sender test scenarios. Simulates realistic transaction flows with ",{"type":42,"tag":67,"props":381,"children":383},{"className":382},[],[384],{"type":48,"value":385},"begin",{"type":48,"value":387},", ",{"type":42,"tag":67,"props":389,"children":391},{"className":390},[],[392],{"type":48,"value":393},"next_tx",{"type":48,"value":395},", and ",{"type":42,"tag":67,"props":397,"children":399},{"className":398},[],[400],{"type":48,"value":401},"end",{"type":48,"value":107},{"type":42,"tag":366,"props":404,"children":405},{},[406,415,417,423,424,430],{"type":42,"tag":59,"props":407,"children":408},{},[409],{"type":42,"tag":67,"props":410,"children":412},{"className":411},[],[413],{"type":48,"value":414},"std::unit_test",{"type":48,"value":416}," — Assertion macros for unit tests (",{"type":42,"tag":67,"props":418,"children":420},{"className":419},[],[421],{"type":48,"value":422},"assert_eq!",{"type":48,"value":387},{"type":42,"tag":67,"props":425,"children":427},{"className":426},[],[428],{"type":48,"value":429},"assert_ne!",{"type":48,"value":431},").",{"type":42,"tag":166,"props":433,"children":435},{"id":434},"code-coverage",[436],{"type":48,"value":437},"Code coverage",{"type":42,"tag":55,"props":439,"children":440},{},[441],{"type":48,"value":442},"Track which lines your tests exercise:",{"type":42,"tag":116,"props":444,"children":446},{"className":118,"code":445,"language":120,"meta":121,"style":121},"sui move test --coverage\n",[447],{"type":42,"tag":67,"props":448,"children":449},{"__ignoreMap":121},[450],{"type":42,"tag":127,"props":451,"children":452},{"class":129,"line":130},[453,457,461,465],{"type":42,"tag":127,"props":454,"children":455},{"style":134},[456],{"type":48,"value":8},{"type":42,"tag":127,"props":458,"children":459},{"style":139},[460],{"type":48,"value":142},{"type":42,"tag":127,"props":462,"children":463},{"style":139},[464],{"type":48,"value":317},{"type":42,"tag":127,"props":466,"children":467},{"style":139},[468],{"type":48,"value":469}," --coverage\n",{"type":42,"tag":55,"props":471,"children":472},{},[473],{"type":48,"value":474},"View coverage results for a specific module:",{"type":42,"tag":116,"props":476,"children":478},{"className":118,"code":477,"language":120,"meta":121,"style":121},"sui move coverage source --module \u003Cname>\n",[479],{"type":42,"tag":67,"props":480,"children":481},{"__ignoreMap":121},[482],{"type":42,"tag":127,"props":483,"children":484},{"class":129,"line":130},[485,489,493,498,503,508,514,519,525],{"type":42,"tag":127,"props":486,"children":487},{"style":134},[488],{"type":48,"value":8},{"type":42,"tag":127,"props":490,"children":491},{"style":139},[492],{"type":48,"value":142},{"type":42,"tag":127,"props":494,"children":495},{"style":139},[496],{"type":48,"value":497}," coverage",{"type":42,"tag":127,"props":499,"children":500},{"style":139},[501],{"type":48,"value":502}," source",{"type":42,"tag":127,"props":504,"children":505},{"style":139},[506],{"type":48,"value":507}," --module",{"type":42,"tag":127,"props":509,"children":511},{"style":510},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[512],{"type":48,"value":513}," \u003C",{"type":42,"tag":127,"props":515,"children":516},{"style":139},[517],{"type":48,"value":518},"nam",{"type":42,"tag":127,"props":520,"children":522},{"style":521},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[523],{"type":48,"value":524},"e",{"type":42,"tag":127,"props":526,"children":527},{"style":510},[528],{"type":48,"value":529},">\n",{"type":42,"tag":166,"props":531,"children":533},{"id":532},"move-analyzer",[534],{"type":48,"value":535},"Move Analyzer",{"type":42,"tag":55,"props":537,"children":538},{},[539],{"type":48,"value":540},"Install via suiup:",{"type":42,"tag":116,"props":542,"children":544},{"className":118,"code":543,"language":120,"meta":121,"style":121},"suiup install move-analyzer\n",[545],{"type":42,"tag":67,"props":546,"children":547},{"__ignoreMap":121},[548],{"type":42,"tag":127,"props":549,"children":550},{"class":129,"line":130},[551,556,561],{"type":42,"tag":127,"props":552,"children":553},{"style":134},[554],{"type":48,"value":555},"suiup",{"type":42,"tag":127,"props":557,"children":558},{"style":139},[559],{"type":48,"value":560}," install",{"type":42,"tag":127,"props":562,"children":563},{"style":139},[564],{"type":48,"value":565}," move-analyzer\n",{"type":42,"tag":55,"props":567,"children":568},{},[569,571,575,577,583],{"type":48,"value":570},"Then install the ",{"type":42,"tag":59,"props":572,"children":573},{},[574],{"type":48,"value":535},{"type":48,"value":576}," extension in VS Code. It provides code completion, go-to-definition, inline diagnostics, and hover documentation. It activates automatically for ",{"type":42,"tag":67,"props":578,"children":580},{"className":579},[],[581],{"type":48,"value":582},".move",{"type":48,"value":584}," files — no additional configuration needed.",{"type":42,"tag":166,"props":586,"children":588},{"id":587},"debugging",[589],{"type":48,"value":590},"Debugging",{"type":42,"tag":362,"props":592,"children":593},{},[594,604,619],{"type":42,"tag":366,"props":595,"children":596},{},[597,602],{"type":42,"tag":59,"props":598,"children":599},{},[600],{"type":48,"value":601},"Move Trace Debugger:",{"type":48,"value":603}," Step-through debugger for Move execution traces with variable inspection.",{"type":42,"tag":366,"props":605,"children":606},{},[607,617],{"type":42,"tag":59,"props":608,"children":609},{},[610,616],{"type":42,"tag":67,"props":611,"children":613},{"className":612},[],[614],{"type":48,"value":615},"sui replay",{"type":48,"value":294},{"type":48,"value":618}," Locally re-execute any past onchain transaction and compare effects. Useful for diagnosing production issues.",{"type":42,"tag":366,"props":620,"children":621},{},[622,632],{"type":42,"tag":59,"props":623,"children":624},{},[625,631],{"type":42,"tag":67,"props":626,"children":628},{"className":627},[],[629],{"type":48,"value":630},"std::debug::print",{"type":48,"value":294},{"type":48,"value":633}," Print values during test execution.",{"type":42,"tag":635,"props":636,"children":637},"style",{},[638],{"type":48,"value":639},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":641,"total":742},[642,654,667,688,702,715,729],{"slug":643,"name":643,"fn":644,"description":645,"org":646,"tags":647,"stars":25,"repoUrl":26,"updatedAt":653},"accessing-data","read data from the Sui network","How to read data from the Sui network. Use when choosing or implementing a data access strategy — queries for on-chain state, indexing pipelines, historical lookups, event subscriptions, cross-chain reads, or off-chain blob storage. Covers the two live Sui APIs (gRPC and GraphQL RPC), the Archival Store, the General-Purpose Indexer, the `sui-indexer-alt` custom indexing framework, and Walrus for off-chain blobs.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[648,651,652],{"name":649,"slug":650,"type":16},"Data Analysis","data-analysis",{"name":18,"slug":8,"type":16},{"name":20,"slug":21,"type":16},"2026-08-01T05:44:32.775598",{"slug":655,"name":655,"fn":656,"description":657,"org":658,"tags":659,"stars":25,"repoUrl":26,"updatedAt":666},"composable-move-functions","design composable Sui Move functions","Use when writing Move functions on Sui, especially public APIs. Applies to function visibility (public vs entry), parameter ordering, and return patterns. Use whenever designing function signatures or deciding whether functions should transfer objects or return them.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[660,663,664,665],{"name":661,"slug":662,"type":16},"API Development","api-development",{"name":23,"slug":24,"type":16},{"name":18,"slug":8,"type":16},{"name":20,"slug":21,"type":16},"2026-07-16T06:02:49.198495",{"slug":668,"name":668,"fn":669,"description":670,"org":671,"tags":672,"stars":25,"repoUrl":26,"updatedAt":687},"frontend-apps","build Sui dApps with dapp-kit","Sui frontend \u002F dApp development with @mysten\u002Fdapp-kit-react (React) and @mysten\u002Fdapp-kit-core (Vue, vanilla JS, Svelte, Web Components, other frameworks). Use when building browser apps that connect Sui wallets, query on-chain state, or submit transactions. Covers wallet connection, network switching, transaction execution, query patterns with TanStack React Query, and the specific pitfalls of browser + wallet + async-indexer environments. Pair with the `sui-sdks` skill for @mysten\u002Fsui Transaction construction patterns and the `ptbs` skill for PTB semantics.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[673,676,679,680,683,686],{"name":674,"slug":675,"type":16},"Frontend","frontend",{"name":677,"slug":678,"type":16},"React","react",{"name":18,"slug":8,"type":16},{"name":681,"slug":682,"type":16},"Svelte","svelte",{"name":684,"slug":685,"type":16},"Vue","vue",{"name":20,"slug":21,"type":16},"2026-08-01T05:44:28.958473",{"slug":689,"name":689,"fn":690,"description":691,"org":692,"tags":693,"stars":25,"repoUrl":26,"updatedAt":701},"generate-sui-agent-config","generate configuration files for Sui projects","Generate a CLAUDE.md or AGENT.md configuration file for Sui projects. Use when setting up a new Sui project, when user mentions \"CLAUDE.md\", \"AGENT.md\", \"agent config\", or when working on a Sui project that does not already have a CLAUDE.md or AGENT.md in the project root.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[694,697,700],{"name":695,"slug":696,"type":16},"Configuration","configuration",{"name":698,"slug":699,"type":16},"Documentation","documentation",{"name":18,"slug":8,"type":16},"2026-07-16T06:00:59.981056",{"slug":703,"name":703,"fn":704,"description":705,"org":706,"tags":707,"stars":25,"repoUrl":26,"updatedAt":714},"modern-move-syntax","write Move 2024 edition code for Sui","Use when writing Move code on Sui to ensure 2024 edition syntax is used. Applies to method calls, string literals, vector operations, option handling, loops, and struct unpacking. Use whenever writing Move code to avoid legacy function-call syntax patterns.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[708,711,712,713],{"name":709,"slug":710,"type":16},"Engineering","engineering",{"name":23,"slug":24,"type":16},{"name":18,"slug":8,"type":16},{"name":20,"slug":21,"type":16},"2026-07-16T06:02:43.277596",{"slug":716,"name":716,"fn":717,"description":718,"org":719,"tags":720,"stars":25,"repoUrl":26,"updatedAt":728},"move-unit-testing","write unit tests for Sui Move contracts","Use when writing unit tests for Move smart contracts on Sui. Applies to test function naming, assertions, test attributes, context usage, and cleanup patterns. Use whenever user asks to write tests, add tests, or test a Move module.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[721,724,725,726,727],{"name":722,"slug":723,"type":16},"QA","qa",{"name":23,"slug":24,"type":16},{"name":18,"slug":8,"type":16},{"name":331,"slug":328,"type":16},{"name":20,"slug":21,"type":16},"2026-08-01T05:44:30.788585",{"slug":730,"name":730,"fn":731,"description":732,"org":733,"tags":734,"stars":25,"repoUrl":26,"updatedAt":741},"naming-conventions","apply Sui Move naming conventions","Use when writing or reviewing Move smart contracts on Sui. Applies to naming structs, error constants, regular constants, events, getter functions, capability types, hot potato types, and dynamic field keys. Use whenever creating new types, functions, or constants in Move code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[735,738,739,740],{"name":736,"slug":737,"type":16},"Best Practices","best-practices",{"name":23,"slug":24,"type":16},{"name":18,"slug":8,"type":16},{"name":20,"slug":21,"type":16},"2026-07-16T06:02:48.830052",20,{"items":744,"total":861},[745,759,768,778,793,811,817,824,833,839,846,854],{"slug":746,"name":746,"fn":747,"description":748,"org":749,"tags":750,"stars":756,"repoUrl":757,"updatedAt":758},"move-bytecode-comprehension","analyze and disassemble Move bytecode","Use when reading or reasoning about compiled Move bytecode or `sui move disassemble` output. Mental model for the binary format, what survives compilation (and what's lost), and how to read disassembly soundly. Trigger on \"what does this package do?\", \"read this .mv module\", \"interpret this disassembly\", or whenever an analysis needs to interpret bytecode faithfully.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[751,754,755],{"name":752,"slug":753,"type":16},"Code Analysis","code-analysis",{"name":709,"slug":710,"type":16},{"name":18,"slug":8,"type":16},7724,"https:\u002F\u002Fgithub.com\u002FMystenLabs\u002Fsui","2026-07-16T05:59:32.904886",{"slug":760,"name":760,"fn":761,"description":762,"org":763,"tags":764,"stars":756,"repoUrl":757,"updatedAt":767},"official-sui-skills","access official Sui development resources","Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com\u002FMystenLabs\u002Fskills; pinned to the same ref the audit catalog derives from (see maintenance\u002FUPSTREAMS.md). Trigger on \"build a contract\", \"publish a package\", \"upgrade a module or package\", \"use the TypeScript SDK\", \"write a PTB\", \"set up a Sui client\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[765,766],{"name":698,"slug":699,"type":16},{"name":18,"slug":8,"type":16},"2026-07-16T06:00:59.641382",{"slug":769,"name":769,"fn":770,"description":771,"org":772,"tags":773,"stars":756,"repoUrl":757,"updatedAt":777},"sui-and-move-tools","disassemble Sui Move bytecode","Use to get bytecode for a deployed Sui package and produce a disassembled working view. One GraphQL call fetches every module's raw bytecode bytes; `sui move disassemble` (already on the system, running `sui prompt`) produces `.asm` files for analysis. Trigger on \"fetch this package's bytecode\", \"get me the .mv for package X\", \"disassemble this package\", or \"I need to read a deployed Sui package\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[774,775,776],{"name":752,"slug":753,"type":16},{"name":709,"slug":710,"type":16},{"name":18,"slug":8,"type":16},"2026-07-16T06:02:25.3633",{"slug":779,"name":779,"fn":780,"description":781,"org":782,"tags":783,"stars":756,"repoUrl":757,"updatedAt":792},"sui-move-security-review","audit Sui Move smart contracts","Use when auditing, reviewing, or hunting for vulnerabilities in Move code on Sui. Applies equally to source code (.move files) and to disassembly of compiled bytecode (on-chain packages). A checklist of invariants whose VIOLATION causes exploitable bugs: access control & capabilities, struct abilities & type safety, object lifecycle & ownership, shared-object and PTB attack surface, dynamic fields & collections, arithmetic & coins, init\u002FOTW\u002Fpackage upgrades, hot-potato composability, time & on-chain randomness, and test-only code leakage. Trigger on \"audit this Move code\", \"find vulnerabilities in this Sui contract\", \"security review\", \"is this package safe?\", \"I suspect there's a bug in X\", \"something is wrong with this contract\", or when reasoning about whether a Move function can be abused.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[784,787,790,791],{"name":785,"slug":786,"type":16},"Code Review","code-review",{"name":788,"slug":789,"type":16},"Security","security",{"name":23,"slug":24,"type":16},{"name":18,"slug":8,"type":16},"2026-07-16T06:02:55.691149",{"slug":794,"name":794,"fn":795,"description":796,"org":797,"tags":798,"stars":808,"repoUrl":809,"updatedAt":810},"memwal","integrate Walrus Memory SDK","Walrus Memory SDK — portable agent memory that works across apps, sessions, and workflows.\n\nUse when users say:\n- \"add memory to my app\"\n- \"portable agent memory\"\n- \"integrate Walrus Memory\"\n- \"AI agent memory\"\n- \"memory across agents\"\n- \"Walrus memory storage\"\n- \"setup Walrus Memory\"\n- \"recall memories\"\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[799,802,805],{"name":800,"slug":801,"type":16},"Agents","agents",{"name":803,"slug":804,"type":16},"Memory","memory",{"name":806,"slug":807,"type":16},"SDK","sdk",57,"https:\u002F\u002Fgithub.com\u002FMystenLabs\u002FMemWal","2026-07-16T06:02:39.838395",{"slug":643,"name":643,"fn":644,"description":645,"org":812,"tags":813,"stars":25,"repoUrl":26,"updatedAt":653},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[814,815,816],{"name":649,"slug":650,"type":16},{"name":18,"slug":8,"type":16},{"name":20,"slug":21,"type":16},{"slug":655,"name":655,"fn":656,"description":657,"org":818,"tags":819,"stars":25,"repoUrl":26,"updatedAt":666},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[820,821,822,823],{"name":661,"slug":662,"type":16},{"name":23,"slug":24,"type":16},{"name":18,"slug":8,"type":16},{"name":20,"slug":21,"type":16},{"slug":668,"name":668,"fn":669,"description":670,"org":825,"tags":826,"stars":25,"repoUrl":26,"updatedAt":687},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[827,828,829,830,831,832],{"name":674,"slug":675,"type":16},{"name":677,"slug":678,"type":16},{"name":18,"slug":8,"type":16},{"name":681,"slug":682,"type":16},{"name":684,"slug":685,"type":16},{"name":20,"slug":21,"type":16},{"slug":689,"name":689,"fn":690,"description":691,"org":834,"tags":835,"stars":25,"repoUrl":26,"updatedAt":701},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[836,837,838],{"name":695,"slug":696,"type":16},{"name":698,"slug":699,"type":16},{"name":18,"slug":8,"type":16},{"slug":703,"name":703,"fn":704,"description":705,"org":840,"tags":841,"stars":25,"repoUrl":26,"updatedAt":714},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[842,843,844,845],{"name":709,"slug":710,"type":16},{"name":23,"slug":24,"type":16},{"name":18,"slug":8,"type":16},{"name":20,"slug":21,"type":16},{"slug":716,"name":716,"fn":717,"description":718,"org":847,"tags":848,"stars":25,"repoUrl":26,"updatedAt":728},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[849,850,851,852,853],{"name":722,"slug":723,"type":16},{"name":23,"slug":24,"type":16},{"name":18,"slug":8,"type":16},{"name":331,"slug":328,"type":16},{"name":20,"slug":21,"type":16},{"slug":730,"name":730,"fn":731,"description":732,"org":855,"tags":856,"stars":25,"repoUrl":26,"updatedAt":741},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[857,858,859,860],{"name":736,"slug":737,"type":16},{"name":23,"slug":24,"type":16},{"name":18,"slug":8,"type":16},{"name":20,"slug":21,"type":16},37]