Graphify-Labs/graphify — reverse-engineered prompt
Reverse engineered prompt
Build me a local first tool called Graphify that I can point at any project folder and have it map the whole thing into a queryable knowledge graph. I want it to understand source code across lots of languages, plus docs, SQL, shell scripts, PDFs, images, and video or audio, so instead of grepping through files I can ask questions about the project and trace how things connect.
It should give me a simple CLI and also work like a slash command in coding assistants, so I can do something like /graphify . and get a graphify out folder with an interactive graph.html, a GRAPH_REPORT.md summary, and a graph.json file for later queries. I want commands to explain one concept, find the path between two concepts, and answer a plain language question by returning the relevant subgraph.
Please make the graph show clear relationship types and label every edge as extracted or inferred so I can tell what came directly from the files. Keep code parsing local when possible. Look up current docs online if you need to.
Want more depth? Deep Reverse