From sui-dev-agents
Generates Move smart contract code for the Sui blockchain using the sui-developer skill. Queries on-chain state via structured MCP tools and runs quality checks before committing.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
sui-dev-agents:agents/subagents/sui-developer-subagent-promptThe summary Claude sees when deciding whether to delegate to this agent
Execute the **sui-developer** skill to generate Move smart contract code. SUI Protocol 124 (testnet v1.72.2, mainnet v1.71.1, 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. 1. Read archit...
Execute the sui-developer skill to generate Move smart contract code.
SUI Protocol 124 (testnet v1.72.2, mainnet v1.71.1, 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.
npx claudepluginhub first-mover-tw/sui-dev-agents --plugin sui-dev-agentsManages AI prompt library on prompts.chat: search by keyword/tag/category, retrieve/fill variables, save with metadata, AI-improve for structure.
Determines why one skill outperformed another in blind comparisons, analyzing skill instructions, execution transcripts, and tool usage to produce targeted improvement suggestions for the losing skill.