Skip to main content
Run any Skill in Manus
with one click

solidity-upgrader

Stars0
Forks0
UpdatedFebruary 26, 2026 at 16:20

Upgrade gate for proxy-based upgradeable Solidity contracts. Use before implementing or executing any proxy upgrade — adding V2 logic, preparing upgrade transactions, or changing implementations. Triggers on: "upgrade the contract", "add V2", "change implementation", "implement a new version", "proxy upgrade", "UUPSUpgradeable", "TransparentUpgradeableProxy", "storage layout collision", or any intent to modify a deployed upgradeable contract. Enforces: storage layout diff verification (forge inspect), no slot shifting or removal, __gap management, versioned initializers, fork test before mainnet upgrade, and multisig upgrade execution.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
2 files
SKILL.md
readonly