knowledge-graph-builder · v1.1.0 · 2026-06-24 · sha256 a38d2a8a3a7501c3

knowledge-graph-builder v1.1.0A

Immutable. This exact content is served forever at /api/v1/blob/a38d2a8a3a7501c3.

---
name: knowledge-graph-builder
description: >
  Builds structured knowledge graphs from text and sessions. Use when organizi
  ngentities and relations or user says knowledge graph, map entities. Trigger
  s:knowledge graph, map entities, build graph, entity map.
version: 1.1.0
author: Stijnman
license: MIT
metadata:
  grok:
    tags: [knowledge graph, map entities, build graph, entity map]
    related_skills: [semantic-memory-manager, insight-synthesizer, self-healing-error-recovery]
compatibility: Grok agent; optional MCP and shell access
---

# Knowledge Graph Builder

## When to Use

- User says **knowledge graph** or task matches this capability
- User says **map entities** or task matches this capability
- User says **build graph** or task matches this capability
- User says **entity map** or task matches this capability

## Workflow

1. Extract entities: people, tools, projects, concepts.
2. Define relations: uses, depends_on, blocks, produces.
3. Output JSON graph or mermaid diagram.
4. Store index in semantic-memory-manager.

## Integrations

- `semantic-memory-manager`
- `insight-synthesizer`
- `self-healing-error-recovery`

## Error Handling

| Failure | Response |
|---------|----------|
| Too many entities | Cluster; show top 20 with expand option. |

## Gotchas

- Graphs are hypotheses; mark unverified edges.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.