Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub first-mover-tw/sui-dev-agentsComplete SUI blockchain development toolkit with skills, agents, commands, hooks, and rules for Move smart contracts, frontend integration, testing, and deployment
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
v2.6.0 — An open-source toolkit built for the SUI community to streamline blockchain development. Provides skills, agents, commands, hooks, rules, and a built-in MCP Server for on-chain queries + agent wallet. Aligned with SUI CLI v1.68+ (Protocol 118), SUI SDK v2, dApp Kit v2 (@mysten/dapp-kit-react / @mysten/dapp-kit-core), Move 2024 Edition, and gRPC transport (JSON-RPC deprecated, Quorum Driver disabled, removal April 2026). Integrates MystenLabs sui-dev-skills as source of truth.
Works with Claude Code (full plugin) and other AI development tools (rules-only) — see Platform Guides.
# From Marketplace
/plugin marketplace add first-mover-tw/sui-dev-agents
/plugin install sui-dev-agents
# Or direct install
/plugin install first-mover-tw/sui-dev-agents
Rules and skill prompts are portable markdown — works with any AI-powered development tool. Quick setup for popular CLI tools:
| Tool | Quick Start |
|---|---|
| Antigravity | cp -r rules/sui-move/ .antigravity/rules/ |
| Gemini CLI | cat rules/sui-move/conventions.md rules/sui-move/security.md > GEMINI.md |
| Codex CLI | cat rules/sui-move/conventions.md rules/sui-move/security.md > codex-instructions.md |
| OpenCode | cp rules/sui-move/conventions.md .opencode/context/sui-conventions.md |
Detailed guides for 14 platforms (Cursor, Windsurf, Cline, GitHub Copilot, Zed, Continue, Aider, Augment Code, Amazon Q, and more): docs/platforms/
cargo install --locked --git https://github.com/MystenLabs/sui.git suinpm install -g @anthropic-ai/claude-code/sui-full-stack # Full project: architecture → deploy
/sui-dev-agents:init # Init new Move project
/sui-dev-agents:build # Build & verify
/sui-dev-agents:test # Run tests
/sui-dev-agents:deploy # Deploy to network
/sui-dev-agents:audit # Security audit
/sui-security-guard # Defensive scan, Git hooks, vulnerability detection
/sui-red-team # Adversarial testing & exploit simulation (10-round default)
/sui-decompile # Reverse-engineer on-chain contracts for analysis
/sui-dev-agents:audit # Quick security checklist
Red Team simulates real attack vectors against your Move contracts — reentrancy, flash loan exploits, access control bypass, overflow attacks, fee rounding bypass — and generates a security report with fixes. Decompile lets you study any on-chain contract via CLI or block explorer.
| Phase | Skill | What it does |
|---|---|---|
| Design | /sui-architect | Architecture spec generation |
| Code | /sui-developer | Move contract dev + quality checks |
| SDK | /sui-ts-sdk | TypeScript SDK v2 — PTB, queries, sponsored tx |
| Frontend | /sui-frontend | React/Next.js + dApp Kit v2 wallet integration |
| Test | /sui-tester | Unit, integration, E2E, gas benchmarks, coverage analysis |
| Deploy | /sui-deployer | Staged rollout: devnet → testnet → mainnet |
| Quality | /move-code-quality | Move Book code quality checklist |
/sui-kiosk (NFT marketplace) · /sui-zklogin (ZK auth) · /sui-deepbook (DEX) · /sui-walrus (storage) · /sui-passkey (WebAuthn) · /sui-suins (name service) · /sui-seal (sealed bids) · /sui-nautilus (cross-chain)
Built-in MCP server with 14 tools for on-chain queries and wallet operations (gRPC primary, JSON-RPC fallback for BigInt-sensitive endpoints):
# Query tools (no approval needed)
sui_get_balance, sui_get_object, sui_get_coins, sui_get_events,
sui_get_transaction, sui_get_package, sui_resolve_name, ...
# Wallet tools (dry-run → approve → execute)
sui_wallet_status, sui_wallet_transfer, sui_wallet_call, sui_wallet_publish
/wallet-status # Check agent wallet address + balance
/mcp-status # Verify MCP server connection
For complex multi-step workflows, agents coordinate automatically:
sui-supreme → sui-core-agent / sui-development-agent / sui-ecosystem-agent
└── 14 specialized subagents (including red-team)