use-aptos-cli
Installation
SKILL.md
Use Aptos CLI Skill
Overview
Comprehensive reference for Aptos CLI commands used in Move development workflow.
Installation: https://aptos.dev/build/cli
Core Commands
Project Initialization
# Create new Move project
aptos move init --name <project_name>
# Example
aptos move init --name my_marketplace