find-duplicates
Use when auditing a codebase for semantic duplication - functions that do the same thing but have different names or implementations. Especially useful for LLM-generated codebases where new functions are often created rather than reusing existing ones.
Pinned to revision 728894f3f85f, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/find-duplicates/SKILL.md
- skills/find-duplicates/scripts/categorize-prompt.md
- skills/find-duplicates/scripts/extract-functions.mjs
- skills/find-duplicates/scripts/find-duplicates-prompt.md
- skills/find-duplicates/scripts/generate-report.mjs
- skills/find-duplicates/scripts/prepare-category-analysis.mjs
Every link opens the file at its source, pinned to the revision this page describes.