This is a surgical refactoring workflow that uses indexion to hunt down duplication at three levels: textual copy-paste, structural overlap across packages, and conceptual violations where the same domain logic lives in multiple places. You run it after big changes or when a single fix touched too many files. It walks you through plan refactor for finding duplicates within a codebase, plan solid for extracting shared code between packages, and plan unwrap for removing trivial wrapper functions. The threshold-based matching and tree edit distance strategies give you control over how aggressive the cleanup gets. Worth keeping in your toolkit if you maintain codebases that tend to accumulate similar-but-not-quite-the-same implementations over time.
npx -y skills add trkbt10/indexion-skills --skill indexion-refactor --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
metabase/metabase
metabase/metabase
telagod/code-abyss
github/awesome-copilot
DietrichGebert/ponytail