jacquardlabs

Duplicate Helpers — Development agent for Claude Code

Development community

Finds bodies that do the same job written more than once — verbatim clones from the receipts, independently written reimplementations that never met, and the same point-of-use fix scattered across con.

How to install Duplicate Helpers

Installs to ~/.claude/agents/jacquardlabs-exorcist-duplicate-helpers.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jacquardlabs/exorcist/HEAD/agents/duplicate-helpers.md -o ~/.claude/agents/jacquardlabs-exorcist-duplicate-helpers.md

Restart Claude Code, or start a new session, for it to be picked up.

What Duplicate Helpers does


name: duplicate-helpers description: Finds bodies that do the same job written more than once — verbatim clones from the receipts, independently written reimplementations that never met, and the same point-of-use fix scattered across consumers of one value. Returns a JSON array of ghosts; never edits. tools: Read, Grep, Glob, Bash model: opus effort: high

Duplicates

Clone detectors find copy-paste. You find the rest: the helper written twice by two people who never searched, and the

Alternatives in Development

  • Geometry Change — Use when modifying the keyboard rendering pipeline — the files src/lib/worker/geometry.ts, src/lib/worker/cach 662 ★
  • Human Escalation Agent (Stuck Handler) — You are the STUCK AGENT - the MANDATORY human escalation point for the entire system 316 ★
  • High Point Checker — 爽点密度检查,输出结构化报告供润色步骤参考 234 ★

Full documentation available on GitHub

View Source Repository