What problem does it solve?
It streamlines full-stack Sui blockchain development by routing you to the right Move, TypeScript SDK, frontend, sealing, or Walrus workflow instead of forcing you to assemble everything manually.
Core Features & Use Cases
- Sui Move sub-skill routing: Covers smart contract module setup, patterns, objects, and Move testing so you can build and debug Move logic correctly.
- TypeScript SDK sub-skill routing: Covers transaction building and execution with @mysten/sui, plus on-chain querying for backend/CLI transaction flows.
- Frontend dApp Kit sub-skill routing: Covers connecting wallets and building Sui dApps with dApp Kit React/Core, including transaction signing and query hooks.
- Seal + Walrus sub-skill routing: Covers encrypting/decrypting user data with Move-defined access policies and storing encrypted blobs with Walrus.
Quick Start
Build a Sui full-stack app by asking an AI to load sui-dev-tools:sui-move, sui-dev-tools:sui-ts-sdk, and sui-dev-tools:sui-frontend for your feature.