Team Mechanical Refactorer banner
ccancellieri ccancellieri

Team Mechanical Refactorer

Development community

Description

--- name: team-mechanical-refactorer description: Pure mechanical refactoring — rename, inline, extract, simplify, or reorganize code with zero behavior change. Use after an implementation is complete to clean it up, or to apply a naming convention across files, or to reduce duplication without touching logic. Examples — <example>user: "The new module has three nearly-identical helper functions that copy-paste the same validation block. Deduplicate them without changing behavior." assistant: "Di

Installation

Installs to ~/.claude/agents/ccancellieri-mcp-skill-hub-team-mechanical-refactorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ccancellieri/mcp-skill-hub/HEAD/agents/team-mechanical-refactorer.md -o ~/.claude/agents/ccancellieri-mcp-skill-hub-team-mechanical-refactorer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository