contract-hero

Sui Setup — Development skill for Claude Code

Development community

Check that this machine has everything needed for Sui development, and offer to install what is missing.

How to install Sui Setup

Installs to ~/.claude/skills/contract-hero-sui-pilot-sui-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/contract-hero-sui-pilot-sui-setup && curl -fsSL https://raw.githubusercontent.com/contract-hero/sui-pilot/HEAD/commands/sui-setup.md -o ~/.claude/skills/contract-hero-sui-pilot-sui-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sui Setup does


name: sui-setup description: Check that this machine has everything needed for Sui development, and offer to install what is missing

Invoke the `sui-setup` skill to diagnose the local Sui toolchain and offer to install whatever is missing.

What This Command Does

  • Checks the CORE tier: suiup, the sui CLI, a version-matched move-analyzer, Node + pnpm, and the plugin's two bundled MCP server builds
  • Checks the E2E tier: Google Chrome for Testing, the ~/dev-chrome pro

Alternatives in Development

  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • Claude Code Everything You Need To Know — Ultimate all-in-one guide to mastering Claude Code 1.3k ★
  • Install Hil — Interactive installation - asks questions before setup 92 ★

Full documentation available on GitHub

View Source Repository