| name | aptos-official-agent-skills |
| description | [](https://agentskills.io) |
aptos-official-agent-skills
Source: github.com/aptos-labs/aptos-agent-skills. The body below is the upstream README.md captured at the time of registration.
Aptos Agent Skills

AI-assisted Aptos blockchain development with Claude Code, Cursor, and GitHub Copilot. These skills give
your AI coding assistant deep knowledge of Move smart contract development, the Aptos TypeScript SDK, and the full dApp
lifecycle — from project scaffolding to deployment.
- Move V2 Object Model — Write secure smart contracts using modern Aptos patterns
- Gas Optimization — Analyze and reduce transaction costs in Move contracts
- Security Auditing — Catch vulnerabilities before deploying to devnet, testnet, or mainnet
- TypeScript SDK — Integrate Aptos wallets, transactions, and view functions into your frontend
- AI-Powered Workflow — Skills activate automatically based on developer intent
Install
Recommended
npx skills add aptos-labs/aptos-agent-skills
Claude Code plugin
/plugin marketplace add aptos-labs/aptos-agent-skills
Manual
git clone https://github.com/aptos-labs/aptos-agent-skills.git
See INSTALL.md for selective installation and other options.
Aptos Development Skills
Move Smart Contracts
TypeScript SDK
Project Setup
Community Skills
Community-contributed skills built by developers across the Aptos ecosystem. These are independently maintained and have
not been reviewed by Aptos Labs. See community-skills/ for contribution guidelines.
| Skill | Author | Purpose |
|---|
| smoothsend-gasless | ivedmohan | Sponsor gas fees for Aptos transactions with SmoothSend |
Quick Start
Claude Code
Skills activate automatically based on what you say:
"Create a new dApp" → project scaffolding
"Write an NFT contract" → /write-contracts
"Write tests for this" → /generate-tests
"Check security" → /security-audit
"Deploy to testnet" → /deploy-contracts
"Add a frontend" → /use-ts-sdk
Cursor / Copilot
Reference skill files directly in prompts:
@skills/move/write-contracts/SKILL.md Help me build an NFT marketplace
Include CLAUDE.md in your workspace context for full skill routing and auto-recommendations.
Aptos dApp Development Workflow
- Create —
/create-aptos-project scaffolds with npx create-aptos-dapp
- Write —
/write-contracts generates Move modules
- Test —
/generate-tests creates test suites with 100% coverage
- Audit —
/security-audit checks for vulnerabilities
- Deploy —
/deploy-contracts publishes to your target network
- Frontend —
/use-ts-sdk wires up TypeScript integration
See CLAUDE.md for all workflows, global rules, and pattern references.
Learn More
| Resource | Description |
|---|
| CLAUDE.md | Full guide for AI assistants — workflows, rules, skill routing |
| INSTALL.md | Installation options and selective skill setup |
| patterns/ | Reference docs for objects, digital assets, fungible assets, security, and more |
| community-skills/ | Community-contributed skills and contribution guidelines |
| aptos.dev | Official Aptos documentation |
| SkillsMP | Browse Aptos skills on SkillsMP |
| Skills.sh | Browse and install via Skills.sh |
Contributing
We welcome contributions — new skills, pattern improvements, examples, and bug fixes. See
CONTRIBUTING.md for guidelines.
License
MIT — see LICENSE for details.