finding-duplicate-functions
CommunityFind and consolidate duplicate code.
Software Engineering#code quality#refactoring#code audit#duplicate code#llm code#function consolidation
AuthorFacuM
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill identifies functions that perform the same task but have different names or implementations, which is common in LLM-generated codebases, helping to reduce redundancy and improve maintainability.
Core Features & Use Cases
- Semantic Duplicate Detection: Goes beyond simple text matching to find functions with similar intent.
- Codebase Auditing: Ideal for reviewing codebases before refactoring or when managing LLM-generated code.
- Use Case: After generating a large utility library with an AI, use this Skill to find and merge redundant functions like
formatDateanddateToStringinto a single, canonical version.
Quick Start
Use the finding-duplicate-functions skill to audit the 'src/' directory for duplicate functions.
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: finding-duplicate-functions Download link: https://github.com/FacuM/yolo-agent/archive/main.zip#finding-duplicate-functions Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.