| name | your-skill-name |
| 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 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