PabloSzx's Claude Code plugins
npx claudepluginhub PabloSzx/pabloszx-marketplaceDeterministically verify that code refactors are purely structural with no unintended logic changes
Claude Code plugins by PabloSzx.
Add to your .claude/settings.json:
{
"extraKnownMarketplaces": {
"pabloszx-marketplace": {
"source": {
"source": "url",
"url": "https://github.com/PabloSzx/pabloszx-marketplace.git"
}
}
},
"enabledPlugins": {
"refactor-verifier@pabloszx-marketplace": true
}
}