graph

Installation
SKILL.md

Graph: Extraction, Analysis & Categorical Compression

Systematic extraction and analysis of entities, relationships, and ontological structures from unstructured text—enhanced with categorical metagraph compression enabling scale-invariant representation through structural equivalence, k-bisimulation summarization, and quotient constructions that preserve query-answering capabilities while achieving dramatic size reductions.

Quick Start

Basic Extraction

  1. Load schema: Read /mnt/skills/user/knowledge-graph/schemas/core_ontology.md for entity/relationship types
  2. Extract entities and relationships using the schema as a guide
  3. Format as JSON following /mnt/skills/user/knowledge-graph/templates/extraction_template.md
  4. Validate: Run validation script on extracted graph

Compression Workflow

# 1. Extract → validate → analyze topology
python scripts/validate_graph.py graph.json
python scripts/analyze_graph.py graph.json --topology
Related skills

More from zpankz/mcp-skillset

Installs
9
GitHub Stars
2
First Seen
Jan 26, 2026