graph-operations

Construct knowledge graphs from document chunks and query them with LightRAG/GraphRAG modes.

1|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill graph-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graph-operations
Source: https://github.com/Alex1980Alex/1C-Enterprise_Framework/tree/main/.claude/skills/graph-operations
Command: npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill graph-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Graph operations enable building knowledge graphs, linking entities and relations, and enabling graph-based retrieval across documents to support informed decision making.

Core Features & Use Cases

  • Build graphs from document chunks and extract entities/relations
  • Perform graph-based search with LightRAG/GraphRAG modes
  • Traverse knowledge graphs to connect disparate information and support evidence gathering
  • Use cases include knowledge organization, reasoning over entities, and cross-document linkage

Quick Start

Build a knowledge graph from the provided chunks and run a LightRAG search for related entities.

Frequently Asked Questions about graph-operations

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

FAQPage Schema
How do I build a knowledge graph from multiple documents for entity extraction?

Build a knowledge graph by modeling entities and relationships extracted from source document chunks. This process structures unstructured data to support informed decision making and cross-document linkage.

What is LightRAG graph-based search and how does it work for retrieval?

LightRAG graph-based search traverses a knowledge graph to connect disparate information across documents. It uses graph-based reasoning and traversal to retrieve related entities for complex information retrieval.

How do I query a knowledge graph using graph traversal to connect disparate information?

Query a knowledge graph by applying graph traversal techniques via LightRAG or GraphRAG modes. This connects disparate information across documents, enabling cross-document linkage and entity reasoning.

Does this approach support GraphRAG modes for complex information retrieval across documents?

Yes, GraphRAG modes are supported alongside LightRAG for complex information retrieval. These modes apply graph-based reasoning and traversal to extract entities and satisfy multi-mode search requirements.

When should I use knowledge graph operations instead of standard document search?

Use knowledge graph operations when tasks require graph-based reasoning, entity extraction, and traversal across documents. It is necessary for complex information retrieval where standard search cannot link entities and relationships.