What problem does it solve? AI agents rely on outdated training data about Ethereum — quoting 10-30 gwei gas prices, hallucinating contract addresses, and missing shipped upgrades like Pectra, Fusaka, EIP-7702, and ERC-8004. This Skill supplies verified, current Ethereum knowledge so agents can build, audit, and deploy onchain applications correctly. ## Core Features & Use Cases - Topic-based knowledge packs: Standalone SKILL.md files covering gas costs, Layer 2s, wallets, security, testing, indexing, frontend UX, DeFi building blocks, and verified contract addresses. - End-to-end shipping guidance: The ship skill routes agents through architecture planning, chain selection, CROPS review, QA, and production deployment. - Audit and QA workflows: A 500+ item smart contract audit checklist across 19 domains plus a pre-ship QA checklist for reviewer agents. - Use Case: Before writing Solidity for a USDC payment dApp, an agent fetches the security and addresses skills to learn that USDC has 6 decimals, requires SafeERC20, and uses verified onchain contract addresses instead of hallucinated ones. ## Quick Start Read https://ethskills.com/SKILL.md and follow it before writing Solidity or shipping anything onchain.