Stats
Actions
Tags
From ai-zettelkasten
Find duplicate or highly similar notes in the knowledge base using semantic search
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-zettelkasten:zdupesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan S3 Vectors for semantically similar notes that might be duplicates or candidates for consolidation.
Scan S3 Vectors for semantically similar notes that might be duplicates or candidates for consolidation.
/zdupes # Default 85% threshold
/zdupes --threshold 90 # Custom threshold
Run the duplicate detection command with proper AWS credentials:
isengardcli run --account 806230523044 -- bash -c '
export ZETTELKASTEN_BUCKET=zettelkasten-cajias
export ZETTELKASTEN_INDEX=knowledge-index
uvx --from ${CLAUDE_PLUGIN_ROOT} zk-dupes --threshold 85
'
| Similarity | Meaning |
|---|---|
| 99%+ | Near-exact duplicates - consolidate or delete one |
| 95-99% | Very similar - review for redundancy |
| 90-95% | Related topics - consider linking |
| 85-90% | Thematically connected - may belong in same hub |
npx claudepluginhub cajias/claude-skills --plugin ai-zettelkastenCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.