This handles bulk refactoring operations like renaming variables or functions across your codebase. You grep for all occurrences, use the Edit tool with replace_all set to true, then verify nothing got missed. The smart part is that it automatically switches to execution mode when you're touching 10+ files, which saves about 90% of tokens compared to editing each file individually. Good for the obvious stuff like renaming identifiers or swapping deprecated API calls, though you still need to think about edge cases like whether to update strings and comments. It's basically a workflow wrapper around grep and replace that knows when to bail to Python for the heavy lifting.
npx -y skills add mhattingpete/claude-skills-marketplace --skill code-refactor --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills
prisma/skills