Mysten Labs
Official@mystenlabs
We create foundational infrastructure to accelerate web3 adoption
Agent Skills by Mysten Labs
Showing 33 vetted skills indexed across 4 GitHub repositories.
sui-cli
Explain Sui network environments, gas cost mechanics, and epoch behavior.
accessing-data
Select Sui data access APIs for real-time, historical, and pruned data.
sui-move-project
Configure Sui Move projects with Move.toml editions and environments.
sui-build
Build and test Sui Move packages with environment targeting and coverage.
sui-object-model
Guide Sui Move object modeling with ownership, storage, and transfer patterns.
sui-client
Configure Sui CLI clients, manage environments and addresses, and diagnose gas-coin errors.
frontend-apps
Build Sui frontend dApps with dApp Kit v2 for wallet connections and transactions.
walrus-sites
Publish and update decentralized static websites on Walrus Sites with a testnet portal.
sui-install
Fix Sui CLI installation and version mismatches with suiup commands.
modern-move-syntax
Rewrite Move code to enforce Sui 2024 edition syntax.
move-unit-testing
Write Sui Move unit tests with correct assertions and expected_failure handling.
template
Create structured agent skills with YAML frontmatter and routed reference files.
composable-move-functions
Design Sui Move function APIs for Programmable Transaction Blocks.
naming-conventions
Enforce Sui Move naming conventions for constants, events, getters, and types.
sui-overview
Explain Sui's object-centric model and Sui Stack primitives for app architecture.
ptbs
Compose and debug Sui Programmable Transaction Blocks using TypeScript SDK and CLI workflows.
sui-move
Explain Sui Move smart contract patterns for objects, events, and coins.
sui-sdks
Route Sui SDK selection and migration to version-matched TypeScript and Rust APIs.
generate-sui-agent-config
Generate CLAUDE.md or AGENT.md configuration files for Sui projects.
sui-publish
Publish, upgrade, and deploy Sui Move packages with UpgradeCap governance.
walrus-sites-publishing
Publish and update Walrus Sites static frontends with site-builder CLI.
walrus-sites-portal
Configure and troubleshoot the Walrus Sites testnet portal for local site visibility.
sui-dev
Route Sui development tasks to Move, TypeScript SDK, and frontend sub-skills.
move
Route Move development tasks to specialized sub-skills for Sui.
Frequently Asked Questions About Mysten Labs
FAQPage SchemaWhat specific tasks can developers perform using these resources?▼
Developers can architect object-centric smart contracts, execute complex transaction sequences, manage gas-coin mechanics, and deploy decentralized static websites. These resources facilitate the entire lifecycle from local environment configuration and unit testing to production deployment and network committee inspection.
Which technical personas benefit most from these capabilities?▼
These resources are designed for blockchain engineers, smart contract developers, and frontend dApp architects. The technical depth is specifically tailored for those building on the Sui network, requiring expertise in Move language syntax, TypeScript integration, and distributed storage protocols.
What are the primary prerequisites for deploying these solutions?▼
Deployment requires a configured environment using the Sui binary suite, including the suiup manager for version control. Developers must also possess familiarity with Move language editions, object ownership models, and the specific TypeScript libraries required for wallet connectivity and transaction block composition.