graphify

Convert a folder of files into a navigable knowledge graph with HTML, JSON, and report outputs.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/kyopark2014/strands-skills --skill graphify-kyopark2014
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graphify
Source: https://github.com/kyopark2014/strands-skills/tree/main/application/skills/graphify
Command: npx skills add https://github.com/kyopark2014/strands-skills --skill graphify-kyopark2014

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn any folder of files into a navigable knowledge graph with community detection, an honest audit trail, and three outputs: interactive HTML, GraphRAG-ready JSON, and a plain-language GRAPH_REPORT.md.

Core Features & Use Cases

  • Persistent graph: relationships are stored across sessions to preserve context.
  • Honest audit trail: edges tagged as EXTRACTED or INFERRED for traceability across documents and code.
  • Outputs: generate interactive HTML, machine-readable JSON, and human-readable reports to support exploration and documentation.

Quick Start

Drop any folder of files into graphify and run the tool to generate an interactive HTML graph, a GraphRAG-ready JSON, and a plain-language GRAPH_REPORT.md.

Frequently Asked Questions about graphify

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

FAQPage Schema
How do I turn a folder of code and documents into a navigable knowledge graph?

To turn a folder of files into a navigable knowledge graph, you drop the folder into the tool and run it to extract structured relationships, generating an interactive HTML visualization, a graph JSON, and a plain-language report.

What is an audit trail in a knowledge graph and why is it important for document analysis?

An audit trail in a knowledge graph tags edges as EXTRACTED or INFERRED to provide traceability across documents and code, ensuring cross-document reasoning remains honest and verifiable for analysis.

Can I generate a GraphRAG-ready JSON output from a folder of files?

Yes, you can generate a GraphRAG-ready JSON output from a folder of files alongside an interactive HTML graph and a human-readable report, supporting both exploration and downstream retrieval-augmented generation.

Does this knowledge graph tool support both code and image analysis?

Yes, the knowledge graph tool supports both code and image analysis by applying extraction across code, docs, and papers to produce structured relationships and an audit trail for cross-document reasoning.

What is the best way to visualize connections across multiple documents and code files?

The best way to visualize connections across multiple documents and code files is to generate an interactive HTML graph with community detection, which reveals relationships and preserves context across sessions.

Are there limitations when generating an interactive HTML graph from large folders?

While the tool generates interactive HTML graphs and JSON from folders, limitations may arise with extremely large datasets depending on community detection performance, though relationships persist across sessions to preserve context.