This walks you through deploying Uniswap's Continuous Clearing Auction smart contracts using their factory pattern with CREATE2 for consistent addresses across chains. It's built for the CCA repo and requires local Foundry tooling. The skill enforces strict input validation, blocks dangerous private key handling, and makes you acknowledge educational use disclaimers before showing any deployment commands. You get step-by-step config validation, encoded parameter generation with cast, and clear warnings about testing on Sepolia first. It's opinionated about security, maybe overly cautious, but that's the right stance when you're generating commands that touch real money on mainnet.
npx skills add https://github.com/uniswap/uniswap-ai --skill deployer