Lore
Description
git memory for coding agents — a local, searchable archive of your Claude Code and Codex sessions
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Lore
Lore is a local desktop app for browsing and searching your coding-agent history.
It reads the session files Claude Code and Codex already save on your computer, connects them to their repositories and Git history, and puts everything in one searchable archive. It does not wrap your agents or change their files.
How it works
Claude Code and Codex logs
↓
read-only adapters
↓
local SQLite archive + Git evidence
↓
search and browse in the desktop app
Lore keeps different kinds of evidence separate. A commit recorded during a session is not treated as the same thing as repository state observed later during ingestion.
Everything in the archive stays on the machine. V0 has no accounts, telemetry, cloud database, or LLM calls.
Development
You will need Rust, Node.js, the Xcode command-line tools, and the Tauri 2 prerequisites for macOS.
The Rust toolchain is pinned in `rust-toolchain.toml`, so rustup selects the right compiler automatically. CI lints with `-D warnings`, and pinning keeps a new clippy lint in a stable release from breaking the build on an unrelated commit.
npm install
npm run build
npm test
npm run lint
cargo test --workspace
cargo clippy --workspace --all-targets --all-features -- -D warnings
cargo fmt --all -- --check
Run the web UI with `npm run dev`. Run the desktop app with `cargo tauri dev` once the Tauri CLI is installed.
Repository layout
crates/lore-core/ ingestion, storage, Git, search, and safety
crates/lore-ipc/ Rust IPC types and generated TypeScript bindings
src-tauri/ Tauri application layer
src/ React interface
Scope
Lore currently focuses on Claude Code and Codex. It is an archive, not an IDE, agent runtime, o
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git