graphify

Convert code, docs, papers, and images into knowledge graphs with community detection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires graphifyy, python3, neo4j, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill turns various types of inputs, such as code, documents, papers, and images, into a structured knowledge graph, enabling users to discover and explore interconnected concepts and relationships.

Core Features & Use Cases

  • Knowledge Graph Creation: Convert input files into a knowledge graph with community detection.
  • Community Detection: Identify clusters of related concepts within the graph.
  • Interactive Outputs: Generate interactive HTML, JSON, and audit reports.
  • Use Case: Use this Skill to understand the architecture of a new codebase by creating a knowledge graph of its components and relationships.

Quick Start

Run the 'graphify' command in the directory containing your files to generate a knowledge graph.

Frequently Asked Questions about graphify

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

FAQPage Schema
How do I generate a knowledge graph from code and documents?

To generate a knowledge graph from code and documents, run the graphify command in your target directory to parse inputs and identify clusters of related concepts automatically.

What is community detection and how does it apply to code analysis?

Community detection in code analysis identifies clusters of related concepts within a knowledge graph, helping you discover interconnected components and understand new codebase architecture.

Do I need Python and Neo4j to build knowledge graphs from papers and images?

Yes, you need Python, the graphifyy library, and Neo4j installed, as parsing code, documents, papers, and images into a knowledge graph requires these dependencies for analysis.

Can I convert image inputs into an interactive HTML knowledge graph?

Yes, you can convert image inputs into an interactive HTML knowledge graph, generating interactive HTML, JSON, and audit reports to explore interconnected concepts visually.

What's the best way to analyze a new codebase architecture using a knowledge graph?

The best way to analyze a new codebase architecture is transforming its components into a knowledge graph, which identifies related concept communities and provides interactive reports for exploration.