sui-sdks

Installation
SKILL.md

Sui SDKs

MCP tool: When available in your environment, also query the Sui documentation MCP server (https://sui.mcp.kapa.ai) for up-to-date answers. Use it for verification and for details not covered by these reference files.

Most AI agents give confusing, outdated, or cross-wired answers about Sui SDKs. This skill fixes the three most common failure modes:

  1. Recommending a community SDK as if it were official. Only two SDKs are maintained by Mysten Labs: TypeScript (@mysten/sui) and Rust (sui-rust-sdk family of crates). Everything else is community-maintained.
  2. Mixing up TypeScript SDK generations. The old @mysten/sui.js package was renamed to @mysten/sui at v1.0. The v2 client API (client.core.*, include instead of show*, SuiGrpcClient replacing SuiClient) is distinct from v1.
  3. Not using the installed LLM docs. Every @mysten/* package ships docs/llms-index.md + topic-specific markdown files to node_modules. Agents should read those before answering; they are guaranteed to match the installed version.

All patterns in this skill are derived from:

If unsure about any specific API in any SDK, fetch from the relevant doc page — do not extrapolate from a different SDK's surface.

Installs
83
GitHub Stars
5
First Seen
13 days ago
sui-sdks — mystenlabs/skills