wiki-relink

Connects overlapping wiki concepts by adding verified relationship links and task maps in Obsidian.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/ehartye/wiki-master --skill wiki-relink-ehartye
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki-relink
Source: https://github.com/ehartye/wiki-master/tree/main/skills/wiki-relink
Command: npx skills add https://github.com/ehartye/wiki-master --skill wiki-relink-ehartye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? A growing Obsidian wiki accumulates pages that overlap or complement each other but remain unlinked, leaving orphan pages, dead ends, and missed navigation paths. This Skill systematically finds those connection opportunities and applies verified, evidence-backed links without corrupting existing structure. ## Core Features & Use Cases - Relationship Discovery: Runs helper scripts to surface candidate page pairs (with optional date, seed page, or semantic filters), then verifies each candidate against its supporting evidence before linking. - Forward-Link and Orphan Analysis: Reads unscored forward links and legacy orphan/dead-end reports, separating pages that merely need connections from true identity or integrity defects routed to other skills. - Task Map Building: Creates or refreshes small task maps of content (MOCs) with starting points, prerequisites, and open questions using a shared template. - Safe, Revertable Writes: Wraps all edits in an operation begin/commit cycle so the relink run commits as one revertable unit and never sweeps up the user's uncommitted work. - Use Case: After importing a batch of research notes, ask the agent to find and link related concepts; it reports accepted and rejected candidates with reasons and logs the operation. ## Quick Start Ask the agent to find and connect related concepts across the wiki, for example: "Use wiki-relink to link overlapping pages and build a task map for my machine learning notes."

Frequently Asked Questions about wiki-relink

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

FAQPage Schema
How do I find and link related notes in an Obsidian vault?▼

Run the relationships helper script to get candidate page pairs, optionally filtered by date, seed page, or semantic similarity. Read both candidate pages and their evidence, then apply links under a Relationships section only when the connection is verified.

How do I fix orphan pages in Obsidian?▼

Use the health helper's legacy report to surface orphan and dead-end pages, then run the identity-audit script to separate ambiguous identities from pages that simply need connections. Obsidian's built-in orphans view includes catalog links and can hide stranded pages.

Does this skill merge pages with similar names automatically?▼

No. It searches candidate names and aliases before creating pages and reuses the canonical page, but it never merges related concepts merely because names or embeddings are similar. Similarity does not establish equivalence or causality.

Can I preview link suggestions without changing my vault?▼

Yes. For a preview-only request, the skill stops after producing the health and relationship reports without opening an operation, so no files are written and nothing is committed.

What is the difference between wiki-relink and wiki-repair?▼

wiki-relink builds intentional connections between overlapping concepts and task maps, while integrity defects such as broken or malformed links are routed to wiki-repair. Reporting belongs to wiki-health and new evidence intake to wiki-discover.