code-duplication-detector

Official

Detect and reduce code duplication.

Authorsovrium
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Duplicated code makes maintenance hard. This Skill detects duplicate code patterns, similar functions, repeated logic, and copy-paste across the codebase. Reports duplication with similarity scores and refactoring suggestions to help you enforce the DRY principle.

Core Features & Use Cases

  • Exact & near-duplicate detection: Finds identical and near-identical blocks.
  • Similarity scoring: Provides similarity percentages to prioritize fixes.
  • Refactoring guidance: Suggests concrete extraction or abstraction opportunities.

Quick Start

Run the detector on your project to receive a detailed duplication report with suggested refactors.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: code-duplication-detector
Download link: https://github.com/sovrium/sovrium/archive/main.zip#code-duplication-detector

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository