graphify-windows

Convert a folder of files into a persistent knowledge graph with auditable edges.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Graphify helps teams transform scattered folders of code, docs, papers, and media into a structured, queryable knowledge graph with auditable provenance and export options.

Core Features & Use Cases

  • Persistent graph state with community detection and an auditable edge trail.
  • Exports include interactive HTML, GraphRAG-ready JSON, and a plain-language report for stakeholders.
  • Ideal for understanding large codebases, research folders, and project archives by surfacing connections and workflows.

Quick Start

Create a knowledge graph from a project folder by running the graphify pipeline to generate navigable outputs.

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 folder of code and documents into a knowledge graph?

You can convert a folder into a knowledge graph by running an extraction pipeline that processes code, documents, and media files to generate a persistent graph with auditable edges, community clusters, and navigable outputs.

What is the best way to visualize connections in a large project folder?

Visualizing project connections is best achieved by exporting an interactive HTML view from your folder, transforming scattered code and documents into a navigable knowledge graph that reveals clusters and workflows.

How does GraphRAG-ready JSON work for code and document analysis?

GraphRAG-ready JSON works by structuring extracted entities and auditable edges from your document analysis into a queryable format, enabling downstream retrieval-augmented generation tasks over your project folder's knowledge graph.

Can I extract entities and build a graph from mixed media and research papers?

Yes, you can build a graph from mixed media and research papers by running the extraction pipeline, which applies deterministic entity extraction across diverse file types to reveal connections and clusters within research folders.

Does graphify-windows require any specific dependencies to analyze project folders?

No, graphify-windows requires no specific dependencies to analyze project folders, allowing you to directly process code, documents, and media into a persistent knowledge graph with community detection and an auditable edge trail.

What are the limitations of using a knowledge graph for codebase analysis?

While effective for codebase analysis, a knowledge graph relies on deterministic extraction, meaning complex or ambiguous logic may require manual review of the auditable edge trail and plain-language report to ensure accurate workflow mapping.