graphify hits 450K downloads in 26 days
·2026.05.02 07:44
Key point
Graphify recorded 450,000+ downloads and 40,000+ stars in just 26 days.
Details
/graphify is a skill for AI coding assistants that reads codebases, documents, images, and audio·video and turns them into a knowledge graph. The author revealed that the project recorded 450,000+ downloads in 26 days and about 40,000 GitHub stars.
- Code and SQL structures are extracted via AST, while documents, images, and transcripts are analyzed in parallel using Claude subagents.
- The input range is broad, covering code, PDF, Markdown, screenshots, diagrams, whiteboard photos, and audio·video.
- Results are saved as
graph.html,graph.json, and a cache directory, allowing reuse across different sessions. - Relationships are categorized as
EXTRACTED,INFERRED, orAMBIGUOUS, separating directly confirmed content from inferences. - The graph is clustered using Leiden community detection, without using separate embeddings or a vector DB.
- It can be installed on multiple agents/IDEs including Claude Code, Codex, Cursor, Gemini CLI, and GitHub Copilot CLI.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.