Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
MystenLabs
GitHub 创作者资料

MystenLabs

按仓库查看 9 个 GitHub 仓库中的 44 个已收集 skills,并展示近似职业覆盖。

已收集 skills
44
仓库
9
职业领域
1
更新
2026-06-01
职业覆盖
该创作者主要覆盖的职业大类。
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

#001
skills
22 个 skills40更新于 2026-05-28
占该创作者 50%
frontend-apps
未分类

Sui frontend / dApp development with @mysten/dapp-kit-react (React) and @mysten/dapp-kit-core (Vue, vanilla JS, Svelte, Web Components, other frameworks). Use when building browser apps that connect Sui wallets, query on-chain state, or submit transactions. Covers wallet connection, network switching, transaction execution, query patterns with TanStack React Query, and the specific pitfalls of browser + wallet + async-indexer environments. Pair with the `sui-sdks` skill for @mysten/sui Transaction construction patterns and the `ptbs` skill for PTB semantics.

2026-05-28
sui-object-model
未分类

Deep reference for the Sui object model: ownership types, object abilities, dynamic fields, collections, versioning, transfer patterns, and derived objects. Use this skill whenever the user asks about Sui objects, object ownership (address-owned, shared, immutable, wrapped), how to transfer or share or freeze objects, dynamic fields vs dynamic object fields, Table vs Bag vs VecMap, object versioning, wrapping and unwrapping, the Receiving type, custom transfer rules, hot potato pattern, capability pattern, object deletion, Object Display, or how to model data (inventories, registries, nested items) in Sui Move. Also use when the user needs to choose between ownership types or storage patterns for their use case.

2026-05-28
composable-move-functions
未分类

Use when writing Move functions on Sui, especially public APIs. Applies to function visibility (public vs entry), parameter ordering, and return patterns. Use whenever designing function signatures or deciding whether functions should transfer objects or return them.

2026-05-28
sui-move
未分类

Sui Move smart contract development. Use when writing, reviewing, or debugging Move code on Sui. Covers Move abilities (key, store, copy, drop), TxContext, init functions, One-Time Witness, package publishing and upgrades, resource safety, events, and coins. Also use when the user asks about struct abilities, UID, how to destroy objects, or how to create a fungible token. For object model and ownership, see the `object-model` skill. For programmable transaction blocks, see the `ptbs` skill. For frontend dApp development, see the `frontend-apps` skill. For project setup and Move.toml, see the `sui-move-project` skill.

2026-05-28
ptbs
未分类

Sui Programmable Transaction Blocks (PTBs). Use when writing, reviewing, or debugging code that composes multiple Sui transaction commands into a single atomic transaction — including TypeScript SDK `Transaction` usage, CLI PTB construction, gas coin handling, sponsored transactions, shared-object inputs, chaining command results, or troubleshooting PTB execution errors.

2026-05-27
sui-move-project
未分类

Move project setup and configuration on Sui. Use this skill when the user needs to create a Move project, configure Move.toml, resolve dependency or build errors, set up the canonical sui-stack-hello-world project, use MVR dependencies, or migrate from old Move.toml formats. Also use when the user sees errors about "legacy system name", "old dependencies", "Cannot upgrade package without having a published id", edition mismatches, or asks about Move.toml, Published.toml, Move.lock, or the [environments] section.

2026-05-27
sui-overview
未分类

High-level overview of what Sui is, how it works, and what the Sui Stack provides. Use when explaining Sui to someone new, comparing Sui to other blockchains (Ethereum, Solana, Bitcoin), discussing the object-centric data model at a conceptual level, choosing which Sui Stack primitives to use (randomness, zkLogin, Walrus, Nautilus, DeepBook, Kiosk, Seal), or exploring what use cases Sui enables (DeFi, gaming, NFTs, identity, social, supply chain). Also use when migrating from Ethereum or Solana to Sui.

2026-05-27
sui-publish
未分类

Publishing, upgrading, and deploying Sui Move packages. Use this skill when the user needs to publish a package, upgrade a published package, deploy to multiple networks, serialize transactions for multisig signing, run a local Sui network (localnet), prepare for Mainnet launch, monitor production deployments, or debug dry run failures. Also use when the user asks about sui client publish, sui client upgrade, UpgradeCap, upgrade policies, Published.toml, --serialize-output, localnet, mainnet launch checklist, gas estimation, multisig publishing, production monitoring, rollback, incident response, devInspectTransactionBlock, or --dry-run.

2026-05-27
当前展示该仓库 Top 8 / 22 个已收集 skills。
#002
sui-dev-skills
8 个 skills205更新于 2026-03-18
占该创作者 18%
sui-dev
软件开发工程师

Full-stack Sui blockchain development — Move smart contracts, TypeScript SDK, and frontend dApp Kit. Routes to the appropriate sub-skill based on what the user is building.

2026-03-18
move-objects
计算机程序员

Sui object model — struct declarations, abilities (key/store/copy/drop), object ownership, naming conventions, and dynamic fields.

2026-03-13
move-patterns
计算机程序员

Move design patterns — events, error handling, one-time witness (OTW), capability pattern, and pure functions/composability.

2026-03-13
move-setup
计算机程序员

Move package setup (Move.toml, edition, dependencies), building, testing, and common pitfalls from other Move dialects.

2026-03-13
move-stdlib
计算机程序员

Common Sui Move standard library patterns — strings, Coin/Balance, Option, addresses, UID, TxContext, vectors, and struct unpacking.

2026-03-13
move-syntax
计算机程序员

Move language syntax — module layout, imports, mutability, visibility, method syntax, enums, macros, and comments.

2026-03-13
sui-frontend
网页开发工程师

Sui frontend dApp development with @mysten/dapp-kit-react (React) and @mysten/dapp-kit-core (Vue, vanilla JS, other frameworks). Use when building browser apps that connect to Sui wallets, query on-chain data, or execute transactions. Use alongside the sui-ts-sdk skill for PTB construction patterns.

2026-02-20
sui-ts-sdk
网页开发工程师

Sui TypeScript SDK — PTB construction, client setup, transaction execution, and on-chain queries. Use when writing code that interacts with the Sui blockchain via @mysten/sui. These patterns apply in both backend scripts and frontend apps. For frontend-specific setup (dApp Kit, wallet adapters, React hooks), use the sui-frontend skill first or alongside this one.

2026-02-20
#003
sui
5 个 skills7.7k11.7k更新于 2026-05-29
占该创作者 11%
#004
ts-sdks
4 个 skills9688更新于 2026-03-28
占该创作者 9.1%
#007
Walrus-Onboarding
1 个 skills203更新于 2026-02-09
占该创作者 2.3%
#008
ts-sdks-incubation
1 个 skills01更新于 2026-05-18
占该创作者 2.3%
#009
move-code-review-skill
1 个 skills01更新于 2026-03-27
占该创作者 2.3%
已展示 9 / 9 个仓库
已展示全部仓库