sui-sdks
OfficialPick the right Sui SDK without confusion.
AuthorMystenLabs
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents incorrect or outdated guidance when users ask which Sui SDK to use, how to migrate between SDK generations, or how to interpret Sui SDK APIs safely without mixing patterns.
Core Features & Use Cases
- Correct SDK selection across languages: Recommends the two official Mysten Labs SDK surfaces (TypeScript
@mysten/suiand Rustsui-rust-sdk) while clearly flagging that Python/Go/Dart/Kotlin/Swift/Vue are community-maintained. - Migration accuracy (v1 to v2): Avoids cross-wiring
@mysten/sui.js(v1) and@mysten/sui(v2) by enforcing generation-specific client, transaction, and result-status patterns. - Version-matched API referencing: Instructs the agent to consult bundled, installed-package LLM docs (e.g.,
node_modules/@mysten/sui/docs/llms-index.md) instead of guessing or relying on potentially mismatched web docs. - Cross-SDK portability: Provides side-by-side operation mapping so porting core PTB concepts between TypeScript and Rust is done with the correct API semantics.
Quick Start
Use the sui-sdks skill to determine whether to use the official TypeScript or Rust SDK (or a specific community SDK) and to get a precise migration path if the user is currently on @mysten/sui.js or older TS patterns.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: sui-sdks Download link: https://github.com/MystenLabs/skills/archive/main.zip#sui-sdks Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.