Sui Dev Skill
Description
Claude Code skill for modern 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 Move Development Skill
A comprehensive skill for Sui blockchain Move smart contract development. This skill provides guidance, code templates, reference documentation, and best practices for building on Sui.
Features
- Move Language Fundamentals - Types, abilities, borrowing, generics
- Sui Object Model - Objects, ownership, transfers, dynamic fields
- Programmable Transaction Blocks (PTB) - Multi-command transactions
- Sui TypeScript SDK - Client setup, transaction execution, and signing workflows
- CTF Security Practice - Learn exploit/defense patterns with MystenLabs CTF
- Ecosystem Landscape - Curated Sui project map from
awesome-sui - Testing Patterns - Unit tests, scenario tests, expected failures
- Deployment Automation - Build, test, and publish scripts
- Upgrade Strategies - Version management and migration patterns
- Toolchain Management - Install and switch Sui CLI versions with
suiup - Full-Stack Starter - Bootstrap Sui dApps with
sui-dapp-starter - Move Language Canon - Consolidated key rules from Move Book
Directory Structure
sui-dev-skill/
├── SKILL.md # Main skill definition
├── README.md # This file
├── references/ # Reference documentation
│ ├── core_topics.md # Core concepts guide
│ ├── move-book-essentials.md # Key Move Book semantics
│ ├── object_model.md # Object model deep dive
│ ├── ptb_guide.md # PTB usage guide
│ ├── awesome-sui-landscape.md # Ecosystem project selection guide
│ ├── sui-dapp-starter.md # Full-stack starter guide
│ ├── sui-ctf.md # MystenLabs CTF guide
│ ├── sui-ts-sdk.md # TS SDK integration guide
│ └── suiup.md # suiup install/version guide
└── scripts/ # Code examples and utilities
├── setup_env.sh # Environment setup
├── setup_suiup.sh # Preferred setup via suiup
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11