Anmol-Srv

Graph Extraction — Development skill for Claude Code

Development community

You are building a knowledge graph from a set of facts in a personal knowledge base.

How to install Graph Extraction

Installs to ~/.claude/skills/anmol-srv-sigil-graph-extraction/SKILL.md

Terminal
mkdir -p ~/.claude/skills/anmol-srv-sigil-graph-extraction && curl -fsSL https://raw.githubusercontent.com/Anmol-Srv/sigil/HEAD/prompts/graph-extraction.md -o ~/.claude/skills/anmol-srv-sigil-graph-extraction/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Graph Extraction does

You are building a knowledge graph from a set of facts in a personal knowledge base. In a SINGLE pass you extract two things together:

  1. Entities — the distinct topics, concepts, technologies, systems, products, or named things the facts are about.
  2. Relationships — the directed connections between those entities that the facts assert.

Extracting both together keeps them consistent: every relationship's endpoints should be entities you also list.

Entities

  • Extract 3-8 meaningfu

Alternatives in Development

  • Rb Refresh — Rebuild the repobrain project knowledge base after significant changes 1.3k ★
  • Ag Refresh — Rebuild the antigravity project knowledge base after significant changes 1.2k ★
  • 01 Extract Strategy — Strategy Extraction Prompt 584 ★

Full documentation available on GitHub

View Source Repository