From well-cafe-notebook
Given a note or topic, searches the vault for related notes that aren't yet linked and surfaces potential connections. Read-only unless the user asks to add links.
How this skill is triggered — by the user, by Claude, or both
Slash command
/well-cafe-notebook:notes-connectThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
A connection-finding skill. Given a starting point, explore the vault for related notes that aren't yet linked. Read-only unless the user asks to add links.
A connection-finding skill. Given a starting point, explore the vault for related notes that aren't yet linked. Read-only unless the user asks to add links.
This skill is part of the well-cafe-notebook plugin. The obsidian-workflow skill must be installed and its setup steps followed — including reading CLAUDE.md — before using this skill.
Read CLAUDE.md at the vault root for vault conventions. Check the active file with obsidian file if no note is specified.
If the starting note is sparse or its intent is unclear, ask the user what it's about before searching for connections — a wrong interpretation will produce irrelevant results. Similarly, if a potential connection relies on a generous reading of a messy note, flag that uncertainty rather than presenting it as a confident match.
Go beyond tag matching. A note about Finsler geometry might connect to a note about spacetime or physics tools. A song idea might connect to a worldbuilding note. Look for conceptual overlap, not just keyword overlap.
Rank suggestions by how meaningful the connection is, not how obvious. Surface the non-obvious ones first.
For each suggested connection:
After the list, always offer a ready-to-paste "See Also" section the user can approve and add to the note:
## See Also
- [[Note One]]
- [[Note Two]]
- [[Note Three]]
If the user approves the "See Also" section (or a subset of it), append it to the note. Confirm which links to include before writing.
npx claudepluginhub wellcaffeinated/well-cafe-skills --plugin coding-conventionsGenerates bridge notes within an Obsidian vault by detecting semantic gaps, incomplete MOCs, and implicit concepts. Creates drafts linking existing content without inventing external facts.
Explores knowledge vault on a topic using semantic search, graph neighborhood traversal, and gap analysis to map notes, connections, and missing knowledge before research or note creation.
Guides Claude through searching, reading, and reasoning about notes in a markdown vault (hybrid search, backlinks, context, reads).