Deduplicate

Deduplicates code by finding one single source of truth and sharing it across call sites. Works on a named target or the full first-party codebase. Collapses duplicated logic, types, schemas, constants, UI, and tests that represent the same knowledge—without inventing false abstractions. Use when the user says "deduplicate", "dedupe", "DRY this up", "remove duplication", "single source of truth", "extract shared", or asks to consolidate repeated code into one place.

dobroslavradosavljevic Updated

File contents

dobroslavradosavljevic/anhur/tree/main/.agents/skills/deduplicate commit e4736d2b1e

Frequently asked questions

npx skillmds@latest add dobroslavradosavljevic/deduplicate