Vibe-codingChase AI

Graphify + Obsidian: A Second Brain for Claude Code

A guide to creating an interactive knowledge graph from any documentation or codebase to expand Claude Code's context window and memory.

Short summary

Combining Graphify and Obsidian allows Claude Code to access a structured external knowledge base.

Graphify extracts semantic concepts and relationships, creating a project map rather than simple text search.

Automatic generation of hundreds of Markdown files in Obsidian while preserving all cross-references.

Four data integration strategies: from a standalone vault to a complete redistribution of folder structure.

What to take

Graphify turns 171 pages of dry documentation into a visual graph of ~600 connected concept nodes.

The `--obsidian` flag is the key tool for instantly exporting a knowledge graph into Obsidian note format.

Wiring nodes to source documents is critical so the AI sees specific details, not just conceptual headers.

The 'Quarantine Dump' method helps safely import data without cluttering your main vault structure.

Commands and settings

Export Graph to Obsidian

graphify-obsidian

Command (or flag) within Graphify to generate an Obsidian vault structure.

Prompts

Creating a Knowledge Base from Docs

download the official Claude Code documentation, point Graphify at it, then use the graphify obsidian command to turn it into a vault

Sequential instruction for Claude Code to collect and process data.

Wiring Nodes to Sources

pull the source docs in and wire every node to its origin in the folder

Adds links to original files in every generated note for context completeness.

Files and links

Pitfalls

Directly importing 600+ files can disrupt the organization of your main Obsidian vault.

Markdown notes without links to Source Docs are just empty 'stubs' with titles.

Manual setup in Obsidian is required to recognize a new folder as a vault (Open folder as vault).