graphify-windows

Convert a directory of code, docs, and images into a knowledge graph with HTML, JSON, and audit report outputs.

Updated May 22, 2026
One-click install
npx skills add https://github.com/JulesDups/claude-config-public --skill graphify-windows-julesdups
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graphify-windows
Source: https://github.com/JulesDups/claude-config-public/tree/main/skills/graphify
Command: npx skills add https://github.com/JulesDups/claude-config-public --skill graphify-windows-julesdups

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires graphify, networkx, and includes scripts (resource) components.

What problem does it solve?

Turn any folder of code, documents, papers, and images into a structured, auditable knowledge graph with persistent relationships, community clustering, and multiple export outputs (HTML, JSON, and an audit report).

Core Features & Use Cases

  • Build an interactive knowledge graph from a project directory that preserves origin and provides an audit trail.
  • Generate outputs including an HTML visualization, a graph JSON, and a human-friendly GRAPH_REPORT.md for reviews.
  • Applicable to codebases, documentation sets, research papers, and media assets to discover connections and dependencies.

Quick Start

Run the graphify skill on a folder to generate a navigable knowledge graph, an HTML report, a JSON graph, and an audit report.

Frequently Asked Questions about graphify-windows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a codebase into a navigable knowledge graph?

You can turn a codebase into a navigable knowledge graph by running the graphify script on a project directory. It preserves origin data, clusters related files into communities, and generates an interactive HTML visualization for exploration.

What is the best way to visualize code dependencies and connections in a folder?

Visualizing code dependencies is achieved by processing the directory to build a structured graph with auditable edges. The script outputs an interactive HTML visualization and a GraphJSON file representing the connections between code, docs, and images.

Do I need Python and Neo4j to generate an interactive HTML visualization from code?

You need Python 3.10 or higher with the graphify and networkx libraries installed to generate the HTML visualization. Neo4j is optional and only required if you need advanced graph database visualization capabilities.

Can I create an audit trail for code analysis and research papers?

Yes, you can create an audit trail for code and research papers by processing the files into a persistent knowledge graph. The script generates a detailed GRAPH_REPORT.md specifically for human-friendly reviews and audits.

Does this code analysis tool support clustering for large directories?

Yes, the code analysis supports clustering for large directories by grouping related nodes into communities using the networkx library. This helps organize complex codebases, documents, and media assets into manageable structures within the graph.

What export formats are available when building a knowledge graph from documents?

When building a knowledge graph from documents, the available export formats are an interactive HTML visualization, a GraphJSON file for data interchange, and a detailed GRAPH_REPORT.md for auditing persistent relationships and dependencies.