Handles the boilerplate of getting a Solidity project off the ground with OpenZeppelin contracts, whether you're using Hardhat or Foundry. It'll detect your framework if you've already started, or walk you through initialization if you haven't. The remappings guidance for Foundry is genuinely helpful since that's where most people mess up, especially the note about how upgradeable contract remappings need to point everything through the upgradeable submodule for Etherscan verification to work. Solid time saver if you're spinning up smart contract projects regularly and tired of looking up the same forge install commands and import paths every time.
npx skills add https://github.com/openzeppelin/openzeppelin-skills --skill setup-solidity-contracts