Help us improve
Share bugs, ideas, or general feedback.
From second-brain
Finds related notes via semantic search with qmd, filters candidates, adds ## Related sections with wiki-links to markdown notes, and offers backlinks. Stage 4 of note pipeline.
npx claudepluginhub technicalpickles/pickled-claude-plugins --plugin second-brainHow this skill is triggered — by the user, by Claude, or both
Slash command
/second-brain: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
Find related notes via semantic search (qmd) and weave forward/backward links.
Guides Claude through searching, reading, and reasoning about notes in a markdown vault (hybrid search, backlinks, context, reads).
Generates bridge notes within an Obsidian vault by detecting semantic gaps, incomplete MOCs, and implicit concepts. Creates drafts linking existing content without inventing external facts.
Analyzes documents in Yuque knowledge base to discover connections like similar topics or complementary content and suggests cross-reference links to build a knowledge network.
Share bugs, ideas, or general feedback.
Find related notes via semantic search (qmd) and weave forward/backward links.
See references/pipeline.md for stage definitions and status flow.
See references/connecting.md for the connection discovery algorithm.
A routed note with status: routed.
Check qmd availability:
which qmd
If not available, log "Skipped connections: qmd not available", set status: connected, and return.
Extract query terms from the note's title and body
Run semantic search:
qmd query "{terms}" -c {collection} -n 15 --json
Filter and rank per references/connecting.md:
If candidates found, present to human (when called by orchestrator):
For selected connections:
## Related section to the note with wiki-linksUpdate status to connected
## Related section added (if connections found)status: connected