Project Overview
Graphify is a skill designed for AI coding assistants that transforms an entire codebase, including documentation, SQL schemas, configuration files, and PDFs, into a queryable knowledge graph. It integrates with assistants like Claude Code and Cursor to help developers understand code structure quickly.
Core Features
- Local Parsing: Utilizes tree-sitter for syntax analysis without any LLM, ensuring privacy and efficiency.
- Edge Tagging: Each edge in the knowledge graph is explicitly labeled as EXTRACTED or INFERRED, distinguishing facts from inferences.
- Export Capabilities: Supports exporting the graph to HTML and JSON formats for visualization or programmatic processing.
Tech Stack and License
The project is primarily developed in Python and is dual-licensed under Apache-2.0 and MIT, allowing users to choose the applicable terms.
Getting Started
You can obtain the full code from the project repository and refer to the README documentation for detailed usage and integration steps.










Comments
No comments yet
Be the first to comment