AI skills for building fullstack Aptos dApps - from Move smart contracts to wallet connection and frontend integration
npx claudepluginhub aptos-labs/aptos-agent-skillsA collection of skills to build fullstack Aptos dApps including Move smart contract development, wallet integration, and frontend patterns
Community-built skills showcasing third-party tools and integrations. Independently maintained by their authors.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
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.
npx skills add aptos-labs/aptos-agent-skills
/plugin marketplace add aptos-labs/aptos-agent-skills
git clone https://github.com/aptos-labs/aptos-agent-skills.git
See INSTALL.md for selective installation and other options.
| Skill | Purpose |
|---|---|
| write-contracts | Generate secure Aptos Move V2 smart contracts |
| generate-tests | Generate Move unit tests targeting 100% code coverage |
| security-audit | Security audit for Move smart contracts before deployment |
| deploy-contracts | Deploy Move contracts to devnet, testnet, or mainnet |
| search-aptos-examples | Search aptos-core for reference implementations and patterns |
| analyze-gas-optimization | Analyze and reduce gas costs in Move smart contracts |
| modernize-move | Migrate Move V1 resource accounts to V2 object model |
| Skill | Purpose |
|---|---|
| use-ts-sdk | Aptos TypeScript SDK orchestrator for frontend integration |
| ts-sdk-client | Set up Aptos client with AptosConfig and network selection |
| ts-sdk-account | Create Aptos accounts and signers from private keys or derivation paths |
| ts-sdk-address | Parse and derive Aptos account addresses (AIP-40) |
| ts-sdk-transactions | Build, sign, and submit Aptos transactions including sponsored and multi-agent |
| ts-sdk-view-and-query | Call Move view functions and query on-chain Aptos data |
| ts-sdk-types | Map Move types to TypeScript (u64, u128, address, vector) |
| ts-sdk-wallet-adapter | Integrate Aptos wallets into React apps with useWallet |