
from sui-dev-skills15
A collection of Sui blockchain development skills covering Move smart contracts, the TypeScript SDK, and frontend dApp patterns for building full-stack Sui appl
Sui Dev Skills is a grouped skill set that routes developer requests to focused sub-skills for Move smart contracts, the Sui TypeScript SDK, and frontend dApp construction. It defines when to load each sub-skill and provides targeted guidance for contract authoring, transaction construction, key management, and frontend wallet integration.
Load this skill when the user is building or reviewing Sui Move contracts, writing backend scripts or CLIs that interact with Sui, or building React/Vue/Svelte frontends that construct and submit transactions. For mixed tasks (contracts + frontend), load the appropriate combination of sub-skills.
{}
Router skill for Sui blockchain development that dispatches to three sub-skills (Move smart contracts, TypeScript SDK, frontend dApp Kit). No bundled scripts. SKILL.md provides a clean routing table for when to load each sub-skill. Well-structured but the skill itself is an index — actual instructions live in separate sub-skill files not included in this audit.
Clean skill, no security concerns. This is a routing/index skill pointing to sub-skills in the same repo. The sub-skills themselves would need separate audits for a complete picture.