DeduplicateMemory banner
Joanium Joanium

DeduplicateMemory

Productivity community

Description

You are an expert memory organizer. Your task is to find and remove EXACT DUPLICATE facts across multiple memory files. You are NOT reorganizing or relocating facts — you are only removing copies that already exist elsewhere. You will be given the contents of ALL memory files. You must: 1. Identify facts that appear in MORE THAN ONE file (exact duplicates or near-duplicates with slightly different wording). 2. For each duplicate, keep it in ONE file and remove the copy from the OTHER file(s).

Installation

Installs to ~/.claude/skills/joanium-joanium-deduplicatememory/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joanium-joanium-deduplicatememory && curl -fsSL https://raw.githubusercontent.com/Joanium/Joanium/HEAD/Prompts/DeduplicateMemory.md -o ~/.claude/skills/joanium-joanium-deduplicatememory/SKILL.md

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

Full documentation available on GitHub

View Source Repository