
Description
Initialize Move workflow routing in the project CLAUDE.md
SKILL.md
Task
Add Move workflow routing instructions to the project's CLAUDE.md so that future prompts automatically delegate to the right agent.
Steps
- Find the Move package root by looking for
Move.tomlin the current directory or its parents. - If no
Move.tomlfound, tell the user this is not a Move package and stop. - Read
CLAUDE.mdat the package root. If it does not exist, create it. - Check if the file already contains
<!-- move-flow-routing -->. If yes, tell the user "Move workflow routing already configured" and stop. - Append the following block to the end of CLAUDE.md:
<!-- move-flow-routing -->
## Move Workflow Routing
When working with Move code in this package, use the appropriate workflow.
If the user asks to run something "in an agent" or "as a subagent", use
the Agent tool with the agent name. Otherwise, use the Skill tool with
the /skill-name to load the workflow into the current conversation.
- **Spec inference** (infer specs, generate specifications, WP analysis):
Skill: `/move-inf`. Agent: `move-inf`.
- **Verification** (verify, prove, run prover, check specifications):
Skill: `/move-prove`. Agent: `move-verify`.
- **Testing** (generate tests, unit tests, improve coverage):
Skill: `/move-test`. Agent: `move-test`.
- **Fix compilation** (check errors, fix compilation, won't compile):
Skill: `/move-check`. Agent: `move-check`.
Do not call `move_package_wp` or `move_package_verify` MCP tools directly —
always use the skill or agent which has the full workflow context.
For general Move development (writing code, reading code, explaining),
use the `/move` skill for language and tool references.
- Tell the user that Move workflow routing has been configured.
More skills from the aptos-ai repository
View all 7 skillsmove
develop applications on Aptos
Jul 19BlockchainWeb3move-check
check Move packages for compilation errors
Jul 19DebuggingWeb3move-inf
infer specifications for Move packages
Jul 19Data ModelingWeb3move-prove
verify Move specifications with Move Prover
Jul 19TestingWeb3move-replay
replay and debug Aptos transactions
Jul 19DebuggingWeb3move-test
generate unit tests for Move code
Jul 19TestingWeb3
More from Aptos Labs
View publisheranalyze-gas-optimization
optimize Aptos Move contracts for gas
aptos-agent-skills
Jul 12BlockchainPerformanceSmart Contractscreate-aptos-project
scaffold new Aptos dApp projects
aptos-agent-skills
Jul 12Next.jsTypeScriptViteWeb3deploy-contracts
deploy Move contracts to Aptos networks
aptos-agent-skills
Jul 12DeploymentEngineeringSmart Contractsgenerate-tests
generate test suites for Move contracts
aptos-agent-skills
Jul 12EngineeringQATestingmodernize-move
modernize Move V1 contracts to V2
aptos-agent-skills
Jul 12Code AnalysisEngineeringMigrationsearch-aptos-examples
search Aptos reference implementations
aptos-agent-skills
Jul 12BlockchainDocumentationSearch