What problem does it solve? Obsidian vaults accumulate unresolved [[wiki-links]] pointing to notes that were never created, breaking backlinks, Dataview queries, and tag aggregation. This Skill finds those dangling links and creates the missing notes with proper frontmatter and in-depth content. ## Core Features & Use Cases - Unresolved Link Detection: Scans the vault via the obsidian CLI, filters out image/attachment links and template placeholders, and locates each link's source file and line number. - Mandatory Frontmatter Generation: Runs gen_frontmatter.py to produce YAML frontmatter (creatime, tags, bklink) before any file is written, keeping vault metadata consistent. - Concurrent Multi-Link Repair: When multiple unresolved links exist, the main thread generates frontmatter and dispatches subagents to write notes in parallel, always in the source file's directory. - Content & Questionnaire Modes: Generates deep, non-duplicative notes per content-spec.md, or customized responses to filled-in questionnaires per questionnaire-spec.md. - Use Case: You wrote "see [[Crash Recovery]]" in a note but never created that page. Run this Skill to locate the reference, generate frontmatter, and write a full note next to the source file. ## Quick Start Ask the assistant to repair all unresolved wiki-links in your Obsidian vault and create the missing notes with proper frontmatter.