New OZ Skill mirroring setup-<lang>-contracts for Sui Move (project scaffolding).
Scaffolds a new Sui Move project:
- verify/install the
sui CLI → sui move new
- wire
[dependencies] with r.mvr = "@openzeppelin-move/<pkg>" from the package catalog (README/llms.txt)
- optionally seed an audited
examples/ recipe as a starting point
- generate
AGENTS.md (OZ-on-Sui context: llms.txt, docs, examples, packages added) so agents understand the project on clone (scaffold-eth-2 pattern)
sui move build + sui move test green on creation
MCP-config wiring is tracked separately (#420, gated on #376). Part of #377; depends on metadata #375 (done). MVP of #377.
New OZ Skill mirroring
setup-<lang>-contractsfor Sui Move (project scaffolding).Scaffolds a new Sui Move project:
suiCLI →sui move new[dependencies]withr.mvr = "@openzeppelin-move/<pkg>"from the package catalog (README/llms.txt)examples/recipe as a starting pointAGENTS.md(OZ-on-Sui context: llms.txt, docs, examples, packages added) so agents understand the project on clone (scaffold-eth-2 pattern)sui move build+sui move testgreen on creationMCP-config wiring is tracked separately (#420, gated on #376). Part of #377; depends on metadata #375 (done). MVP of #377.