graphify

Create and query persistent knowledge graphs from codebases, documents, and multimedia files.

1|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/JuanMS20/bundles-skills --skill graphify-juanms20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graphify
Source: https://github.com/JuanMS20/bundles-skills/tree/main/skills/graphify
Command: npx skills add https://github.com/JuanMS20/bundles-skills --skill graphify-juanms20

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, networkx, graphifyy, requests, numpy, pandas, sklearn, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of creating a persistent knowledge graph from various data sources, including codebases, documentation, and multimedia files. It facilitates deep exploration and analysis of the data by allowing users to query the graph.

Core Features & Use Cases

  • Knowledge Graph Creation: Turn any folder of files or entire code repositories into a navigable knowledge graph.
  • Community Detection: Identify patterns and connections across the data, surfacing cross-document relationships.
  • Querying: Perform complex queries to explore the knowledge graph and find information.
  • Use Case: For a software project, use this Skill to create a graph of all the code, documentation, and related resources. This graph can then be queried to understand how different parts of the codebase are related, or to find related documentation or resources.

Quick Start

Run the command /graphify /path/to/your/data to build a knowledge graph from your data.

Frequently Asked Questions about graphify

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

FAQPage Schema
How do I build a knowledge graph from my codebase and documents?

To build a knowledge graph from a codebase or documents, run the command `/graphify /path/to/your/data` to automatically parse files and create a navigable graph. This process analyzes folders and repositories to map relationships between different entities.

What is knowledge graph querying for codebase analysis?

Knowledge graph querying for codebase analysis is the process of exploring mapped relationships between code files and documentation. It allows you to perform complex queries to understand how different parts of a software project are related and identify cross-document patterns.

Can I use Python and NetworkX to create persistent knowledge graphs?

Yes, you can use Python and NetworkX to create persistent knowledge graphs. This Skill requires Python and utilizes NetworkX alongside libraries like pandas and sklearn to automate graph creation and perform community detection across your data.

What's the best way to identify cross-document relationships in a folder of files?

The best way to identify cross-document relationships is to use community detection on a generated knowledge graph. By turning your folder of files into a navigable graph, you can surface patterns and connections across documents, code, and multimedia.

Does graphify work with multimedia files and documentation?

Yes, graphify works with multimedia files and documentation. It automates the creation of persistent knowledge graphs using various data sources, including codebases, documents, and multimedia files, allowing you to query the entire dataset.

Do I need to install specific Python libraries for codebase graph creation?

Yes, you need to install specific Python libraries for codebase graph creation. The Skill requires Python along with networkx, numpy, pandas, sklearn, requests, and graphifyy to handle data processing and graph querying tasks.