cavi-ai

Dedup Merge — Git skill for Claude Code

Git community

Use when finding and merging duplicate or near-duplicate notes, consolidating notes that cover the same thing, or cleaning up redundant notes in an Obsidian vault.

How to install Dedup Merge

Installs to ~/.claude/skills/cavi-ai-obsidian-agent-dedup-merge/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cavi-ai-obsidian-agent-dedup-merge && curl -fsSL https://raw.githubusercontent.com/cavi-ai/obsidian-agent/HEAD/commands/dedup-merge.md -o ~/.claude/skills/cavi-ai-obsidian-agent-dedup-merge/SKILL.md

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

What Dedup Merge does


description: Use when finding and merging duplicate or near-duplicate notes, consolidating notes that cover the same thing, or cleaning up redundant notes in an Obsidian vault. argument-hint: "[optional scope]"

Claude compatibility adapter

Invoke **`obsidian-agent:dedup-merge`** with the user's arguments:

`$ARGUMENTS`

Follow that canonical skill exactly. This command contains no independent workflow logic.

Alternatives in Git

Full documentation available on GitHub

View Source Repository