sui CLAUDE.md

sui CLAUDE.md is an instructions file for coding agents from MystenLabs/sui. It costs 1,256 tokens per session, scanned A, original, Apache-2.0.

Project instructions for MystenLabs’ Sui codebase, including repository rules, crate-specific guidance, required license comments, build commands, and test commands. Sui is a large Rust-based software project.

In plain words
What is it for?
Use them when editing Sui source files, selecting a Rust crate to build, checking code, running simulation tests, or running its unit-test suite.
Why use it?
They help a coding agent follow local conventions and avoid unreliable or excessively slow build and test workflows.

Instructions file

About the project

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.

MystenLabs/sui · 7,743 stars · on GitHub

Install

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.

agentmods
npx agentmods add instructions/mystenlabs/sui/claude-md
Clone the repo
git clone --depth 1 https://github.com/MystenLabs/sui

Wrote 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.

agentmods badge for sui CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mystenlabs/sui/claude-md.svg)](https://agentmods.dev/instructions/mystenlabs/sui/claude-md)
Your own site
<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>
Per session 1,256 This file is loaded in full into every session.
When invoked 1,256 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash c8dec36552d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 137 lines

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 -p flags if necessary, e.g. cargo nextest run -p sui-types -p sui-core
  • Use cargo nextest run --lib to run only library tests and skip integration tests for faster feedback
  • Use a scoped cargo insta test for the relevant package when snapshots are affected. Inspect the generated snapshot diffs. If they match the intended changes, update them with cargo 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

Read the full file on GitHub · 137 lines

Changes

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.

  1. 5d ago First seen · 137 lines · 1,256 tokens per session scan A c8dec36552d3

Subscribe to this mod's changes

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.