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