frontend-apps
๐ฏSkillfrom mystenlabs/skills
Sui frontend/dApp development with @mysten/dapp-kit โ wallet connection, network switching, transaction execution, and TanStack React Query patterns.
Same repository
mystenlabs/skills(20 items)
Installation
npx vibeindex add mystenlabs/skills --skill frontend-appsnpx skills add mystenlabs/skills --skill frontend-apps~/.claude/skills/frontend-apps/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.
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).
Teaches AI agents Sui Move smart contract development โ Move abilities, TxContext, init functions, One-Time Witness, package publishing, resource safety, events, and coins.
Reusable agent skills for Sui blockchain development, installable via skills CLI into Claude Code, Cursor, Codex, and 40+ AI coding agents.
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.
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.
Correct patterns for Move unit tests on Sui โ test naming, assertions, test attributes, context usage, and cleanup from the official quality checklist.