skills/obsidian-similar-notes/SKILL.md
Finds notes semantically similar to a given file using Smart Connections embeddings, at note or block level. Use when asked to find similar or related notes.
npx skillsauth add psycho-baller/ai-agents-config obsidian-similar-notesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Queries Smart Connections embeddings (.smart-env/multi/) to find the most semantically related notes to any file in your vault.
cd ai-agents-config/skills/
.venv/bin/python obsidian-similar-notes/scripts/find_similar.py "path/to/note.md"
--mode note|block|both - similarity mode (default: both)--threshold 0.45 - minimum similarity score (default: 0.45)--top 10 - number of results to show (default: 10)--vault /path/to/vault - vault root (auto-detected if omitted).venv/bin/python obsidian-similar-notes/scripts/find_similar.py \
"My Outputs/Transcriptions/Sense of control.md" --mode both --top 5
tools
Pre-task clarity ritual for Rami. Surfaces real intention, maps work to his pillars, and produces a Session Brief. Use when Rami is about to start a task or plan a work session.
testing
Find and retrieve notes from Rami's Obsidian vault by topic or theme using semantic search against Smart Connections embeddings. Use when asked to find notes about a specific subject, retrieve relevant vault content, or surface what Rami has written about a topic.
testing
Update living Obsidian pattern files from metadata-enriched transcriptions. Use when asked to populate or update pattern files for communication flaws, beliefs, fears, principles, or people/projects mentioned.
testing
Generate evidence-backed personal principles from markdown notes, reflections, and transcripts. Use when extracting life principles, decision rules, or lessons from journal entries and reflections.