graphify

Installation
SKILL.md

Graphify Knowledge Graph & MCP Skill

graphify is an on-device, deterministic codebase analysis engine powered by Tree-sitter AST parsing. It converts source code, SQL schemas, documentation, and metadata into a queryable Knowledge Graph (graph.json) and visualization (graph.html).


🚀 Core Capabilities

  1. Deterministic AST Parsing: Maps actual code relationships (function calls, class inheritance, module imports, schema keys) rather than relying solely on semantic vector search.
  2. Persistent Knowledge Graph: Generates /output/graphify/graph.json and a human-readable /output/graphify/GRAPH_REPORT.md.
  3. Interactive Graph Inspector: Inspect current graph nodes, edges, complexity metrics, or switch context between multiple indexed targets in /output/graphify/.
  4. MCP Server Integration: Exposes tools for AI assistants (query_graph, get_node, get_neighbors, shortest_path).

🛠️ CLI Commands & Usage

Installs
11
First Seen
Aug 1, 2026
graphify — lensetek/skillforge