Duplicate Helpers — Development agent for Claude Code
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
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 RepositoryRelated Agents
Race Idempotency
Review concurrency, retries, duplicate callbacks, TOCTOU, process crash and exact-once/idempotency controls. P
Cleanup Phase 1
Runs phase 1 (dead code) and phase 1.5 (duplicate functions) of a codebase cleanup that is already under way.
Evidence Collector
Independent verification agent. Takes FINAL-PLAN.md and independently verifies every acceptance criterion was
Backend Reviewer
Use to independently review backend code changes against the backend review checklist and open a draft PR once
Learner
Use this agent when you need to systematically collect, process, and organize knowledge from various sources i
Luca
Creates invoices, quotations, or receipts. Generates JSON, produces PDF, and drafts professional email for sen
Related Skills
Seance
Read-only survey of a whole repository at a ref for standing simplification targets — pattern contention, dead
Reddit Research Agent
Read-only Reddit research MCP server. Finds the subreddits where a topic is actually discussed, ranks threads
Charon
Named after the greek ferryman of the underworld, it audits your Project for Dead code and duplicate code in C