What problem does it solve? Pages in an Obsidian vault often fail to reference each other, leaving the knowledge graph fragmented and new pages orphaned after ingestion. This Skill scans the vault, finds unlinked mentions of existing pages, and inserts the missing [[wikilinks]] automatically. ## Core Features & Use Cases - Missing Link Detection: Builds a page registry from frontmatter (titles, aliases, tags) and scans page bodies for unlinked mentions using case- and diacritic-insensitive matching. - Confidence Scoring: Ranks candidates as EXTRACTED, INFERRED, or AMBIGUOUS based on signals like exact name matches, shared tags, and hub/peripheral link counts, acting only on confident suggestions. - Typed Relationships: Infers semantic relationship types (extends, implements, uses, derived_from, etc.) from sentence context and writes them to a relationships frontmatter block. - Use Case: After ingesting a batch of new notes, run the Skill to weave them into the existing graph, update misc/ page affinity scores, and receive a report of links added, orphans remaining, and promotion candidates. ## Quick Start Ask the assistant to link your pages by saying "find missing links in my Obsidian wiki and connect pages that should reference each other".