What problem does it solve? Pages in an Obsidian vault often mention each other without actual wikilinks, leaving the knowledge graph fragmented and orphan pages disconnected. This Skill scans the vault, finds unlinked mentions and semantic relationships, and writes the missing links directly into your pages. ## Core Features & Use Cases - Missing Link Detection: Scans page bodies for unlinked mentions of page names, titles, and aliases, with case- and diacritic-insensitive matching. - Scored Link Suggestions: Ranks candidates with a composite scoring system (exact matches, shared tags, cross-category connections) and labels them EXTRACTED, INFERRED, or AMBIGUOUS. - Typed Relationships: Infers semantic relationship types (uses, extends, implements, contradicts) and writes them to a relationships: frontmatter block. - Safe Writes: Takes a Git snapshot of the vault before modifying files, updates misc-page project affinity scores, and refreshes the QMD search index. - Use Case: After ingesting a batch of new notes into your wiki, run this Skill to weave them into the existing graph — it links mentions inline, adds Related sections, and reports remaining orphan pages. ## Quick Start Ask the assistant to find and add missing cross-references across your Obsidian wiki pages.