Mini Context Graph

A persistent, compounding knowledge base combining Karpathy's LLM Wiki pattern with a structured knowledge graph. Ingest documents once — the LLM writes wiki pages, extracts entities/relations into the graph, and stores raw content for evidence retrieval. Knowledge accumulates and cross-references; it is never re-derived from scratch. Use this skill when |--------|---------|-------------|; | `skill.ingest_with_content(doc_id, title, source, raw_content, entities, relations)` | Full RAG ingest: raw docs + graph + provenance |; | `skill.add_node(name, node_type)` | Add single entity (no provenance) | Quick additions without a source doc |.

paulasilvatech 9498e00 15 files · 75.7 KB Updated

File contents

paulasilvatech/awesome-harness-primitives/tree/main/harness/claude-code/skills/mini-context-graph commit 9498e00aa1

Frequently asked questions

npx skillmds@latest add paulasilvatech/mini-context-graph