kalpeshgamit/codebase-pilot — reverse-engineered prompt

Reverse engineered prompt

Build me a local only tool called Codebase Pilot that helps people shrink a project down into clean AI ready context before they paste it into Claude Code, Cursor, or Windsurf. I want a simple CLI that can set itself up in any repo, pack and compress the codebase, copy the result for easy pasting, and show how many tokens and estimated prompt cost were saved. It should also scan for secrets before someone commits, and everything needs to run fully on the user’s machine with no cloud, no account, no telemetry, and no AI API calls.

Also give it a small web dashboard on port 7456 where someone can open a browser and see health, token savings, trends, and cost impact over time. If it makes sense, include support for a Claude Code plugin, an always on local service mode, and basic compatibility with Cursor and Windsurf workflows. Please make it feel polished and practical, with sensible defaults, good docs, and tests. Look up current docs online if you need to.

Want more depth? Deep Reverse