iskysun96
@iskysun96
Public Skills
generate-tests
by iskysun96
"Creates comprehensive test suites for Move contracts with 100% coverage requirement. Triggers on: 'generate tests',
analyze-gas-optimization
by iskysun96
"Analyze and optimize Aptos Move contracts for gas efficiency, identifying expensive operations and suggesting
use-aptos-cli
by iskysun96
"Provides Aptos CLI command reference for development workflow (init, compile, test, publish). Triggers on: 'CLI
use-typescript-sdk
by iskysun96
"Guides usage of @aptos-labs/ts-sdk for interacting with the Aptos blockchain from TypeScript/JavaScript applications.
write-contracts
by iskysun96
"Generates secure Aptos Move V2 smart contracts with Object model, Digital Asset integration, security patterns, and
deploy-contracts
by iskysun96
"Safely deploys Move contracts to Aptos networks (devnet, testnet, mainnet) with pre-deployment verification. Triggers
troubleshoot-errors
by iskysun96
"Diagnoses and fixes Aptos Move compilation, runtime, and deployment errors. Triggers on: 'error', 'fix this',
scaffold-project
by iskysun96
"Initializes new Aptos dApp projects using degit to bootstrap from official templates. Triggers on: 'create project',
search-aptos-examples
by iskysun96
"Searches aptos-core and daily-move for reference implementations before writing contracts. Triggers on:
security-audit
by iskysun96
"Audits Move contracts for security vulnerabilities before deployment using 7-category checklist. Triggers on: 'audit