github.com/aave/aptos-aave-v3
| Skill | Added | Review |
|---|---|---|
analyze-gas-optimization .claude/skills/analyze-gas-optimization/SKILL.md Analyze and optimize Aptos Move contracts for gas efficiency, identifying expensive operations and suggesting optimizations. Triggers on: 'optimize gas', 'reduce gas costs', 'gas analysis', 'make contract cheaper', 'gas efficiency', 'analyze gas usage', 'reduce transaction costs'. | 64 64 1.03x Agent success vs baseline Impact 83% 1.03xAverage score across 3 eval scenarios Securityby — The risk profile of this skill Reviewed: Version: 919362b | |
generate-tests .claude/skills/generate-tests/SKILL.md Creates comprehensive test suites for Move contracts with 100% coverage requirement. Triggers on: 'generate tests', 'create tests', 'write test suite', 'test this contract', 'how to test', 'add test coverage', 'write unit tests'. | 58 58 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 919362b | |
modernize-move .claude/skills/modernize-move/SKILL.md Detects and modernizes outdated Move V1 syntax, patterns, and APIs to Move V2+. Use when upgrading legacy contracts, migrating to modern syntax, or converting old patterns to current best practices. NOT for writing new contracts (use write-contracts) or fixing bugs. | — | |
search-aptos-examples .claude/skills/search-aptos-examples/SKILL.md Searches aptos-core and daily-move for reference implementations before writing contracts. Triggers on: 'search examples', 'find example', 'check aptos-core', 'is there an example', 'reference implementation', 'how does aptos implement', 'similar contract', 'daily-move'. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 919362b | |
security-audit .claude/skills/security-audit/SKILL.md Audits Move contracts for security vulnerabilities before deployment using 7-category checklist. Triggers on: 'audit contract', 'security check', 'review security', 'check for vulnerabilities', 'security audit', 'is this secure', 'find security issues'. | 82 82 1.41x Agent success vs baseline Impact 95% 1.41xAverage score across 3 eval scenarios Securityby — The risk profile of this skill Reviewed: Version: 919362b | |
ts-sdk-account .claude/skills/ts-sdk-account/SKILL.md How to create and use Account (signer) in @aptos-labs/ts-sdk. Covers Account.generate(), fromPrivateKey(), fromDerivationPath(), Ed25519 vs SingleKey vs MultiKey vs Keyless, serialization (fromHex/toHex). Triggers on: 'Account.generate', 'Account.fromPrivateKey', 'Ed25519PrivateKey', 'SDK account', 'mnemonic', 'SingleKeyAccount', 'KeylessAccount'. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 919362b | |
ts-sdk-address .claude/skills/ts-sdk-address/SKILL.md How to create and use AccountAddress in @aptos-labs/ts-sdk. Covers address format (AIP-40), from/fromString/fromStrict, special addresses, LONG vs SHORT form, and derived addresses (object, resource, token, user-derived). Triggers on: 'AccountAddress', 'AccountAddress.from', 'AIP-40', 'derived address', 'createObjectAddress', 'createResourceAddress', 'createTokenAddress'. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 919362b | |
ts-sdk-client .claude/skills/ts-sdk-client/SKILL.md How to create and configure the Aptos client (Aptos, AptosConfig) in @aptos-labs/ts-sdk. Covers Network, fullnode/indexer/faucet URLs, singleton pattern, and Bun compatibility. Triggers on: 'Aptos client', 'AptosConfig', 'SDK client', 'client setup', 'new Aptos(', 'Network.TESTNET', 'Network.MAINNET'. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 919362b | |
ts-sdk-transactions .claude/skills/ts-sdk-transactions/SKILL.md How to build, sign, submit, and simulate transactions in @aptos-labs/ts-sdk. Covers build.simple(), signAndSubmitTransaction(), waitForTransaction(), simulate, sponsored (fee payer), and multi-agent. Triggers on: 'build.simple', 'signAndSubmitTransaction', 'transaction.build', 'waitForTransaction', 'signAsFeePayer', 'SDK transaction', 'sponsored transaction', 'multi-agent transaction'. | 78 78 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 919362b | |
ts-sdk-types .claude/skills/ts-sdk-types/SKILL.md Move to TypeScript type mapping in @aptos-labs/ts-sdk: u64/u128/u256 as bigint, address as string, TypeTag, functionArguments and typeArguments. Triggers on: 'typeArguments', 'functionArguments', 'Move to TypeScript', 'type mapping', 'TypeTag', 'bigint u128'. | 74 74 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 919362b | |
ts-sdk-view-and-query .claude/skills/ts-sdk-view-and-query/SKILL.md How to read on-chain data in @aptos-labs/ts-sdk: view(), getBalance(), getAccountInfo(), getAccountResources(), getAccountModules(), getResource(). Triggers on: 'aptos.view', 'getBalance', 'getAccountInfo', 'getAccountResources', 'SDK query', 'view function TypeScript'. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 919362b | |
ts-sdk-wallet-adapter .claude/skills/ts-sdk-wallet-adapter/SKILL.md How to integrate wallet connection in React frontends using @aptos-labs/wallet-adapter-react. Covers AptosWalletAdapterProvider setup, useWallet() hook, frontend transaction submission, and wallet connection UI. Triggers on: 'wallet adapter', 'connect wallet', 'useWallet', 'AptosWalletAdapterProvider', 'wallet-adapter-react', 'wallet connection'. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 919362b | |
use-ts-sdk .claude/skills/use-ts-sdk/SKILL.md Orchestrates TypeScript SDK integration for Aptos dApps. Routes to granular skills for specific tasks (client setup, accounts, transactions, view functions, types, wallet adapter). Use this skill for fullstack dApp integration or when multiple SDK concerns are involved. Triggers on: 'typescript sdk', 'ts-sdk', 'aptos sdk', 'SDK setup', 'interact with contract', 'call aptos', 'aptos javascript', 'frontend integration', 'fullstack'. | 73 73 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 919362b | |
write-contracts .claude/skills/write-contracts/SKILL.md Generates secure Aptos Move V2 smart contracts with Object model, Digital Asset integration, security patterns, and storage type guidance. Includes comprehensive storage decision framework for optimal data structure selection. Triggers on: 'write contract', 'create NFT collection', 'build marketplace', 'implement minting', 'generate Move module', 'create token contract', 'build DAO', 'implement staking'. Ask storage questions when: 'store', 'track', 'registry', 'mapping', 'list', 'collection'. | 87 87 1.48x Agent success vs baseline Impact 89% 1.48xAverage score across 3 eval scenarios Securityby — The risk profile of this skill Reviewed: Version: 919362b |