Entity Extraction banner
bradduy bradduy

Entity Extraction

Development community

Description

--- name: entity-extraction description: Skill for extracting structured entities from source material — people, projects, technologies, decisions — and building the knowledge graph type: rigid --- # Entity Extraction Skill This skill governs how entities are identified, typed, and connected. Entities are the nodes of the knowledge graph. Follow it exactly. ## What is an entity? An entity is a named, typed thing that exists in the real world and appears in the knowledge base. Unlike concepts

Installation

Installs to ~/.claude/skills/bradduy-wiki-knowledge-compiler-entity-extraction/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bradduy-wiki-knowledge-compiler-entity-extraction && curl -fsSL https://raw.githubusercontent.com/bradduy/wiki-knowledge-compiler/HEAD/skills/entity-extraction.md -o ~/.claude/skills/bradduy-wiki-knowledge-compiler-entity-extraction/SKILL.md

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

Full documentation available on GitHub

View Source Repository