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
Installs
15
GitHub Stars
18
First Seen
Feb 5, 2026
use-aptos-cli — iskysun96/aptos-agent-skills