Every codebase has repeated code. This tool finds those copies at three levels. It looks for exact copy-paste blocks. It also finds code that looks the same but uses different names. Finally it finds places where the same idea is written in different ways. This is called conceptual duplication and it is the hardest to spot.
After finding duplicates, the tool helps you fix them. You can run commands to see what to change. Then you can merge the duplicate code into one shared version. This makes your code simpler and easier to update.
Using this tool keeps your codebase clean and consistent. You will spend less time fixing bugs caused by outdated copies. Your team will find it easier to work with the code.
Global
mkdir -p ~/.claude/skills/indexion-refactorProject
mkdir -p .claude/skills/indexion-refactorSource Repository
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Codebase Designmattpocock/skills
Create deep modules with tiny interfaces and lots of hidden logic for testability
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective