
Description
Replace with a trigger-style description of when this skill should activate. Be specific — this is what the agent uses to decide whether to load the skill. Example: "Sui TypeScript SDK integration. Use when writing, reviewing, or debugging TypeScript code that interacts with Sui RPCs, transactions, or on-chain state."
SKILL.md
Skill Title
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.
Brief description of what this skill covers and why it exists. Call out the most common AI-coding mistakes this skill prevents (e.g., using deprecated APIs, confusing Sui with other chains, misunderstanding the object model).
This skill routes to focused reference files. Load only the ones relevant to the current task.
All patterns in this skill are derived from: <CANONICAL_SOURCE_URL>
If unsure about any API, fetch the relevant page before answering. Do not guess or extrapolate from other SDKs or libraries.
Reference files
Routing guide
| Task | Load |
|---|---|
| Setting up a new project | setup |
| Writing core logic | core |
| Following best practices | patterns |
| Seeing a worked example | examples |
| Implementing a complete feature | core + patterns |
| Full project from scratch | all reference files |
| Code review | all reference files |
Skill Content
Key concepts
Rules
Common mistakes
More skills from the skills repository
View all 20 skillsaccessing-data
read data from the Sui network
Aug 1Data AnalysisSuiWeb3composable-move-functions
design composable Sui Move functions
Jul 16API DevelopmentSmart ContractsSuiWeb3frontend-apps
build Sui dApps with dapp-kit
Aug 1FrontendReactSuiSvelte +2generate-sui-agent-config
generate configuration files for Sui projects
Jul 16ConfigurationDocumentationSuimodern-move-syntax
write Move 2024 edition code for Sui
Jul 16EngineeringSmart ContractsSuiWeb3move-unit-testing
write unit tests for Sui Move contracts
Aug 1QASmart ContractsSuiTesting +1
More from Sui (Mysten Labs)
View publishermove-bytecode-comprehension
analyze and disassemble Move bytecode
sui
Jul 16Code AnalysisEngineeringSuiofficial-sui-skills
access official Sui development resources
sui
Jul 16DocumentationSuisui-and-move-tools
disassemble Sui Move bytecode
sui
Jul 16Code AnalysisEngineeringSuisui-move-security-review
audit Sui Move smart contracts
sui
Jul 16Code ReviewSecuritySmart ContractsSuimemwal
integrate Walrus Memory SDK
MemWal
Jul 16AgentsMemorySDKnaming-conventions
apply Sui Move naming conventions
skills
Jul 16Best PracticesSmart ContractsSuiWeb3