Execute the **sui-developer** skill to generate Move smart contract code.
From sui-dev-agentsnpx claudepluginhub first-mover-tw/sui-dev-agents --plugin sui-dev-agentsManages AI Agent Skills on prompts.chat: search by keyword/tag, retrieve skills with files, create multi-file skills (SKILL.md required), add/update/remove files for Claude Code.
Manages AI prompt library on prompts.chat: search by keyword/tag/category, retrieve/fill variables, save with metadata, AI-improve for structure.
Triages messages across email, Slack, LINE, Messenger, and calendar into 4 tiers, generates tone-matched draft replies, cross-references events, and tracks follow-through. Delegate for multi-channel inbox workflows.
Execute the sui-developer skill to generate Move smart contract code.
SUI Protocol 118 (testnet v1.68.1, mainnet v1.67.3, March 2026). Key: gRPC replaces JSON-RPC (deprecated April 2026), sui move test uses Sui gas meter, address aliases on mainnet, TxContext flexible positioning, poseidon_bn254 on all networks, Balance API split, gas schedule rebalanced for dynamic fields.
Use the sui-dev-mcp MCP server tools for on-chain queries instead of parsing CLI output:
sui_get_object — inspect on-chain objectssui_get_package — list modules/functions in a deployed packagesui_get_balance — check address balancessui_get_events — query events by TX digest or typeThese return structured JSON, making them more reliable than CLI + grep.