Detect initialization bugs in upgradeable contracts — missing _disableInitializers(), re-init attacks, parent-init not chained, constructor-vs-initializer confusion, public initialize. Activate on OZ Upgradeable, UUPS, Transparent proxy, Initializable, or any contract with initialize / __init.
$npx -y skills add omermaksutii/rugproof --skill initializationInstalls into the current project.
Run `npx skills use "https://github.com/omermaksutii/rugproof" --skill "omermaksutii/rugproof/initialization"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/omermaksutii/rugproof" that are relevant to the current task. Run `npx skills add "https://github.com/omermaksutii/rugproof"` and select the relevant skills, then follow their instructions.