Set up a Sui Move smart contract project with OpenZeppelin Contracts for Sui. Use when users need to: (1) install the Sui CLI and Move toolchain, (2) create a new Sui Move package, (3) discover and add OpenZeppelin Sui dependencies to Move.toml via the Move Registry (MVR), (4) learn the integration pattern from the library's examples and API docs before implementing, or (5) understand Sui Move import conventions and build/test commands for OpenZeppelin.
$npx -y skills add openzeppelin/openzeppelin-skills --skill setup-sui-contractsInstalls into the current project.
Run `npx skills use "https://github.com/openzeppelin/openzeppelin-skills" --skill "openzeppelin/openzeppelin-skills/setup-sui-contracts"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/openzeppelin/openzeppelin-skills" that are relevant to the current task. Run `npx skills add "https://github.com/openzeppelin/openzeppelin-skills"` and select the relevant skills, then follow their instructions.