๐Ÿ”ฅ Limited Time Offer: 25% OFF all Pro plans! Expires in 15:00 โ€” Claim discount โ†’

Graphify โ€” Code Knowledge Graph

An AI coding assistant skill for Claude Code that turns any folder of code, SQL schemas, docs, papers, or images into a queryable, interactive knowledge graph.

View on GitHub

Multimodal Input

Processes code, PDFs, markdown, screenshots, diagrams, and images in any language.

Interactive HTML Graph

Outputs a visual graph with search, filtering, and clickable nodes you can explore.

Persistent Storage

graph.json lets you query weeks later without reprocessing your entire codebase.

71.5x Token Reduction

Dramatically cuts AI token usage versus reading raw files across large codebases.

Auto-Sync Watch Mode

Watch mode updates graphs in real time as files change; git hooks rebuild after commits.

Multiple Export Formats

Export to HTML, Obsidian vaults, Wikipedia-style wikis, SVG, GraphML, and Neo4j.

1

Install via pip

pip install graphifyy

Use pipx on macOS if you encounter environment errors.

2

Run the installer

graphify install

Windows users: add Python Scripts to PATH if the command isn't found.

3

Use in Claude Code

/graphify .

Type this inside Claude Code to analyze your current directory.

Optional extras

pip install graphifyy[all]
pip install graphifyy[mcp]

How It Works

Graphify analyzes your project files using Claude AI, extracts concepts and relationships, and builds a structured knowledge graph stored in graph.json. You can then query it in plain English, export it to multiple formats, or view it as an interactive HTML visualization.

Input

Code, SQL, docs, images, PDFs

Process

Claude AI extracts nodes & edges

Output

graph.json + HTML visualization

Export Formats

HTML GraphObsidian VaultWikipedia-style WikiSVGGraphMLNeo4j

Edge relationships are tagged as EXTRACTED, INFERRED, or AMBIGUOUS for full transparency.

๐Ÿ‘‹ Hi! How can we help?