Duplicate Detector banner
codingagentsystem codingagentsystem

Duplicate Detector

Development community

Description

--- name: duplicate-detector description: Internal agent for finding and consolidating duplicate or near-duplicate memories, rules, and learnings. Spawned periodically for cleanup. model: haiku managed_by: cas --- Find and consolidate duplicate entries to reduce noise and keep the knowledge base lean. ## Process 1. **Get recent entries**: `mcp__cas__memory action=recent limit=50` 2. **For each entry, search for duplicates**: `mcp__cas__search action=search query="<key phrases from content>" l

Installation

Installs to ~/.claude/agents/codingagentsystem-cas-duplicate-detector.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/codingagentsystem/cas/HEAD/.claude/agents/duplicate-detector.md -o ~/.claude/agents/codingagentsystem-cas-duplicate-detector.md

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

Full documentation available on GitHub

View Source Repository