What problem does it solve? Codebases accumulate parallel implementations of the same logic, copy, and UI patterns that silently drift apart. This Skill answers "have I seen this before?" with a disciplined duplication-detection methodology instead of a vibe-check, producing verifiable findings rather than guesses. ## Core Features & Use Cases - Quick mode: Answers scoped "are these two paths duplicates?" questions inline in seconds, with a drift hypothesis and a runnable verifier command for every verdict. - Audit mode: Runs a full eight-chapter discipline over a directory or project, formulating a codebase-specific checklist, running an independent contrarian review, and writing findings and checklist artefacts to disk. - Sub-skill dispatch: Routes to sweep, triage, checklist, learn, upstream, and instructions sub-skills for detection passes, triage classification, framework-convention checks, and agent-instruction audits. - Use Case: While writing a new date-formatting helper, ask whether one already exists; the Skill greps the scope, compares candidates, and returns a verdict with a rg command that re-verifies the duplication without the LLM. ## Quick Start Ask the agent to check whether the two functions you just pasted are duplicates of existing code in the src directory.