What problem does it solve?
It helps you diagnose fragmentation in your Obsidian vault by exposing structural issues like orphans, bridge concepts, missing links, and overall graph health.
Core Features & Use Cases
- Vault structure graph analysis: Computes link structure as a directed graph and derives metrics like PageRank and betweenness to find influential and bridge notes.
- Orphan and dead-end detection: Identifies notes with zero in/out links and notes that are referenced but never link onward.
- Missing-link discovery: Detects wikilinks that point to non-existent notes so you can decide what to create and where it matters.
- Actionable interpretation via agent: Uses an agent to turn metrics into prioritized, concrete recommendations referencing specific note names.
Quick Start
Run vault-graph to analyze your vault’s wikilink network by executing the command that invokes analyze_vault_graph.py on your vault root directory.