From vault
This skill should be used when the user asks to "find connections", "what relates to this", "how does this connect", "map connections", "show related work", or needs to discover relationships across the vault.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vault:find-connections-aThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Action skill** — Connection discovery: semantic search, backlink analysis, tag-based discovery, PARA structure analysis.
Action skill — Connection discovery: semantic search, backlink analysis, tag-based discovery, PARA structure analysis.
Combines semantic search, backlinks, tags, and PARA structure to map relationships across the vault.
The argument can be:
Query the vault for similar notes.
For a note or topic:
qmd query "<key sentences or topic>" --files
For an area, run multiple queries based on the MOC's sections:
qmd vsearch "<section 1 topic>" --files
qmd vsearch "<section 2 topic>" --files
Collect top 10-15 results across queries.
[[note-name]] patterns across the vaultFind notes with knowledge-role tags that suggest conceptual relationships:
#seed + #seed in similar areas → potential threads waiting to be connected#question notes → might pose questions the target answers#tool notes → frameworks that apply to the target's domain#insight notes → crystallized understanding that builds on the targetCheck structural relationships:
Present findings organized by relationship type:
Direct connections — linked or semantically close:
- [[2025-01-21_agentic-primitives]] (ai-dev-ecosystem)
Semantic similarity: high | Shared concepts: agent architecture, tooling
Indirect connections — shared links, related tags, related area:
- [[2025-02-01_transformer-scaling]] (modeling)
Connection via: both linked from [[00_ai-dev-ecosystem]], both tagged #thread
Project opportunities — area knowledge that could feed a project:
- prediction-markets area notes → prediction-market-algo-dev project
Notes about market mechanics could inform algorithm design
Gaps — topics mentioned but with no notes:
- "memory continuity" mentioned in 3 notes but no dedicated note exists
- "cross-market correlation" referenced in project brief but no area coverage
## Connection Map: {input}
### Direct (N notes)
{strongest connections}
### Indirect (N notes)
{2-hop links, shared tags, related areas}
### Project Opportunities
{area notes that could serve projects}
### Gaps
{topics referenced but not covered}
npx claudepluginhub jsai23/claude-tooling --plugin vaultSearches an Obsidian vault exhaustively on a topic, surfaces non-obvious patterns and contradictions, and challenges the user to generate original synthesis.
Searches an Obsidian vault for prior knowledge, past decisions, and accumulated learnings, surfacing relevant notes before answering from general knowledge. Uses index-first retrieval with fallback content search.
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.