MystenLabs/sui

Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language

7.7kStars on the repository
12Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

cherry-pick

01

MystenLabs/sui

Skill Claude CodeCodex

Cherry-pick a commit from main to a Sui release branch, create the release PR, and report the PR URL.

7.7k 2d ago A 30 tokens original Apache-2.0

dual-replay

02

MystenLabs/sui

Skill Claude CodeCodex

Run Sui dual execution replay between base and tip commits, recover failed steps, build, and commit replay instrumentation.

7.7k 2d ago A 27 tokens original Apache-2.0

protocol-config

03

MystenLabs/sui

Skill Claude CodeCodex

Safely modify or verify Sui protocol config changes, including version bumps, release-branch checks, guards, and snapshots.

7.7k 2d ago A 28 tokens original Apache-2.0

send-pr

04

MystenLabs/sui

Skill Claude CodeCodex

Prepare, validate, and send or update a pull request with full due diligence.

7.7k 2d ago A 18 tokens original Apache-2.0

simtest-debug

05

MystenLabs/sui

Skill Claude CodeCodex

Debug deterministic Sui simtest failures with structured experiments, logging-only changes, and NOTEBOOK.md observations.

7.7k 2d ago A 25 tokens original Apache-2.0

MystenLabs/sui

Skill Claude CodeCodex

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…

7.7k 2d ago A 84 tokens original Apache-2.0

official-sui-skills

07

MystenLabs/sui

Skill Claude CodeCodex

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/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…

7.7k 2d ago A 116 tokens original Apache-2.0

sui-and-move-tools

08

MystenLabs/sui

Skill Claude CodeCodex

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…

7.7k 2d ago A 105 tokens original Apache-2.0

MystenLabs/sui

Skill Claude CodeCodex

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…

7.7k 2d ago A 174 tokens original Apache-2.0