link

Create bidirectional wikilinks between related Obsidian vault notes.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/abhattacherjee/obsidian-brain --skill link-abhattacherjee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: link
Source: https://github.com/abhattacherjee/obsidian-brain/tree/main/skills/link
Command: npx skills add https://github.com/abhattacherjee/obsidian-brain --skill link-abhattacherjee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-reference notes in an Obsidian vault by creating bidirectional wikilinks between related notes, reducing manual linking effort and improving knowledge connectivity.

Core Features & Use Cases

  • Auto-suggest connections for the current session with /link.
  • Link a note explicitly using /link <description> to connect related notes.
  • Maintain a bidirectional Related section in both notes to reflect connections.

Quick Start

Run /link to auto-suggest connections for the current session and link the most relevant notes.

Frequently Asked Questions about link

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically create bidirectional wikilinks between related Obsidian notes?

To automatically create bidirectional wikilinks, run /link to parse note content, extract keywords and tags, and search for matching notes. It then updates each note's Related section with cross-references to establish connections.

How does linking related notes in an Obsidian vault work?

Linking related notes works by parsing note content, extracting keywords and tags from the source, searching for matching notes, and performing safe, idempotent edits to update a bidirectional Related section in both notes.

Can I explicitly link a specific note to other related notes in my vault?

Yes, you can explicitly link a note by running /link <description>. The Skill uses your provided description to find related notes and establishes bidirectional wikilinks between them to enhance context and discoverability.

Does the linking process modify my existing Obsidian notes safely?

Yes, the linking process performs safe, idempotent edits to existing notes with permission handling. It updates the Related section with cross-references without duplicating links or corrupting your original note content.

What is the best way to reduce manual effort when cross-referencing Obsidian vault notes?

The best way to reduce manual cross-referencing effort is to use automated bidirectional wikilinks. The Skill parses content and updates a dedicated Related section in both notes, improving knowledge connectivity without manual input.