Routine Dup Unifier

Autonomous maintenance routine that finds duplicated implementations of the same logic within one monorepo package, merges them into the single best copy, repoints every caller, deletes the rest, and ships each unification via /ship. Use only when the user explicitly invokes /routine-dup-unifier or asks to merge/deduplicate duplicated code. SKIP for code with no remaining callers (routine-dead-code-removal), needless indirection around a single implementation (routine-abstraction-improver), and duplication across two packages — that is reported, never merged. The core trigger is "these are two copies of the same logic; make them one".

bex-co Updated

File contents

bex-co/beancount-io/tree/main/.agents/skills/routine-dup-unifier commit 2e9163b7e9

Frequently asked questions

npx skillmds@latest add bex-co/routine-dup-unifier-2