benoitpetit/prompt-my-project ? reverse-engineered prompt

Reverse engineered prompt

Build me a command line tool that takes a codebase and turns it into a clean, structured prompt I can paste into ChatGPT, Claude, or Gemini.

I want to point it at a local project folder or a GitHub repo URL, and have it analyze the source, detect the main technologies, and generate a helpful summary of what the project does, how it is organized, and the important files. It should also be able to make a dependency graph, and export the results as plain text, JSON, or XML. If possible, let me filter which files get included, ignore gitignored and binary files, and limit huge files so the output stays readable.

For big projects, I want a shorter overview mode that summarizes the architecture instead of dumping everything. It would also be great if it can spot obvious secrets or risky config issues while scanning. Make it fast, easy to use from the terminal, and friendly enough that I can just run one command and get AI ready context.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab