ProjectsGraphify
STATUS
Production
CLIENT
Open Source
YEAR
2024
ROLE
Builder & Architect
STACK
PythonNetworkXClaude APITree-sitterLeiden
EVIDENCE LINKS
Note: Where client systems are private, screenshots are anonymized and architecture is shown without protected data.
View Live ↗

Graphify

An AI coding assistant skill that reads files, builds a knowledge graph, and extracts structure to help understand codebases faster.

Graphify

Problem

Understanding large codebases is difficult for AI assistants because they lack structural context and graph navigation.

Implementation Decisions

  1. Deterministic AST extraction for code files with no LLM needed.
  2. Parallel subagents run over docs to extract concepts and relationships.
  3. Leiden algorithm for topology-based clustering without embeddings.