# Move

> {{ frontmatter(name="move", description="Develop, review, and debug Aptos Move code. Use for general Move work; use move-test, move-prove, or move-inf for their specialized workflows.") }}

- Skill: `aptos-labs/move` (Agent Skill)
- Install (CLI): `npx skillmds@latest add aptos-labs/move`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aptos-labs/move/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: aptos-labs (https://skillmd.com/u/aptos-labs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aptos-labs/move

---

{{ frontmatter(name="move", description="Develop, review, and debug Aptos Move code. Use for general Move work; use move-test, move-prove, or move-inf for their specialized workflows.") }}

## Working on a Move package

Find the package root (`Move.toml`) and preserve the user's requested scope.
Inspect the manifest, package structure, and compiler diagnostics only as needed.
For implementation changes, make the smallest behaviorally appropriate edit and
recheck the package. Do not change named-address bindings, dependencies, or
unrelated modules merely to make an error disappear.

{% include "templates/move_lang.md" %}
{% include "templates/move_package.md" %}
{% include "templates/core_tools.md" %}

