Граф знаний проекта вместо поиска по файлам
★ 6.8 · general
graphify is a Claude Code skill that maps an entire project — code, docs, PDFs, images, and videos — into a knowledge graph you can query and traverse instead of grepping through files. Code is parsed with tree-sitter AST deterministically and fully locally, with no LLM involved and nothing leaving your machine; docs and media use your assistant's model or a configured API key for a semantic pass. The graph has no embeddings or vector store: every connection is either tagged EXTRACTED (read directly from the source) or INFERRED (resolved by graphify). Running `/graphify .` produces three files
- #graph
- #data-visualization
- #analysis