[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-sui-sui-cli":3,"mdc-rj0v8j-key":33,"related-org-sui-sui-cli":448,"related-repo-sui-sui-cli":623},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":31,"mdContent":32},"sui-cli","manage Sui network and gas configurations","Sui networks, gas costs, and epochs. Use when the user asks about Sui network environments (Mainnet, Testnet, Devnet, Localnet), gas cost calculations, gas budgets, epochs, or how the Sui network operates at a high level.\nFor CLI client setup, address management, faucets, and explorers, see the `sui-client` skill. For installing the Sui CLI, see the `sui-install` skill.\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],{"name":14,"slug":15,"type":16},"Blockchain","blockchain","tag",{"name":18,"slug":8,"type":16},"Sui",{"name":20,"slug":21,"type":16},"CLI","cli",9,"https:\u002F\u002Fgithub.com\u002FMystenLabs\u002Fskills","2026-07-16T06:02:40.492555",null,2,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":30},[],"Sui development skills maintained by Mysten Labs","https:\u002F\u002Fgithub.com\u002FMystenLabs\u002Fskills\u002Ftree\u002FHEAD\u002Fsui-cli","---\nname: sui-cli\ndescription: >\n  Sui networks, gas costs, and epochs. Use when the user asks about Sui network\n  environments (Mainnet, Testnet, Devnet, Localnet), gas cost calculations, gas\n  budgets, epochs, or how the Sui network operates at a high level.\n\n  For CLI client setup, address management, faucets, and explorers, see the\n  `sui-client` skill. For installing the Sui CLI, see the `sui-install` skill.\n---\n\n# Sui Networks and Gas\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 in this skill is sourced exclusively from [docs.sui.io](https:\u002F\u002Fdocs.sui.io). When extending or updating this skill, only pull from this source. Do not use third-party blogs, tutorials, or unofficial documentation.\n\n---\n\n## Related skills\n\n| Topic | Skill |\n|-------|-------|\n| CLI client configuration, addresses, faucets, explorers | `sui-client\u002F` |\n| Installing the Sui CLI (suiup) | `sui-install\u002F` |\n| Move project setup and Move.toml | `sui-move-project\u002F` |\n| Publishing and upgrading packages | `sui-publish\u002F` |\n\n---\n\n## Sui networks\n\nSui operates four network environments:\n\n- **Mainnet:** Production network. SUI tokens have real monetary value. Use for final deployments.\n- **Testnet:** Mirrors Mainnet features. Free SUI tokens from faucets. Use for integration testing and staging.\n- **Devnet:** Development network. Free SUI tokens. Use for early-stage development and experimentation.\n- **Localnet:** Runs locally on your machine. Use for offline development and unit testing.\n\n## Gas cost model\n\nEvery transaction on Sui requires SUI tokens to pay gas. The total gas cost is:\n\n**gas cost = computation cost + storage cost - storage rebate**\n\n- **Computation cost:** Proportional to the computational effort of executing the transaction.\n- **Storage cost:** The cost of storing new or expanded objects onchain. You pay for the bytes your objects occupy.\n- **Storage rebate:** When a transaction deletes objects or reduces their size, you receive a rebate for the storage freed. This incentivizes cleaning up unused state.\n\nThe gas budget (`--gas-budget`) sets the maximum you are willing to pay. If the transaction exceeds the budget, it aborts. On Testnet and Devnet, tokens are free through faucets (see the `sui-client` skill for faucet methods). Gas prices can vary per epoch; query the current gas price through the RPC.\n\n## Epochs\n\nAn epoch is a fixed time period during which the validator set and gas price remain constant. On Mainnet, one epoch is approximately 24 hours. At the epoch boundary, the network processes staking rewards, rotates validators, and updates the gas price. Use `ctx.epoch()` to read the current epoch number in Move and `ctx.epoch_timestamp_ms()` for the epoch start time.\n\n## Rules\n\n- Always specify `--gas-budget` when submitting transactions from the CLI.\n- Use `sui client switch --env \u003CENV>` to change networks. Do not edit `client.yaml` manually.\n\n## Common mistakes\n\n- **Forgetting to switch networks.** Publishing to Mainnet when you meant Testnet. Always verify with `sui client active-env`.\n- **Running out of gas on Testnet\u002FDevnet.** Use the faucet (see `sui-client` skill) to get free tokens.\n",{"data":34,"body":35},{"name":4,"description":6},{"type":36,"children":37},"root",[38,47,72,96,100,107,203,206,212,217,262,268,273,281,314,335,341,362,368,404,410],{"type":39,"tag":40,"props":41,"children":43},"element","h1",{"id":42},"sui-networks-and-gas",[44],{"type":45,"value":46},"text","Sui Networks and Gas",{"type":39,"tag":48,"props":49,"children":50},"blockquote",{},[51],{"type":39,"tag":52,"props":53,"children":54},"p",{},[55,61,63,70],{"type":39,"tag":56,"props":57,"children":58},"strong",{},[59],{"type":45,"value":60},"MCP tool:",{"type":45,"value":62}," When available in your environment, also query the Sui documentation MCP server (",{"type":39,"tag":64,"props":65,"children":67},"code",{"className":66},[],[68],{"type":45,"value":69},"https:\u002F\u002Fsui.mcp.kapa.ai",{"type":45,"value":71},") for up-to-date answers. Use it for verification and for details not covered by these reference files.",{"type":39,"tag":48,"props":73,"children":74},{},[75],{"type":39,"tag":52,"props":76,"children":77},{},[78,83,85,94],{"type":39,"tag":56,"props":79,"children":80},{},[81],{"type":45,"value":82},"Source constraint:",{"type":45,"value":84}," All information in this skill is sourced exclusively from ",{"type":39,"tag":86,"props":87,"children":91},"a",{"href":88,"rel":89},"https:\u002F\u002Fdocs.sui.io",[90],"nofollow",[92],{"type":45,"value":93},"docs.sui.io",{"type":45,"value":95},". When extending or updating this skill, only pull from this source. Do not use third-party blogs, tutorials, or unofficial documentation.",{"type":39,"tag":97,"props":98,"children":99},"hr",{},[],{"type":39,"tag":101,"props":102,"children":104},"h2",{"id":103},"related-skills",[105],{"type":45,"value":106},"Related skills",{"type":39,"tag":108,"props":109,"children":110},"table",{},[111,130],{"type":39,"tag":112,"props":113,"children":114},"thead",{},[115],{"type":39,"tag":116,"props":117,"children":118},"tr",{},[119,125],{"type":39,"tag":120,"props":121,"children":122},"th",{},[123],{"type":45,"value":124},"Topic",{"type":39,"tag":120,"props":126,"children":127},{},[128],{"type":45,"value":129},"Skill",{"type":39,"tag":131,"props":132,"children":133},"tbody",{},[134,152,169,186],{"type":39,"tag":116,"props":135,"children":136},{},[137,143],{"type":39,"tag":138,"props":139,"children":140},"td",{},[141],{"type":45,"value":142},"CLI client configuration, addresses, faucets, explorers",{"type":39,"tag":138,"props":144,"children":145},{},[146],{"type":39,"tag":64,"props":147,"children":149},{"className":148},[],[150],{"type":45,"value":151},"sui-client\u002F",{"type":39,"tag":116,"props":153,"children":154},{},[155,160],{"type":39,"tag":138,"props":156,"children":157},{},[158],{"type":45,"value":159},"Installing the Sui CLI (suiup)",{"type":39,"tag":138,"props":161,"children":162},{},[163],{"type":39,"tag":64,"props":164,"children":166},{"className":165},[],[167],{"type":45,"value":168},"sui-install\u002F",{"type":39,"tag":116,"props":170,"children":171},{},[172,177],{"type":39,"tag":138,"props":173,"children":174},{},[175],{"type":45,"value":176},"Move project setup and Move.toml",{"type":39,"tag":138,"props":178,"children":179},{},[180],{"type":39,"tag":64,"props":181,"children":183},{"className":182},[],[184],{"type":45,"value":185},"sui-move-project\u002F",{"type":39,"tag":116,"props":187,"children":188},{},[189,194],{"type":39,"tag":138,"props":190,"children":191},{},[192],{"type":45,"value":193},"Publishing and upgrading packages",{"type":39,"tag":138,"props":195,"children":196},{},[197],{"type":39,"tag":64,"props":198,"children":200},{"className":199},[],[201],{"type":45,"value":202},"sui-publish\u002F",{"type":39,"tag":97,"props":204,"children":205},{},[],{"type":39,"tag":101,"props":207,"children":209},{"id":208},"sui-networks",[210],{"type":45,"value":211},"Sui networks",{"type":39,"tag":52,"props":213,"children":214},{},[215],{"type":45,"value":216},"Sui operates four network environments:",{"type":39,"tag":218,"props":219,"children":220},"ul",{},[221,232,242,252],{"type":39,"tag":222,"props":223,"children":224},"li",{},[225,230],{"type":39,"tag":56,"props":226,"children":227},{},[228],{"type":45,"value":229},"Mainnet:",{"type":45,"value":231}," Production network. SUI tokens have real monetary value. Use for final deployments.",{"type":39,"tag":222,"props":233,"children":234},{},[235,240],{"type":39,"tag":56,"props":236,"children":237},{},[238],{"type":45,"value":239},"Testnet:",{"type":45,"value":241}," Mirrors Mainnet features. Free SUI tokens from faucets. Use for integration testing and staging.",{"type":39,"tag":222,"props":243,"children":244},{},[245,250],{"type":39,"tag":56,"props":246,"children":247},{},[248],{"type":45,"value":249},"Devnet:",{"type":45,"value":251}," Development network. Free SUI tokens. Use for early-stage development and experimentation.",{"type":39,"tag":222,"props":253,"children":254},{},[255,260],{"type":39,"tag":56,"props":256,"children":257},{},[258],{"type":45,"value":259},"Localnet:",{"type":45,"value":261}," Runs locally on your machine. Use for offline development and unit testing.",{"type":39,"tag":101,"props":263,"children":265},{"id":264},"gas-cost-model",[266],{"type":45,"value":267},"Gas cost model",{"type":39,"tag":52,"props":269,"children":270},{},[271],{"type":45,"value":272},"Every transaction on Sui requires SUI tokens to pay gas. The total gas cost is:",{"type":39,"tag":52,"props":274,"children":275},{},[276],{"type":39,"tag":56,"props":277,"children":278},{},[279],{"type":45,"value":280},"gas cost = computation cost + storage cost - storage rebate",{"type":39,"tag":218,"props":282,"children":283},{},[284,294,304],{"type":39,"tag":222,"props":285,"children":286},{},[287,292],{"type":39,"tag":56,"props":288,"children":289},{},[290],{"type":45,"value":291},"Computation cost:",{"type":45,"value":293}," Proportional to the computational effort of executing the transaction.",{"type":39,"tag":222,"props":295,"children":296},{},[297,302],{"type":39,"tag":56,"props":298,"children":299},{},[300],{"type":45,"value":301},"Storage cost:",{"type":45,"value":303}," The cost of storing new or expanded objects onchain. You pay for the bytes your objects occupy.",{"type":39,"tag":222,"props":305,"children":306},{},[307,312],{"type":39,"tag":56,"props":308,"children":309},{},[310],{"type":45,"value":311},"Storage rebate:",{"type":45,"value":313}," When a transaction deletes objects or reduces their size, you receive a rebate for the storage freed. This incentivizes cleaning up unused state.",{"type":39,"tag":52,"props":315,"children":316},{},[317,319,325,327,333],{"type":45,"value":318},"The gas budget (",{"type":39,"tag":64,"props":320,"children":322},{"className":321},[],[323],{"type":45,"value":324},"--gas-budget",{"type":45,"value":326},") sets the maximum you are willing to pay. If the transaction exceeds the budget, it aborts. On Testnet and Devnet, tokens are free through faucets (see the ",{"type":39,"tag":64,"props":328,"children":330},{"className":329},[],[331],{"type":45,"value":332},"sui-client",{"type":45,"value":334}," skill for faucet methods). Gas prices can vary per epoch; query the current gas price through the RPC.",{"type":39,"tag":101,"props":336,"children":338},{"id":337},"epochs",[339],{"type":45,"value":340},"Epochs",{"type":39,"tag":52,"props":342,"children":343},{},[344,346,352,354,360],{"type":45,"value":345},"An epoch is a fixed time period during which the validator set and gas price remain constant. On Mainnet, one epoch is approximately 24 hours. At the epoch boundary, the network processes staking rewards, rotates validators, and updates the gas price. Use ",{"type":39,"tag":64,"props":347,"children":349},{"className":348},[],[350],{"type":45,"value":351},"ctx.epoch()",{"type":45,"value":353}," to read the current epoch number in Move and ",{"type":39,"tag":64,"props":355,"children":357},{"className":356},[],[358],{"type":45,"value":359},"ctx.epoch_timestamp_ms()",{"type":45,"value":361}," for the epoch start time.",{"type":39,"tag":101,"props":363,"children":365},{"id":364},"rules",[366],{"type":45,"value":367},"Rules",{"type":39,"tag":218,"props":369,"children":370},{},[371,383],{"type":39,"tag":222,"props":372,"children":373},{},[374,376,381],{"type":45,"value":375},"Always specify ",{"type":39,"tag":64,"props":377,"children":379},{"className":378},[],[380],{"type":45,"value":324},{"type":45,"value":382}," when submitting transactions from the CLI.",{"type":39,"tag":222,"props":384,"children":385},{},[386,388,394,396,402],{"type":45,"value":387},"Use ",{"type":39,"tag":64,"props":389,"children":391},{"className":390},[],[392],{"type":45,"value":393},"sui client switch --env \u003CENV>",{"type":45,"value":395}," to change networks. Do not edit ",{"type":39,"tag":64,"props":397,"children":399},{"className":398},[],[400],{"type":45,"value":401},"client.yaml",{"type":45,"value":403}," manually.",{"type":39,"tag":101,"props":405,"children":407},{"id":406},"common-mistakes",[408],{"type":45,"value":409},"Common mistakes",{"type":39,"tag":218,"props":411,"children":412},{},[413,431],{"type":39,"tag":222,"props":414,"children":415},{},[416,421,423,429],{"type":39,"tag":56,"props":417,"children":418},{},[419],{"type":45,"value":420},"Forgetting to switch networks.",{"type":45,"value":422}," Publishing to Mainnet when you meant Testnet. Always verify with ",{"type":39,"tag":64,"props":424,"children":426},{"className":425},[],[427],{"type":45,"value":428},"sui client active-env",{"type":45,"value":430},".",{"type":39,"tag":222,"props":432,"children":433},{},[434,439,441,446],{"type":39,"tag":56,"props":435,"children":436},{},[437],{"type":45,"value":438},"Running out of gas on Testnet\u002FDevnet.",{"type":45,"value":440}," Use the faucet (see ",{"type":39,"tag":64,"props":442,"children":444},{"className":443},[],[445],{"type":45,"value":332},{"type":45,"value":447}," skill) to get free tokens.",{"items":449,"total":622},[450,466,477,487,504,522,536,549,570,582,593,609],{"slug":451,"name":451,"fn":452,"description":453,"org":454,"tags":455,"stars":463,"repoUrl":464,"updatedAt":465},"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},[456,459,462],{"name":457,"slug":458,"type":16},"Code Analysis","code-analysis",{"name":460,"slug":461,"type":16},"Engineering","engineering",{"name":18,"slug":8,"type":16},7724,"https:\u002F\u002Fgithub.com\u002FMystenLabs\u002Fsui","2026-07-16T05:59:32.904886",{"slug":467,"name":467,"fn":468,"description":469,"org":470,"tags":471,"stars":463,"repoUrl":464,"updatedAt":476},"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},[472,475],{"name":473,"slug":474,"type":16},"Documentation","documentation",{"name":18,"slug":8,"type":16},"2026-07-16T06:00:59.641382",{"slug":478,"name":478,"fn":479,"description":480,"org":481,"tags":482,"stars":463,"repoUrl":464,"updatedAt":486},"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},[483,484,485],{"name":457,"slug":458,"type":16},{"name":460,"slug":461,"type":16},{"name":18,"slug":8,"type":16},"2026-07-16T06:02:25.3633",{"slug":488,"name":488,"fn":489,"description":490,"org":491,"tags":492,"stars":463,"repoUrl":464,"updatedAt":503},"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},[493,496,499,502],{"name":494,"slug":495,"type":16},"Code Review","code-review",{"name":497,"slug":498,"type":16},"Security","security",{"name":500,"slug":501,"type":16},"Smart Contracts","smart-contracts",{"name":18,"slug":8,"type":16},"2026-07-16T06:02:55.691149",{"slug":505,"name":505,"fn":506,"description":507,"org":508,"tags":509,"stars":519,"repoUrl":520,"updatedAt":521},"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},[510,513,516],{"name":511,"slug":512,"type":16},"Agents","agents",{"name":514,"slug":515,"type":16},"Memory","memory",{"name":517,"slug":518,"type":16},"SDK","sdk",57,"https:\u002F\u002Fgithub.com\u002FMystenLabs\u002FMemWal","2026-07-16T06:02:39.838395",{"slug":523,"name":523,"fn":524,"description":525,"org":526,"tags":527,"stars":22,"repoUrl":23,"updatedAt":535},"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},[528,531,532],{"name":529,"slug":530,"type":16},"Data Analysis","data-analysis",{"name":18,"slug":8,"type":16},{"name":533,"slug":534,"type":16},"Web3","web3","2026-08-01T05:44:32.775598",{"slug":537,"name":537,"fn":538,"description":539,"org":540,"tags":541,"stars":22,"repoUrl":23,"updatedAt":548},"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},[542,545,546,547],{"name":543,"slug":544,"type":16},"API Development","api-development",{"name":500,"slug":501,"type":16},{"name":18,"slug":8,"type":16},{"name":533,"slug":534,"type":16},"2026-07-16T06:02:49.198495",{"slug":550,"name":550,"fn":551,"description":552,"org":553,"tags":554,"stars":22,"repoUrl":23,"updatedAt":569},"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},[555,558,561,562,565,568],{"name":556,"slug":557,"type":16},"Frontend","frontend",{"name":559,"slug":560,"type":16},"React","react",{"name":18,"slug":8,"type":16},{"name":563,"slug":564,"type":16},"Svelte","svelte",{"name":566,"slug":567,"type":16},"Vue","vue",{"name":533,"slug":534,"type":16},"2026-08-01T05:44:28.958473",{"slug":571,"name":571,"fn":572,"description":573,"org":574,"tags":575,"stars":22,"repoUrl":23,"updatedAt":581},"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},[576,579,580],{"name":577,"slug":578,"type":16},"Configuration","configuration",{"name":473,"slug":474,"type":16},{"name":18,"slug":8,"type":16},"2026-07-16T06:00:59.981056",{"slug":583,"name":583,"fn":584,"description":585,"org":586,"tags":587,"stars":22,"repoUrl":23,"updatedAt":592},"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},[588,589,590,591],{"name":460,"slug":461,"type":16},{"name":500,"slug":501,"type":16},{"name":18,"slug":8,"type":16},{"name":533,"slug":534,"type":16},"2026-07-16T06:02:43.277596",{"slug":594,"name":594,"fn":595,"description":596,"org":597,"tags":598,"stars":22,"repoUrl":23,"updatedAt":608},"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},[599,602,603,604,607],{"name":600,"slug":601,"type":16},"QA","qa",{"name":500,"slug":501,"type":16},{"name":18,"slug":8,"type":16},{"name":605,"slug":606,"type":16},"Testing","testing",{"name":533,"slug":534,"type":16},"2026-08-01T05:44:30.788585",{"slug":610,"name":610,"fn":611,"description":612,"org":613,"tags":614,"stars":22,"repoUrl":23,"updatedAt":621},"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},[615,618,619,620],{"name":616,"slug":617,"type":16},"Best Practices","best-practices",{"name":500,"slug":501,"type":16},{"name":18,"slug":8,"type":16},{"name":533,"slug":534,"type":16},"2026-07-16T06:02:48.830052",37,{"items":624,"total":675},[625,631,638,647,653,660,668],{"slug":523,"name":523,"fn":524,"description":525,"org":626,"tags":627,"stars":22,"repoUrl":23,"updatedAt":535},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[628,629,630],{"name":529,"slug":530,"type":16},{"name":18,"slug":8,"type":16},{"name":533,"slug":534,"type":16},{"slug":537,"name":537,"fn":538,"description":539,"org":632,"tags":633,"stars":22,"repoUrl":23,"updatedAt":548},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[634,635,636,637],{"name":543,"slug":544,"type":16},{"name":500,"slug":501,"type":16},{"name":18,"slug":8,"type":16},{"name":533,"slug":534,"type":16},{"slug":550,"name":550,"fn":551,"description":552,"org":639,"tags":640,"stars":22,"repoUrl":23,"updatedAt":569},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[641,642,643,644,645,646],{"name":556,"slug":557,"type":16},{"name":559,"slug":560,"type":16},{"name":18,"slug":8,"type":16},{"name":563,"slug":564,"type":16},{"name":566,"slug":567,"type":16},{"name":533,"slug":534,"type":16},{"slug":571,"name":571,"fn":572,"description":573,"org":648,"tags":649,"stars":22,"repoUrl":23,"updatedAt":581},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[650,651,652],{"name":577,"slug":578,"type":16},{"name":473,"slug":474,"type":16},{"name":18,"slug":8,"type":16},{"slug":583,"name":583,"fn":584,"description":585,"org":654,"tags":655,"stars":22,"repoUrl":23,"updatedAt":592},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[656,657,658,659],{"name":460,"slug":461,"type":16},{"name":500,"slug":501,"type":16},{"name":18,"slug":8,"type":16},{"name":533,"slug":534,"type":16},{"slug":594,"name":594,"fn":595,"description":596,"org":661,"tags":662,"stars":22,"repoUrl":23,"updatedAt":608},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[663,664,665,666,667],{"name":600,"slug":601,"type":16},{"name":500,"slug":501,"type":16},{"name":18,"slug":8,"type":16},{"name":605,"slug":606,"type":16},{"name":533,"slug":534,"type":16},{"slug":610,"name":610,"fn":611,"description":612,"org":669,"tags":670,"stars":22,"repoUrl":23,"updatedAt":621},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[671,672,673,674],{"name":616,"slug":617,"type":16},{"name":500,"slug":501,"type":16},{"name":18,"slug":8,"type":16},{"name":533,"slug":534,"type":16},20]