Citation Graph Ingest

Build a TYPED citation/reference graph over an ingested corpus — not just embeddings. Flat similarity retrieval cannot tell you that document A *overrules* B, *distinguishes* C, or *relies_on* D. This skill extracts every inter-document reference, classifies the edge TYPE with LLM judgment, and writes first-class typed edges via `gbrain link`, so `gbrain graph-query --type` can walk the argument ("everything this brief relies on, minus anything overruled since"). Every cite-heavy corpus is the same shape: law, academic papers, patents, regulatory filings, a book's bibliography.

garrytan Updated

File contents

garrytan/gbrain/tree/main/skills/citation-graph-ingest commit bde04e8c29

Frequently asked questions

npx skillmds@latest add garrytan-gbrain/citation-graph-ingest