Claude-scholar obsidian-link-graph

Use this skill when the user wants to repair or strengthen Obsidian wikilinks among existing canonical project notes, especially across papers, knowledge notes, experiments, results, and writing.

install
source · Clone the upstream repo
git clone https://github.com/Galaxy-Dawn/claude-scholar
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Galaxy-Dawn/claude-scholar "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/obsidian-link-graph" ~/.claude/skills/galaxy-dawn-claude-scholar-obsidian-link-graph && rm -rf "$T"
manifest: skills/obsidian-link-graph/SKILL.md
source content

Obsidian Link Graph

This is a legacy compatibility helper.

Despite the name, the current default workflow is not graph-heavy. Use this skill to repair navigation among existing canonical notes, not to generate graph artifacts by default.

Responsibilities

  • strengthen wikilinks among
    00-Hub.md
    ,
    01-Plan.md
    ,
    Knowledge/
    ,
    Papers/
    ,
    Experiments/
    ,
    Results/
    ,
    Writing/
    , and
    Daily/
  • improve backlinks where a durable relationship is already clear
  • help route a new reference to the best existing canonical note
  • reduce disconnected durable notes without creating concept or dataset sprawl

Link heuristics

  • Prefer one canonical note per durable object.
  • Link through stable project objects, not ad-hoc phrases.
  • Avoid overlinking every paragraph; keep only meaningful edges.
  • Prefer repairing existing links over creating new auxiliary notes.
  • If the best target is unclear, narrow the search first and use
    find-canonical-note
    from
    obsidian-project-memory
    when helpful.

Do not assume by default

  • Concepts/
  • Datasets/
  • Maps/
  • Views/
  • .canvas
  • .base

Create those only if the user explicitly asks for them.