anthropics / launch-your-agent
Duplication

Places in code with 6 or more lines that are exactly the same.

Intro
  • For duplication, we look at places in code where there are 6 or more lines of code that are exactly the same.
  • Before duplication is calculated, the code is cleaned to remove empty lines, comments, and frequently duplicated constructs such as imports.
  • You should aim at having as little as possible (<5%) of duplicated code as high-level of duplication can lead to maintenance difficulties, poor factoring, and logical contradictions.
Learn more...
Duplication Overall
  • 100% duplication:
    • 490 cleaned lines of cleaned code (without empty lines, comments, and frequently duplicated constructs such as imports)
    • 490 duplicated lines
  • 1 duplicates
system100% (490 lines)
dependency graphs: 2D graph | 2D graph (with duplicates)... | 3D graph | 3D graph (with duplicates)...
Duplication per Extension
html100% (490 lines)
Duplication per Component (primary)
.claude100% (245 lines)
ui100% (245 lines)

Duplication Between Components (50+ lines)

flowchart TB
    n0[".claude"]
    n1["ui"]
    n0 ---|"490"| n1
    classDef default fill:#00b2ee,stroke:#ffffff,color:#000000;
    classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
    linkStyle 0 stroke:#DC143CFF,stroke-width:10px


Download: Mermaid (.mmd) (open online Mermaid editor)

2D force graph | 3D force graph

Show more details on duplication between components...
From Component
 --> To Component
Duplicated
Lines
File Pairs Details
.claude (100%)
  --> ui (100%)
490 1 file pair details...

Longest Duplicates
The list of 1 longest duplicates.
See data for all 1 duplicate
Size#FoldersFilesLinesCode
245 x 2 .claude/skills/launch-your-agent/references
ui
1:331 (100%)
1:331 (100%)
view