Find the shortest path of links between two notes. Triggers on "path between", "how do X and Y connect", "connection chain", "link path".
Finds the shortest link path between two notes in your vault. Triggers on phrases like "path between X and Y" or "how do X and Y connect" to reveal hidden relationships in your knowledge graph.
/plugin marketplace add bencassie/flywheel/plugin install flywheel@flywheelThis skill is limited to using the following tools:
Find the shortest connection path between any two notes in your vault.
Invoke when you want to:
| Argument | Required | Default | Description |
|---|---|---|---|
from_note | Yes | - | Starting note (title or path) |
to_note | Yes | - | Destination note (title or path) |
max_depth | No | 10 | Maximum path length to search |
Identify the two notes from user request:
mcp__flywheel__get_link_path(
from: "path/to/first/note.md",
to: "path/to/second/note.md",
max_depth: 10
)
Path Found:
Link Path: [[Note A]] to [[Note Z]]
=================================================
Path Found (4 hops):
[[Note A]]
|
v (links via "See also")
[[Note B]]
|
v (links via "References")
[[Note C]]
|
v (links via "Technology used")
[[Note Z]]
-------------------------------------------------
Summary:
- Path length: 4 hops
- Intermediate notes: 2
- Connection strength: Moderate (4+ hops = indirect)
Insights:
- These notes connect through [[Note B]] and [[Note C]]
- Consider adding a direct link if frequently related
=================================================
No Path Found:
Link Path: [[Note A]] to [[Note Z]]
=================================================
No path found within 10 hops.
These notes are not connected in your knowledge graph.
Suggestions:
- They may be in different knowledge domains
- Consider if they should be connected
- Check if intermediate notes are missing
=================================================
| Path Length | Interpretation |
|---|---|
| 1 hop | Direct link (strong connection) |
| 2 hops | One intermediary (moderate connection) |
| 3-4 hops | Indirect connection |
| 5+ hops | Weak/distant connection |
| No path | Disconnected (different knowledge islands) |
Works well with other skills:
Version: 1.0.0
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.