Aptos Token Standards
Skill Verified ActiveExpert on Aptos token standards including fungible tokens (Coin, Fungible Asset), non-fungible tokens (Digital Asset standard, Token V1/V2), collections, metadata, minting, burning, and transfer patterns. Triggers on keywords token, nft, fungible asset, coin, digital asset, collection, mint, burn, metadata, royalty
To serve as an expert resource for developers working with Aptos token standards, providing clear explanations, code implementations, and best practices.
Features
- Expertise on Aptos Coin and Fungible Asset standards
- Detailed guidance on Aptos Token V1 and Digital Asset (Token V2) standards
- Code examples for minting, burning, and transferring tokens
- Explanation of collections, metadata, and royalties
- Best practices for security, design, and user experience
Use Cases
- Understanding and implementing fungible tokens on Aptos
- Developing NFT collections and individual NFTs on Aptos
- Learning about Aptos token standards and their differences
- Troubleshooting token-related operations on the Aptos blockchain
Non-Goals
- Providing a full-fledged Aptos smart contract development environment
- Handling general blockchain development outside of Aptos token standards
- Offering real-time market data or trading functionalities
Trust
- info:Issues Attention1 issue opened, 0 closed in the last 90 days. Maintainers are responsive as there are no outstanding issues.
Installation
npx skills add raintree-technology/claude-starterRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Aptos Move Testing
98Expert on testing Move smart contracts on Aptos, including unit tests, integration tests, Move Prover formal verification, debugging strategies, and test coverage. Triggers on keywords move test, unit test, integration test, move prover, formal verification, debug, coverage, assert, expect
Aptos Framework Expert
98Expert on Aptos Framework (0x1 standard library) - account, coin, fungible_asset, object, timestamp, table, event, vector, string, option, error, and other core modules. Triggers on keywords aptos framework, 0x1, account module, table, smarttable, event, timestamp, randomness, aggregator, resource account
Aptos Gas & Performance Optimization Expert
99Expert on Aptos gas optimization, performance tuning, storage costs, execution efficiency, inline functions, aggregator usage, parallel execution, table vs vector tradeoffs, and gas profiling tools. Triggers on keywords gas optimization, performance, gas cost, storage fee, inline, aggregator, parallel execution, gas profiling, optimization
Aptos Expert
98Expert 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
Move Language Expert
97Expert on Move programming language - abilities (copy/drop/store/key), generics, phantom types, references, global storage operations, signer pattern, visibility modifiers, friend functions, inline optimization, and advanced type system. Triggers on keywords move language, abilities, generics, phantom type, borrow global, signer, friend, inline, type parameter
Web3 Testing
99Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.