AI AGENT ADDONS

Indexion Refactor

trkbt10/indexion-skills

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.

Add Indexion Refactor skill to your workflow

Global

mkdir -p ~/.claude/skills/indexion-refactor

Project

mkdir -p .claude/skills/indexion-refactor

Source Repository

Stars
1
Forks
2
Watchers
1
License
Apache-2.0
Last Push
2 months ago
Created
5 months ago