cross-linker

Scan Markdown pages in an Obsidian vault to detect and insert missing wikilinks.

6|2|Updated May 11, 2026
One-click install
npx skills add https://github.com/pax-k/war-gov-uap-wiki --skill cross-linker-pax-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-linker
Source: https://github.com/pax-k/war-gov-uap-wiki/tree/main/.skills/cross-linker
Command: npx skills add https://github.com/pax-k/war-gov-uap-wiki --skill cross-linker-pax-k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Missing cross-references in the Obsidian wiki hinder navigation and knowledge graph connectivity. This skill scans the vault to identify unlinked mentions and automatically inserts appropriate wikilinks to tighten the knowledge graph.

Core Features & Use Cases

  • Scans the vault to build a registry from page frontmatter
  • Detects unlinked mentions and proposes or applies links inline or in a Related section
  • Respects existing structure and avoids linking inside code blocks

Quick Start

Scan your vault to automatically insert missing wikilinks between 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 create missing wikilinks in my Obsidian vault?

You can automatically create missing wikilinks by scanning all Markdown pages in your Obsidian vault to detect unlinked mentions and insert links based on titles, aliases, and tags.

What is the best way to find unlinked mentions across an Obsidian vault?

Finding unlinked mentions across an Obsidian vault requires scanning all Markdown pages to build a registry from page frontmatter, detecting plain text matches, and proposing inline links or a Related section.

How do I connect unlinked notes in Obsidian without breaking code blocks?

To connect unlinked notes safely, the linking process scans pages while explicitly avoiding code blocks and preserves your existing content structure when inserting new wikilinks into the Markdown files.

Does automated cross-linking in Obsidian use page tags and aliases?

Yes, automated cross-linking in Obsidian reads frontmatter metadata to use page tags, titles, and aliases as the basis for proposing and applying accurate wikilinks between unlinked pages.

Can I add a Related section to Obsidian pages automatically?

Yes, you can automatically add a Related section or insert inline wikilinks into Obsidian pages by scanning the vault to identify matching unlinked mentions and modifying the Markdown files directly.

What are the limitations of automatic wikilink insertion in Obsidian?

Automatic wikilink insertion in Obsidian is limited to detecting matches from page frontmatter, titles, and tags, and it explicitly avoids modifying text inside code blocks to preserve existing formatting.