Sui is a blockchain platform for running smart contracts and managing digital assets, using the Move programming language and a network of authorities to process transactions. It is intended for developers building web3 applications and on-chain assets.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/mystenlabs/sui/claude-mdgit clone --depth 1 https://github.com/MystenLabs/suiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/mystenlabs/sui/claude-md)<a href="https://agentmods.dev/instructions/mystenlabs/sui/claude-md"><img src="https://agentmods.dev/badge/instructions/mystenlabs/sui/claude-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01256 | $0.01256 |
| Opus 5 | $0.00628 | $0.00628 |
| Sonnet 5 | $0.00251 | $0.00251 |
| Haiku 4.5 | $0.00126 | $0.00126 |
Grade A, and why
sui CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Crate-specific CLAUDE.md files
When a sub-crate's CLAUDE.md conflicts with this file, the sub-crate's instructions win.
Individual Preferences
Individual preferences supersede and extend project preferences:
- @CLAUDE.local.md if present.
Essential Development Commands
License comments
All applicable source code files must start with the following license in comments at the top of the file:
Copyright (c) Mysten Labs, Inc.
SPDX-License-Identifier: Apache-2.0
Building and Installation
# Build a specific crate. Generally don't need to do release build.
cargo build -p sui-core
# Check code without code generation or linking (preferred)
cargo check
Testing
# Run e2e tests. simtests must be run with `cargo simtest` to avoid false negatives
cargo simtest -p sui-e2e-tests
# Run Rust unittests. skip simulation tests as they may cause false negatives with `cargo nextest`
SUI_SKIP_SIMTESTS=1 cargo nextest run -p <crate-name>
Important Notes for Testing:
- When compiling or running tests in this repository, set timeout limits to at least 10 minutes due to the large codebase size
- For faster iteration, use -p to select only the most relevant packages for testing. Use multiple
-pflags if necessary, e.g.cargo nextest run -p sui-types -p sui-core - Use
cargo nextest run --libto run only library tests and skip integration tests for faster feedback - Use a scoped
cargo insta testfor the relevant package when snapshots are affected. Inspect the generated snapshot diffs. If they match the intended changes, update them withcargo insta accept. Do not accept unrelated snapshot changes. - Consult crate-specific CLAUDE.md files for instructions on which tests to run, when changing files in those crates
Linting and Formatting
# Formats & lints all Rust & Move (can be slow).
./scripts/lint.sh
# For formatting:
cargo fmt --all
# Lint a single crate in `crates/`, `consensus/`, `sui-execution/`:
cargo xclippy -p <crate-name>
# Linting all crates in `external-crates/`: cd into the crate directory and run:
cargo move-clippy
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 137 lines · 1,256 tokens per session scan A c8dec36552d3
sui CLAUDE.md is an instructions file published in the GitHub repository MystenLabs/sui (7,743 stars, last pushed today), licensed Apache-2.0. It adds 1,256 tokens to every session, about $0.0063 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
lineth-monorepo AGENTS.md
AGENTS.md instructions for LFDT-Lineth/lineth-monorepo, covering agents.md, documentation precedence, agent entry points, local agent workflows and discoverability index.
lineth-monorepo copilot-instructions.md
Copilot instructions for LFDT-Lineth/lineth-monorepo, covering github copilot instructions, purpose, precedence, discoverability and note.
lineth-monorepo CLAUDE.md
Claude Code instructions for LFDT-Lineth/lineth-monorepo, covering claude.md, purpose, precedence, discoverability and note.
cardano-init CLAUDE.md
Claude Code instructions for input-output-hk/cardano-init, covering claude.md, project overview, commands, build and run.
foundry-template AGENTS.md
Instructions for PaulRBerg/foundry-template, covering agents.md, stack, commands, forge and bun scripts (package.json).
mcp-klever-vm CLAUDE.md
Instructions for klever-io/mcp-klever-vm, covering claude.md, project overview, common commands, architecture and data flow.