Find bidirectional links (notes that link to each other). Triggers on "bidirectional", "bidirectional links", "mutual links", "two-way links".
Finds notes that link to each other (mutual relationships). Triggers on "bidirectional links", "mutual links", or "two-way links" to validate knowledge connections and identify strong relationship clusters.
/plugin marketplace add bencassie/flywheel/plugin install flywheel@flywheelThis skill is limited to using the following tools:
Find notes that link to each other (mutual/reciprocal relationships).
Bidirectional links indicate strong relationships between notes. These are notes that:
These represent validated, two-way knowledge connections.
Use get_backlinks to find notes with incoming links.
For each note with backlinks, check if it links back using get_forward_links.
bidirectional_pairs = []
for each note in vault:
backlinks = get_backlinks(note)
forward_links = get_forward_links(note)
for backlink in backlinks:
if backlink in forward_links:
bidirectional_pairs.append((note, backlink))
Bidirectional Links
═══════════════════════════════════════════════
Found 234 bidirectional link pairs
📊 Top Bidirectional Relationships:
• [[Project A]] ↔ [[Technology X]] (strong project connection)
• [[Claude Code]] ↔ [[Obsidian]] (tool integration)
• [[Daily Notes]] ↔ [[Habits]] (workflow connection)
💡 Insights:
• 16% of your links are bidirectional
• Strong bidirectional clustering around: projects, tools
• Consider linking more notes bidirectionally for stronger graph
═══════════════════════════════════════════════
Version: 1.0.0
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
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.