Sui Ai Commons banner
AlphaFiTech AlphaFiTech

Sui Ai Commons

AI community

Description

AI commons for the Sui community — Claude Code agents, skills, and tools for Sui development.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

sui-ai-commons

What this is

The **Sui community's AI commons**: a public repository of AI agents, skills, and tools for Sui development, installable in [Claude Code](https://claude.com/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](CONTRIBUTING.md)). Utilities and other non-AI tooling are explicitly out of scope — they live in a separate, future repo.

Available agents

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

Installation

From any Claude Code session:

/plugin marketplace add AlphaFiTech/sui-ai-commons
/plugin install sui-ai@sui-ai-commons

Usage

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.

License

MIT — see [LICENSE](LICENSE).