Karpathy LLM Wiki for your Codebase
This covers a coding tool or code-capability update — useful for developers assessing workflow changes and reusable value.
CodeAlmanac is a self-updating, local wiki for codebases, designed to integrate with AI agents like Claude/Codex.…
Hello good people of r/ClaudeAI ,
I want to show CodeAlmanac. It is a self updating wiki for your codebase. How it works is:
- You install a CLI
- Choose your agent
- It goes through your codebase, and makes an initial wiki
- then, based on your chats with Claude/Codex, every 5 hours, it takes a look at your chats and updates the wiki based on the important things you discussed
Since it is completely local, and markdown, your agents can refer it. A lot of important context about your project actually lives in your conversations, and now its easily queryable for the agents.
This wiki is structured, organized into topics, and put into a sqlite db. So, we can do queries like: codealmanac search --topic auth
and Ta-Da, the agent gets all the pages relevant to auth.
Open source, uses your own subscriptions. The data never leaves your computer.
GitHub: https://github.com/AlmanacCode/codealmanac