
Skill
official-sui-skills
access official Sui development resources
Description
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 maintenance/UPSTREAMS.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".
SKILL.md
Official Sui skills (upstream pointer)
For building, publishing, and upgrading Move contracts on Sui — and the SDK / CLI / frontend integration around them — refer to the official skills maintained by Mysten Labs. This bundle is a pointer, not embedded content.
- Repository: https://github.com/MystenLabs/skills
- Pinned snapshot (same upstream snapshot the audit catalog tracks): https://github.com/MystenLabs/skills/tree/764f21a95e709f46c60877a59d6ee6f27d9ed91e
High-level scope at the pinned ref
sui-move/— Move on Sui: language fundamentals, events, coinsobject-model/— ownership, transfers, dynamic fields, display, patternsptbs/— Programmable Transaction Blocks (fundamentals, building, troubleshooting, cli)composable-move-functions/,naming-conventions/,modern-move-syntax/,move-unit-testing/,sui-move-project/,sui-build-test/sui-publish/— package publishingsui-cli/,sui-client/,sui-install/— CLI / client / installfrontend-apps/— TypeScript SDK integrationsui-sdks/— TypeScript and Rust SDKsaccessing-data/— gRPC, GraphQL, indexers, Walrus, archivalsui-overview/— ecosystem framing
Fetching individual files
Rendered (browser-friendly, HTML):
https://github.com/MystenLabs/skills/blob/764f21a95e709f46c60877a59d6ee6f27d9ed91e/{skill}/{file}.md
Raw (plain markdown, easier for programmatic consumption):
Pick whichever your fetch tool handles best. Both serve the same content at the same pinned snapshot.
More skills from the sui repository
View all 4 skillsMore from Sui (Mysten Labs)
View publishermemwal
integrate Walrus Memory SDK
MemWal
Jul 16AgentsMemorySDKaccessing-data
read data from the Sui network
skills
Jul 16Data AnalysisSuiWeb3composable-move-functions
design composable Sui Move functions
skills
Jul 16API DevelopmentSmart ContractsSuiWeb3frontend-apps
build Sui dApps with dapp-kit
skills
Jul 16FrontendReactSuiSvelte +2generate-sui-agent-config
generate configuration files for Sui projects
skills
Jul 16ConfigurationDocumentationSuimodern-move-syntax
write Move 2024 edition code for Sui
skills
Jul 16EngineeringSmart ContractsSuiWeb3