Sucotasch/Repo-Prompt-Generator — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a tool that helps developers understand any code repository faster. I want to paste a GitHub repo link or choose a local folder, then have the app scan the files and generate a useful prompt for Gemini, Cursor, Claude, or other coding agents.

It should also be able to create a code audit, a clean README, architecture notes, security review, and simple explanations from templates. Let users pick an AI provider like Gemini, Ollama, or an OpenAI compatible API, with settings for API keys and model choice.

Please make it work as a web app and also as a desktop app for local private repositories. The desktop version should be better for local file access and Ollama. Include a simple interface where users can see selected files, generated output, and maybe a dependency or code graph view. Use TypeScript with React, and look up current docs online if you need to.

Want more depth? Deep Reverse