cross-linker

Find and insert missing wikilinks across an Obsidian vault.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/samuelcastro/noter --skill cross-linker-samuelcastro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-linker
Source: https://github.com/samuelcastro/noter/tree/main/.agents/skills/cross-linker
Command: npx skills add https://github.com/samuelcastro/noter --skill cross-linker-samuelcastro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically identify missing cross-references between wiki pages and insert wikilinks to weave a tighter knowledge graph, reducing orphan pages and manual linking effort.

Core Features & Use Cases

  • Automated cross-link discovery and insertion of [[wikilinks]] between related pages.
  • Supports orphan page detection and writes changes directly to pages.
  • Best used after large ingestions or when pages feel disconnected to improve navigation and discovery.

Quick Start

Instruct the AI to scan the vault and automatically insert missing wikilinks to connect related pages.

Frequently Asked Questions about cross-linker

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

FAQPage Schema
How do I automatically insert wikilinks in Obsidian to connect related pages?

Automated wikilink insertion in Obsidian scans your vault to identify unlinked mentions and automatically inserts [[wikilinks]] between related pages to weave a tighter knowledge graph. It suggests targets based on pages, tags, and categories to improve navigation and discovery.

What is the best way to find missing cross-references and reduce orphan pages in an Obsidian vault?

Finding missing cross-references to reduce orphan pages is best handled by scanning the vault for unlinked mentions and inserting inline or related-section wikilinks automatically. This approach connects disconnected pages without requiring manual linking effort.

Does automated cross-link discovery work safely with code blocks and frontmatter in Obsidian?

Automated cross-link discovery enforces safe linking by avoiding code blocks and frontmatter, skipping self-references, and requiring explicit frontmatter-based hints. This ensures wikilinks are only inserted in appropriate content areas without corrupting structural vault elements.

When should I run automated wikilink insertion across my knowledge graph?

Automated wikilink insertion is best used after large ingestions of new content or when pages feel disconnected. Running it during these periods improves navigation and discovery by automatically cross-referencing related pages and strengthening the overall knowledge graph.