Expert on Aptos blockchain, Move language, smart contracts, NFTs, DeFi, and Aptos development. Triggers on keywords aptos, move, blockchain, smart contract, nft, defi, web3, mainnet, testnet, devnet
Provide expert guidance on Aptos blockchain development, Move programming language, smart contracts, and ecosystem tools based on official Aptos documentation.
Auto-invoke when users mention:
Note: Aptos documentation is not included by default. This skill provides general Aptos blockchain expertise. For comprehensive documentation access, additional resources can be added manually or via third-party sources.
When a user asks about Aptos:
Common topics:
- Getting started / setup
- Move language syntax
- Smart contract development
- Token standards (Fungible/NFT)
- Network operations (mainnet/testnet)
- SDK usage (TypeScript, Python, Rust)
- CLI commands
- Wallet integration
Use Grep to find relevant docs:
# Search for specific topics
Grep "move module" docs/ --output-mode files_with_matches
Grep "smart contract" docs/ --output-mode content -C 3
Check the INDEX.md for navigation:
Read docs/INDEX.md
Read the most relevant documentation files:
Read docs/path/to/relevant-doc.toon
# or .md format depending on what docpull downloaded
Structure your response:
User: "How do I create a Move module on Aptos?"
1. Search: Grep "move module" docs/
2. Read: Relevant module development docs
3. Answer:
- Show basic module structure
- Explain module syntax
- Provide example code
- Link to module standards doc
User: "What's the NFT standard on Aptos?"
1. Search: Grep "nft|token" docs/ -i
2. Read: Token standards documentation
3. Answer:
- Explain Aptos Token Standard (v1 and v2)
- Show minting example
- Discuss metadata standards
- Reference official docs
User: "How do I deploy to Aptos mainnet?"
1. Search: Grep "deploy|mainnet" docs/
2. Read: Deployment guide
3. Answer:
- Prerequisites (CLI, wallet, APT tokens)
- Deployment commands
- Network configuration
- Verification steps
Move Language Fundamentals:
<T>, phantom types)Advanced Move Concepts:
Aptos Object Model:
Aptos Framework (0x1):
Token Standards:
Transaction Types:
Gas & Performance:
Development Tools:
Security Patterns:
If documentation is in .toon format:
/Users/zach/Documents/claude-starter/.claude/utils/toon/zig-out/bin/toon decode file.toon
After answering, suggest: