architect
01Cursor rule Cursor
Architect role - Product roadmap and technical architecture planning.
Cursor rule Cursor
Architect role - Product roadmap and technical architecture planning.
Cursor rule Cursor
Coder role - Implementation with comprehensive tracking.
Cursor rule Cursor
Cost Cutter role - Vercel deployment cost optimization.
Cursor rule Cursor
Modernizer role - Framework updates, refactoring, and deprecation removal.
Cursor rule Cursor
QA/Auditor role - Security and performance assurance.
Cursor rule Cursor
Reviewer role - Code quality review for style, logic, and performance.
Cursor rule Cursor
Tester role - Unit, E2E, and visual regression testing.
Skill Claude CodeCodexCursor
Keeps Aptos Explorer discoverable for LLMs, crawlers, and SEO when routes, tabs, or page metadata change. Use when adding or renaming routes or tabs, editing PageMetadata/JSON-LD, updating public llms.txt or sitemap, or when the user mentions LLM accessibility, llmstxt, structured data, or SEO for this repository.
Instructions file GitHub Copilot
Copilot instructions for aptos-labs/explorer, a project described as: The explorer of the Aptos blockchain.
Instructions file CodexOpenCode
AGENTS.md instructions for aptos-labs/explorer, covering aptos explorer - agent guidelines, quick reference, project structure, routing and navigation and how routes are defined.
Instructions file
Claude Code instructions for aptos-labs/explorer, a project described as: The explorer of the Aptos blockchain.
Skill Claude CodeCodex
Use the Aptos Explorer home-page search URL at explorer.aptoslabs.com/?search={query} to look up any Aptos-chain identifier whose type you do not know (address, transaction hash/version, ANS .apt name, coin or fungible asset type, block height). Use when a user pastes an opaque on-chain string, asks "what is this?"…
Skill Claude CodeCodex
Map questions about Aptos blockchain entities (transactions, accounts, blocks, validators, coins, fungible assets, NFTs, Move objects, ANS names) to canonical Aptos Explorer URLs at explorer.aptoslabs.com. Use when a user asks to look up on-chain data on Aptos, wants to share or generate an explorer link, or needs to…
Plugin Claude Code
Plugin marketplace listing 2 plugins: aptos-agent-skills, community-skills.
Instructions file
Instructions for aptos-labs/aptos-agent-skills, covering aptos agent skills, project scaffolding, fullstack dapp with vite (frontend + contracts), fullstack dapp with next.js and contract-only (move project).
Skill Claude CodeCodex
How to sponsor gas fees for Aptos dApp users using SmoothSend. Paid commercial service: free on testnet, credit-based on mainnet. Covers 3-line wallet adapter integration (transactionSubmitter), Script Composer for fee-in-token stablecoin transfers. Triggers on: 'gasless', 'sponsor gas', 'users pay no APT'…
Skill Claude CodeCodex
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'.
Skill Claude CodeCodex
Safely deploys Move contracts to Aptos networks (devnet, testnet, mainnet) with pre-deployment verification. Triggers on: 'deploy contract', 'publish to testnet', 'deploy to mainnet', 'how to deploy', 'publish module', 'deployment checklist', 'deploy to devnet'.
Skill Claude CodeCodex
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'.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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'.
Skill Claude CodeCodex
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'.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Scaffolds new Aptos projects using npx create-aptos-dapp. Supports fullstack (Vite or Next.js) and contract-only templates with network selection and optional API key. Triggers on: 'build app', 'create app', 'make app', 'new app', 'build dApp', 'create dApp', 'new dApp', 'build project', 'new project', 'create…