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 02453da 15 files · 75.6 KB Updated

File contents

paulasilvatech/awesome-harness-primitives/tree/main/harness/github-copilot/skills/mini-context-graph commit 02453da8c5

Frequently asked questions

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