The Sui community's AI commons: a public repository of AI agents, skills, and tools for Sui development, installable in Claude Code as the single sui-ai umbrella plugin. Agents ship today; skills and tools are future additions under the documented scaffold (see CONTRIBUTING.md). Utilities and other non-AI tooling are explicitly out of scope — they live in a separate, future repo.
All components ship inside the single umbrella plugin sui-ai and surface under the sui-ai: prefix.
| Agent | Description | Scoped agent name |
|---|---|---|
sui-move-auditor |
Zero-trust adversarial security auditor for Sui Move smart contracts | sui-ai:sui-move-auditor |
From any Claude Code session:
/plugin marketplace add AlphaFiTech/sui-ai-commons
/plugin install sui-ai@sui-ai-commons
Once installed, invoke the sui-ai:sui-move-auditor agent — via the agent picker or by asking Claude Code to use it — from a session whose working directory is the Sui Move project under audit. The agent audits the target project's sources (sources/*.move, its docs) and loads its own domain playbooks on demand. Typical uses: pre-deployment reviews, PR security audits, and DeFi protocol assessments.
MIT — see LICENSE.