graphify

Construct a knowledge graph from a folder of files with community detection.

Updated May 23, 2026
One-click install
npx skills add https://github.com/priyanshuuzz/wordblitz --skill graphify-priyanshuuzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graphify
Source: https://github.com/priyanshuuzz/wordblitz/tree/main/.kiro/skills/graphify
Command: npx skills add https://github.com/priyanshuuzz/wordblitz --skill graphify-priyanshuuzz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires graphifyy, whisper, openrouter, gemini2.0_flash, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill transforms folders of files into a structured knowledge graph, making it easier to understand and navigate complex information.

Core Features & Use Cases

  • Knowledge Graph Creation: Automatically create a graph from any folder of files, including code, documents, images, and videos.
  • Community Detection: Identify and visualize communities of related concepts within the graph.
  • Audit Trail: Keep a record of all extracted relationships and their confidence levels.
  • Multiple Outputs: Generate interactive HTML, GraphRAG-ready JSON, and a plain-language report.

Quick Start

Run the graphify skill on the current directory to create a knowledge graph of all files within.

Frequently Asked Questions about graphify

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

FAQPage Schema
How do I create a knowledge graph from a folder of files?

To create a knowledge graph from a folder of files, run the graphify Skill on your target directory to automatically extract relationships from code, documents, images, and videos. It outputs interactive HTML, GraphRAG-ready JSON, and a plain-language report.

How does community detection work for knowledge graph visualization?

Community detection for knowledge graph visualization works by identifying and clustering related concepts within your files into interconnected groups. This process highlights structural relationships and provides a comprehensive view of how different information nodes interact.

Can I build a knowledge graph that includes images and videos?

Yes, you can build a knowledge graph that includes images and videos. The Skill processes mixed-media folders by analyzing multimedia content alongside code and text documents to extract and map conceptual relationships.

What is an audit trail in file analysis and knowledge graphs?

An audit trail in file analysis is a record that tracks all extracted relationships and their confidence levels. It ensures transparency during knowledge graph construction by documenting how concepts were linked together.

Do I need Python to generate an interactive HTML knowledge graph?

Yes, you need Python installed along with specific libraries for file analysis and graph construction. The Skill relies on this Python environment to process your files and generate the interactive HTML graph output.

What is the best way to prepare folder data for GraphRAG?

The best way to prepare folder data for GraphRAG is to generate a structured JSON knowledge graph. This Skill automatically maps file relationships and outputs GraphRAG-ready JSON alongside an interactive HTML visualization.