What problem does it solve? AI agents frequently produce outdated or incorrect guidance for Optimism development, such as ignoring the L1 data fee in gas estimates, assuming instant L2-to-L1 withdrawals, or hallucinating predeploy contract addresses. This Skill provides accurate, current knowledge of OP Mainnet and the OP Stack so contracts, bridges, and cross-chain messages are built correctly the first time. ## Core Features & Use Cases - Deployment & Verification: Deploy and verify Solidity contracts on OP Mainnet and OP Sepolia using Foundry or Hardhat with correct Etherscan and Blockscout configurations. - Cross-Chain Messaging & Bridging: Implement CrossDomainMessenger contracts, bridge ETH and ERC20 tokens via the Standard Bridge, and handle the three-step withdrawal lifecycle (initiate, prove, finalize after 7 days). - Gas Model & Predeploys: Estimate total transaction cost by combining L2 execution gas with the L1 data fee from the GasPriceOracle, and reference all predeploy contract addresses. - Use Case: A developer building a token bridge asks how to estimate fees and handle withdrawals; the Skill supplies the post-Ecotone gas formula, the GasPriceOracle interface, and the full prove-and-finalize withdrawal flow with working Viem and Solidity code. ## Quick Start Ask the agent to help you deploy a contract to OP Mainnet or estimate the full transaction cost including the L1 data fee.