byaptos-labs· 17 skills
Detects and modernizes outdated Move V1 syntax, patterns, and APIs to Move V2+. Use when upgrading legacy contracts, migrating to modern syntax, or converting old patterns to current best practices. NOT for writing new contracts (use write-contracts) or fixing bugs.
$npx -y skills add aptos-labs/aptos-agent-skills --skill modernize-moveInstalls into the current project.
Run `npx skills use "https://github.com/aptos-labs/aptos-agent-skills" --skill "aptos-labs/aptos-agent-skills/modernize-move"` 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/aptos-labs/aptos-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/aptos-labs/aptos-agent-skills"` and select the relevant skills, then follow their instructions.