This is a guided configuration tool for setting up Continuous Clearing Auction smart contracts, built by the Uniswap team for fair token distribution. It walks you through a structured form flow collecting parameters in batches: network selection, token details, auction timing, pricing ratios, and recipient addresses. The floor price uses Q96 fixed point math with proper decimal adjustment between token and currency pairs, and it generates supply schedules via an MCP server tool. Honestly, this is pretty specialized stuff. If you're launching a token via CCA you'll appreciate the structured prompts, but if you're not dealing with auction contracts this won't be relevant. The bulk question approach cuts down on back-and-forth compared to asking everything individually.
npx skills add https://github.com/uniswap/uniswap-ai --skill configurator