sui-client
๐ฏSkillfrom mystenlabs/skills
A skill for Sui CLI client configuration, address management, and token acquisition. Covers first-time setup, environment switching (Mainnet/Testnet/Devnet), faucet token requests, balance checks, key recovery, coin merging, and transaction lookup on explorers.
Same repository
mystenlabs/skills(20 items)
Installation
npx vibeindex add mystenlabs/skills --skill sui-clientnpx skills add mystenlabs/skills --skill sui-client~/.claude/skills/sui-client/SKILL.mdSKILL.md
More from this repository10
Guides choosing the right Sui SDK (TypeScript, Rust, or community Python/Go/Dart/Kotlin/Swift) with installation instructions and cross-language API mapping.
Teaches AI agents Sui Move smart contract development โ Move abilities, TxContext, init functions, One-Time Witness, package publishing, resource safety, events, and coins.
Sui frontend/dApp development with @mysten/dapp-kit โ wallet connection, network switching, transaction execution, and TanStack React Query patterns.
Reusable agent skills for Sui blockchain development, installable via skills CLI into Claude Code, Cursor, Codex, and 40+ AI coding agents.
Covers Sui network data access โ on-chain state queries, indexing pipelines, event subscriptions, off-chain blob storage, and the three Sui APIs (gRPC, GraphQL RPC, JSON-RPC).
Provides correct naming conventions for Move smart contracts on Sui โ structs, error constants, events, getter functions, capability types, and dynamic field keys from the official checklist.
Reusable agent skills for Sui blockchain development, installable via skills CLI into Claude Code, Cursor, Codex, and 40+ AI coding agents.
A skill for composing Sui Programmable Transaction Blocks (PTBs) -- batching up to 1,024 commands (Move calls, coin splits/merges, object transfers) into single atomic transactions using the TypeScript SDK or CLI, with reference files for fundamentals, gas handling, and sponsored transactions.
Move project setup on Sui โ project creation, Move.toml configuration, dependency resolution, MVR dependencies, and migration from old formats.
Ensures 2024 edition Move syntax on Sui โ method calls, string literals, vector operations, option handling, loops, and struct unpacking to avoid legacy patterns.