2233admin

Knowledge Graph Engine — AI skill for Claude Code

AI community

Knowledge graph engine for modeling relationships across code, documents, and AI workflows.

How to install Knowledge Graph Engine

This entry records only its repository, not the path inside it, so there is no exact command to give. Open 2233admin/knowledge-graph-engine and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Knowledge Graph Engine does

Knowledge graph engine for modeling relationships across code, documents, and AI workflows.

Alternatives in AI

  • Wiki Graph — Build the LLM Wiki knowledge graph 2.3k ★
  • Nocturne Memory — A lightweight, rollbackable, and visual Long-Term Memory Server for MCP Agents 1.3k ★
  • Engraph — Local knowledge graph for AI agents 124 ★

README

Knowledge Graph Engine (KGE)

**Typed knowledge graph + causal inference engine for structured agent memory and composable skills.**

Enhanced with causal reasoning, root cause analysis (5 Whys), and success attribution.

Features

  • Typed Knowledge Graph: Entities, relations, properties with validation
  • Causal Inference Engine: Root cause analysis (5 Whys), success attribution, decision simulation
  • Composable Skills: Cross-skill state sharing via knowledge graph
  • Validation: Type constraints, relation cardinality, acyclic checks

Quick Start

# Initialize KGE storage
mkdir -p memory/knowledge-graph-engine
touch memory/knowledge-graph-engine/graph.jsonl
touch memory/knowledge-graph-engine/causal.jsonl

# Start using
python3 scripts/ontocausal.py create --type Person --props '{"name":"Alice"}'

GitHub Repository

https://github.com/2233admin/knowledge-graph-engine

License

MIT