๐ŸŽฏ

frontend-apps

๐ŸŽฏSkill

from mystenlabs/skills

VibeIndex|
What it does
|

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)

frontend-apps

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add mystenlabs/skills --skill frontend-apps
skills.sh Installโš  Installs to .agents/skills/
npx skills add mystenlabs/skills --skill frontend-apps
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/frontend-apps/SKILL.md

SKILL.md

170Installs
-
AddedMay 29, 2026

More from this repository10

๐ŸŽฏ
sui-sdks๐ŸŽฏSkill

Guides choosing the right Sui SDK (TypeScript, Rust, or community Python/Go/Dart/Kotlin/Swift) with installation instructions and cross-language API mapping.

๐ŸŽฏ
sui-move๐ŸŽฏSkill

Teaches AI agents Sui Move smart contract development โ€” Move abilities, TxContext, init functions, One-Time Witness, package publishing, resource safety, events, and coins.

๐ŸŽฏ
accessing-data๐ŸŽฏSkill

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).

๐ŸŽฏ
sui-object-model๐ŸŽฏSkill

Reusable agent skills for Sui blockchain development, installable via skills CLI into Claude Code, Cursor, Codex, and 40+ AI coding agents.

๐ŸŽฏ
naming-conventions๐ŸŽฏSkill

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.

๐ŸŽฏ
sui-build๐ŸŽฏSkill

Reusable agent skills for Sui blockchain development, installable via skills CLI into Claude Code, Cursor, Codex, and 40+ AI coding agents.

๐ŸŽฏ
ptbs๐ŸŽฏSkill

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.

๐ŸŽฏ
sui-client๐ŸŽฏSkill

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.

๐ŸŽฏ
sui-move-project๐ŸŽฏSkill

Move project setup on Sui โ€” project creation, Move.toml configuration, dependency resolution, MVR dependencies, and migration from old formats.

๐ŸŽฏ
modern-move-syntax๐ŸŽฏSkill

Ensures 2024 edition Move syntax on Sui โ€” method calls, string literals, vector operations, option handling, loops, and struct unpacking to avoid legacy patterns.