kninetimmy/memhub ? reverse-engineered prompt

Reverse engineered prompt

Build me a local first memory tool for AI coding agents, something that keeps project notes, decisions, tasks, and useful facts in a small SQLite database next to the code so the agent can look things up later instead of asking again.

I want it to work offline, on macOS, Linux, and Windows, and be usable from the terminal as well as through Claude Code, Codex, and OpenCode. It should be able to save and recall short pieces of project memory, search them quickly, and also find where things live in the codebase with file and line references. It should keep prompts small by returning only the most relevant snippets, and it should let me review any proposed changes before they become permanent.

Please make it feel like a real developer tool, with a clear setup flow, a status command, indexing for the codebase, and a few helpful commands for catching up and wrapping up a session. If you need current docs or agent integration details, look them up online first.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab