cross-linker

Discover and insert cross-references in Obsidian markdown files using grep.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/ChrisWiles/wiles-wiki --skill cross-linker-chriswiles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-linker
Source: https://github.com/ChrisWiles/wiles-wiki/tree/main/.skills/cross-linker
Command: npx skills add https://github.com/ChrisWiles/wiles-wiki --skill cross-linker-chriswiles

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The cross-linker skill solves the issue of missing or disconnected references in an Obsidian wiki, helping maintain a tightly woven knowledge graph.

Core Features & Use Cases

  • Automatic Discovery: Scans pages and discovers missing cross-references.
  • Link Insertion: Automatically inserts links into pages based on analysis.
  • Custom Scoring: Assigns confidence levels to potential links based on their relevance and context.

Quick Start

Activate the skill and trigger the automated linking process.

Frequently Asked Questions about cross-linker

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

FAQPage Schema
How do I automatically link missing cross-references in my Obsidian wiki?

You can automatically insert links into Obsidian pages by triggering the automated linking process, which scans vault content to discover unlinked mentions and establishes connections based on custom scoring and semantic rules.

How does automated cross-referencing discover connections in a knowledge graph?

Automated cross-referencing discovers connections by using grep to build a page registry from markdown files, then processing vault content to find unlinked mentions and potential connections based on semantic rules.

Can I use this to insert links into Obsidian markdown files automatically?

Yes, you can automatically insert links into Obsidian markdown files. The skill scans vault content, discovers missing cross-references, and inserts them directly into pages to maintain a tightly woven knowledge graph.

How are confidence levels assigned to potential cross-references?

Confidence levels for potential cross-references are assigned through custom scoring, which evaluates the relevance and context of unlinked mentions discovered in your vault content to determine link quality.

Do I need any external dependencies to run the cross-linker skill?

No external dependencies are required to run the cross-linker skill. It operates independently using built-in scripts and references to scan markdown files and process your Obsidian vault content for missing references.