Move smart contract development tools for Movement blockchain.
npx skills add Rahat-ch/move-pluginFor Claude Code only:
npx skills add Rahat-ch/move-plugin -a claude-codeGlobal install (all projects):
npx skills add Rahat-ch/move-plugin -g -a claude-code/plugin marketplace add Rahat-ch/move-plugin
/plugin install move| Command | Description |
|---|---|
/move:new <template> <name> |
Scaffold a new Move project |
/move:explain |
Explain the current Move file |
/move:debug |
Parse compiler errors and suggest fixes |
/move:search <query> |
Search the Move framework |
/move:deploy |
Help with deployment to Movement |
basic- Simple module with init, entry, and view functionsfa- Fungible Asset token with mint/burn/transfernft- NFT collection with token minting
# Create a new fungible asset project
/move:new fa my_token
# Search for object patterns
/move:search object
# Debug compiler errors
/move:debugThe plugin provides these tools to Claude:
scaffold_module- Generate Move projects from templatesrun_cli- Execute Movement/Aptos CLI commandssearch_framework- Search Move framework codequery_rpc- Query Movement chain via RPCsetup_cli- Check, install, or initialize the CLI
The plugin includes a Move expert skill that automatically activates when:
- Working with
.movefiles - Discussing Move/Movement/Aptos concepts
- Debugging Move compiler errors
- Building smart contracts
- Movement CLI (recommended) or Aptos CLI v7.4.0 as fallback
- Node.js 18+
Install Movement CLI:
brew install movementlabsxyz/tap/movementBardock Testnet (Chain ID: 250)
- RPC:
https://testnet.movementnetwork.xyz/v1 - Faucet:
https://faucet.movementnetwork.xyz/ - Explorer:
https://explorer.movementnetwork.xyz/?network=bardock+testnet
Mainnet (Chain ID: 126)
- RPC:
https://mainnet.movementnetwork.xyz/v1 - Explorer:
https://explorer.movementnetwork.xyz/?network=mainnet
Apache-2.0