Back to browse
GitHub Repository

Finds the code your AI wrote twice. Fast, offline duplicate-code detector: scan, history chart, CI gate. No AI required.

30 starsRust

Deterministic and offline duplicate-code detector

by rafaepta·Jun 13, 2026·4 points·0 comments

AI Analysis

●●SolidBig BrainSolve My Problem

Structural fingerprinting beats text matching for AI-generated code duplication.

Strengths
  • Tree-sitter parsing fingerprints code structure, not text, catching renamed duplicates.
  • Slop score quantifies deletable duplication as actionable technical debt metric.
  • History command charts duplication trends across git log to pinpoint when it spiked.
Weaknesses
  • Duplicate detection is a solved category with many existing tools and linter integrations.
  • No IDE integration mentioned, requires running CLI separately from development workflow.
Target Audience

Developers managing AI-generated codebases

Similar To

jscpd · PMD CPD · SonarQube

Similar Projects

Developer Tools●●Solid

Noodles – Turn any codebase into a diagram with Claude and Tree-sitter

Tree-sitter + agentic flow ~50x faster than raw LLM calls, but codebase visualization is crowded category.

Solve My ProblemShip It
unslop
603mo ago