The argument in one line.
Graphify extracts concept-level relationships from any documentation corpus, and routing that graph into Obsidian wires it into your existing vault so Claude Code can navigate it as connected knowledge rather than isolated search results.
Read if. Skip if.
- You use Claude Code on large codebases or documentation sets and find it loses track of how things relate.
- You already have an Obsidian vault and want Claude Code to draw on it intelligently rather than treating it as a flat file dump.
- You have Graphify installed but only use it in isolation — this shows how to fold its output into a broader system.
- You want a single natural-language Claude Code prompt to download, graph, and vault an entire documentation site.
- You need a from-scratch intro to Graphify or Obsidian — the video assumes both are already installed and familiar.
- You work on small, self-contained projects where a flat folder of files is already enough context for Claude Code.
The full version, fast.
Graphify maps any documentation corpus into a concept graph — not file-by-file, but semantically, pulling concepts and their relationships. Running it on the Claude Code docs produces 591 nodes and 685 connections from 145 pages. The built-in --obsidian flag converts every node into a backlinked markdown file that Obsidian can render. Four integration patterns let you choose how aggressively to merge this graph into your main vault, from a standalone silo to full redistribution. The recommended starting point: a quarantine subfolder that holds everything and can be deleted in one move if it does not fit.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · Graphify + Obsidian: the case for combining
Why Graphify alone is siloed (no connection to broader project context) and why Obsidian alone lacks semantic structure — combining them closes both gaps.

02 · Sponsor / course mention
Claude Code Masterclass inside Chase AI+ plug.

03 · Setup and demo scope
Requirements: Graphify and Obsidian already installed. Demo target: Claude Code documentation corpus (145 pages). Single Claude Code natural-language prompt runs the full pipeline.

04 · Inside the knowledge graph
145 docs produce 591 concept nodes with 685 connections across 67 communities. Context Window and Subagent shown as major hubs with visible relationship clusters.

05 · Graphify to Obsidian translation
How --obsidian converts each node into a backlinked markdown file. A bare stub vs. a wired node with its source document — why the source link matters.

06 · Four integration options
Standalone vault, quarantine dump, selective harvest, redistribution — trade-offs and reversibility of each approach.

07 · Moving into the main vault
Demo of the recommended path: standalone build first, then import as graph-imports/claude-code-docs subfolder. Result: 658 concept stubs + 146 full source docs.

08 · Wiring source docs to nodes
Second Claude Code command links every concept stub to the originating source document so queries return full text, not bare node metadata.

09 · Final state and closing
Obsidian graph view shows the new Claude Code docs cluster integrated with existing vault. When to stop at Graphify vs. push to Obsidian depends on use case.
Lines worth screenshotting.
- Graphify does not index files — it extracts concepts from files, so 145 documents become 591 nodes with 685 edges between them.
- A knowledge graph lets Claude Code follow relationships rather than grep for keywords, so it finds what a concept connects to, not just where it appears.
- The --obsidian flag is built into Graphify — you do not need a separate export step to generate a vault from a knowledge graph.
- Every Graphify node becomes a markdown file with automatic backlinks, which Obsidian renders as a connected graph you can inspect visually.
- Injecting 600 markdown files into a working vault is a real risk — a quarantine subfolder is the safest default because it is deletable in one move.
- A bare Obsidian node from Graphify is nearly useless to Claude Code on its own; it needs to be wired to the source document that originated it.
- Selective harvest beats full import when you only need a slice of the graph — one Claude Code command filters 600 files down to whatever subset matters.
- The Graphify knowledge graph and the Obsidian vault solve different problems: one is semantic structure, the other is organisational context — combining them closes both gaps.
- A standalone Graphify vault and a quarantine subfolder differ only in whether the graph is inside your main vault directory — both are equally easy to open in Obsidian.
- Redistribution (having Claude Code re-file nodes into your existing folder taxonomy) is the most powerful option and the hardest to undo — start with quarantine first.
How a concept map makes Claude Code faster on large projects.
When Claude Code searches a flat folder of files it grep-matches — when it navigates a knowledge graph it follows relationships, which is why the same question gets a better answer.
- Graphify does not index files, it extracts concepts from files — 145 documents become 591 concept nodes, each representing an idea rather than a page.
- A knowledge graph tells Claude Code what is connected to a concept, not just where the word appears — so asking about sub-agents surfaces agent teams, context windows, and spawn patterns automatically.
- Bare Obsidian concept stubs are nearly useless to Claude Code; each node needs to link back to its source document before the graph has real retrieval value.
- The quarantine subfolder pattern imports all nodes under one deletable folder — you can always redistribute later, but you cannot easily un-redistribute.
- Selective harvest beats full import when you only need a slice of the knowledge graph — having Claude Code cherry-pick 100 relevant files out of 600 is one command.
- Graphify communities (auto-clustered concept groups) are a free categorisation layer — they reveal the hidden topic structure of a corpus without you having to define it manually.
- The --obsidian flag is the entire integration bridge — one flag converts a knowledge graph into a backlinked markdown vault; the rest is just deciding where to put it.
- This stack is most valuable on large documentation sets and codebases; on small projects a flat folder of files is already sufficient context for Claude Code.
Terms worth knowing.
- Graphify
- A Python tool that reads any directory of files and produces a knowledge graph of the concepts found inside them and how those concepts relate, expressed as nodes and edges.
- Knowledge graph
- A data structure that represents information as concepts (nodes) and the relationships between them (edges), allowing queries to follow connections rather than match keywords.
- Community (Graphify)
- A cluster of closely related nodes within a knowledge graph — Graphify automatically groups concepts that reference each other frequently into named communities.
- Obsidian vault
- A local folder of markdown files that Obsidian treats as a knowledge base, rendering backlinks between files as a visual graph and enabling search across the whole collection.
- Backlink
- In Obsidian, a wikilink from one markdown file to another using double-bracket syntax; Graphify generates these automatically when converting nodes to markdown.
- Concept stub
- A minimal markdown file produced by Graphify's --obsidian export that contains a concept's name and its connections but not the full source text — useful as a map node, but needs wiring to a source document to carry real content.
- --obsidian flag
- A Graphify command-line option that converts the knowledge graph output into a folder of backlinked markdown files compatible with Obsidian, creating either a standalone vault or an importable file set.
Things they pointed at.
Lines you could clip.
“This is where we make our money with Graphify — the idea of pulling concepts from things and mapping them.”
“Just willy nilly injecting 600 documents into this thing we built may not be exactly what we want.”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
The promise is simple and the execution is a single natural-language Claude Code prompt: point Graphify at any documentation corpus, let it extract concept-level relationships, then fold the resulting knowledge graph into Obsidian so Claude Code can navigate your existing vault as a connected map rather than a flat pile of files.
Named ideas worth stealing.
Four Vault Integration Options
- Standalone: separate Obsidian vault, no impact on main vault
- Quarantine dump: one named subfolder in main vault, trivial to delete
- Selective harvest: Claude Code cherry-picks only relevant nodes
- Redistribution: Claude Code re-files nodes into existing folder taxonomy
A decision framework for how aggressively to merge a Graphify knowledge graph into an existing Obsidian vault, ordered from least to most integrated.







































































