generate-sui-agent-config

Generate CLAUDE.md or AGENT.md configuration files for Sui projects.

10|5|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/MystenLabs/skills --skill generate-sui-agent-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-sui-agent-config
Source: https://github.com/MystenLabs/skills/tree/main/generate-sui-agent-config
Command: npx skills add https://github.com/MystenLabs/skills --skill generate-sui-agent-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly create a high-quality CLAUDE.md or AGENT.md for a Sui project so an AI coding agent has the right Sui-specific instructions and references.

Core Features & Use Cases

  • Generates a Sui-ready agent config: Creates CLAUDE.md or AGENT.md in the project root with the sections the agent needs.
  • Bootstraps Sui documentation discovery: Adds guidance for where to find Sui SDK LLM docs in node_modules when the project uses @mysten/* packages.
  • Provides trusted official resources: Includes Move Book and Sui Docs pointers (and their llms.txt files) to avoid guessing on Move patterns and Sui APIs.

Use case: You start a new Sui repo or open an existing one that lacks CLAUDE.md/AGENT.md, and you want the agent to follow consistent Sui development guidance immediately.

Quick Start

Ask an AI to create a CLAUDE.md in the Sui project root tailored to this repository, using the Sui reference links and including the SDK reference section only if the project uses @mysten/* packages.

Frequently Asked Questions about generate-sui-agent-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a CLAUDE.md file for a Sui blockchain project?

To create a CLAUDE.md for a Sui project, you need to generate a root-level configuration file containing required Sui Development Skills, official resource links, and SDK reference paths. This ensures AI coding agents follow consistent Sui-specific instructions.

What should an AI agent configuration include for Sui Move development?

An AI agent configuration for Sui Move development should include links to the Move Book, Sui Docs, and their respective llms.txt files. It provides trusted official resources to prevent guessing on Move patterns and Sui APIs during code generation.

When do I need to generate an AGENT.md file for my Sui repository?

You need to generate an AGENT.md file when setting up a new Sui repository or opening an existing one that lacks root-level agent guidance. It bootstraps Sui documentation discovery and applies placement rules for AI coding agents.

Does the Sui agent config include SDK references for TypeScript projects?

Yes, the Sui agent config conditionally includes the Sui SDK reference path for TypeScript/JavaScript projects. It adds guidance for locating Sui SDK LLM docs in node_modules specifically when the project uses @mysten/* packages.

Can I use this to add Sui documentation links for my existing @mysten/* packages?

Yes, you can use this to add Sui documentation links for existing @mysten/* packages. It generates a concise config that bootstraps documentation discovery by pointing to SDK references and official Sui resources within your project structure.

Why does my Sui project need a specific CLAUDE.md instead of a generic agent config?

A Sui project needs a specific CLAUDE.md because generic agent configs lack Sui-specific instructions, official Move Book pointers, and SDK reference paths. Generating a tailored config ensures the AI agent immediately follows consistent Sui development guidance without guessing.