graphify-labs/graphify ? reverse-engineered prompt
Reverse engineered prompt
Build me a tool that turns a codebase into a searchable knowledge graph, so I can ask questions about the project instead of grepping through files.
I want it to scan code, docs, SQL schemas, configs, and PDFs, then produce a local graph view, a readable report, and a JSON export. For code, it should parse files deterministically on my machine, explain every connection it finds, and clearly mark whether a link came straight from the source or was inferred. I do not want a vector database. I want real graph queries, path tracing between two things, and a way to explain any node in plain language.
Make it work as a skill I can run from an AI coding assistant like Cursor or Claude Code, and have it write out an HTML graph I can click around in. If you need to check current docs for any integration details, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using arcumet