A living wiki for your codebase, maintained by AI coding agents.
codealmanac is worth checking the docs before setup with trust notes worth reviewing. Check agent compatibility and use-case fit before adding it to your workflow.
gh repo view AlmanacCode/codealmanac --webOpen the official repository or website.
Check the README for package manager, auth, and platform requirements.
Try it in a small test task inside your agent workflow.
Repository setup guidance
Looks usable, but maintenance, license, or security notes deserve a closer look.
Last commit was about 48 days ago.
798 GitHub stars indicate community interest.
43 open issues signal maintenance load.
Apache-2.0 license detected.
3 security/trust notes recorded.
Setup difficulty is 3/5.
An MCP server that exposes llms.txt files to IDEs for context-aware development.
Optimize markdown documentation for LLMs and RAG systems, reducing token consumption by 67-95%.
Turn OpenAPI, MCP, Doxygen, godoc, rustdoc, and Markdown into static documentation sites you own.
Local-first MCP server that turns any public GitHub, GitLab, or Bitbucket repo into fresh, version-pinned documentation for AI coding assistants.
CodeAlmanac is a tool that creates a wiki for your codebase. It automatically captures important information like decisions, workflows, and common pitfalls that aren't obvious from the code itself. This helps AI coding agents and developers understand the project better.
CodeAlmanac is a CLI tool that creates and maintains a living wiki for your codebase, specifically designed to give AI coding agents the context they need beyond the raw code. It captures decisions, flows, invariants, and gotchas that are often undocumented. The wiki is stored as plain Markdown files in your repository, indexed locally, and reviewed through Git like any other code change. It integrates with AI coding agents like Codex and Claude Code, automatically scanning conversations to extract useful knowledge and update the wiki. The tool runs scheduled background jobs (sync, garden, update) to keep the wiki fresh and relevant. It supports macOS and requires Python 3.12+. CodeAlmanac is open-source under the Apache-2.0 license and is part of the Y Combinator S26 batch.
798
Stars
70
Forks
43
Issues
Apache-2.0
License
A living wiki for your codebase, maintained by AI coding agents.
AI coding agent users who want to improve agent context and accuracy., Developers who want to maintain living documentation with minimal effort., Tech leads who need to capture and share architectural knowledge.
The setup section provides repository-level starting guidance, not a guarantee of an independently verified installation. Check the official README and release notes.
Telemetry is enabled by default but can be disabled; it sends anonymous usage data and crash reports. The tool runs background jobs that may consume system resources.
Similar or complementary options to evaluate include mcpdoc, llm-docs-builder, sourcey.
Aug 20, 2026