Leaderboard/Knowledge/graph-engineering
Last commit on July 23, 2026·Created on July 23, 2026

codejunkie99/graph-engineering

A framework for building knowledge graphs and orchestrating multi-agent task workflows.
Combined rank
#507
across all skills
In Knowledge
#21
category rank
Stars
515
+3.6% in last 7d
Forks
68
+3.0% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill provides a dual approach to graph engineering, covering both the structural design of knowledge graphs and the operational logic of task graphs. It guides the creation of ontologies, entity extraction pipelines, and GraphRAG memory systems while defining patterns for agent orchestration such as parallel fan-out and verifier separation.

Designed for knowledge engineers and automation builders, the skill transforms raw text into structured entity-relation networks and organizes complex agent interactions into manageable, gated workflows.

WHO IT'S FOR
AI agent / automation builders
orchestrate multi-agent workflows as a graph
Knowledge engineers
design ontologies and extract entity relations
LLM application developers
implement GraphRAG or graph-based agent memory
Computer science students
learn graduate-level knowledge graph engineering
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Install for Claude Code

Installs: Complete graph-engineering skill · Claude Code

Before you start
  • Claude Code
  1. In a terminal, clone the graph-engineering repository.

    git clone https://github.com/codejunkie99/graph-engineering.git
  2. In the same terminal and from the directory where the repository was cloned, copy its graph-engineering skill folder into Claude Code's skills directory.

    cp -r graph-engineering/graph-engineering ~/.claude/skills/
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Build a knowledge graph from documents

Uses graph-engineering

  • Path to the source documents
  • Brief description of the documents' domain and intended use
Use the graph-engineering skill to build a knowledge graph from my documents at <documents-path>. Start by scoping the domain and proposing the initial schema before extraction.
graph-engineering/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Learn graph engineering with a project example

Uses graph-engineering

  • A real project or dataset to use as the running example
Use the graph-engineering skill to teach me graph engineering using <project-or-dataset> as the running example. Begin with the first pipeline stage, include a small diagram, and finish this exchange with one exercise before continuing.
graph-engineering/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026