# Knowledge Graph Builder

> Builds structured knowledge graphs from text and sessions. Use for: knowledge graph, map entities, build graph, entity map.

- Skill: `stijnman/knowledge-graph-builder` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stijnman/knowledge-graph-builder`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stijnman/knowledge-graph-builder/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: Stijnman (https://skillmd.com/u/stijnman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stijnman/knowledge-graph-builder

---

# 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.

