memoir
Git-style versioned memory for AI coding agents
All Skills in This Repository (6)
Pure Emerald Level Indicatorsmemoir-onboard
Automate persistent project snapshot creation in memoir for warm Claude session starts.
memory-recall
Retrieve remembered preferences and decisions from memoir for current tasks.
memoir-status
Inspect Memoir Codex store path, active branch, and memory metrics.
memoir-ui
Launch or reopen the Memoir UI for the current Codex project store.
memoir-remember
Saves user-provided memories to Memoir with optional path, namespace, and replace.
memory-recall
Retrieve stored facts from memoir's git-versioned taxonomy memory store via CLI queries.
Frequently Asked Questions
FAQPage SchemaHow to install Memoir?โผ
Run `npx skills add zhangfengcdt/memoir --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Memoir solve for AI agents?โผ
It gives agents long-term memory with Git-like versioning, so you can branch, audit, and roll back what your agent remembers instead of relying on a flat file or opaque vector store.
How does Memoir recall past decisions?โผ
The memory-recall skill fetches facts from readable semantic paths like preferences.coding.style in two fast commands, with no LLM call needed for retrieval.
Does Memoir work with Claude Code and Codex?โผ
Yes. It ships dedicated plugins for Claude Code and Codex, plus an MCP server that works with Cursor, Claude Desktop, VS Code, and other MCP hosts.
Can I use Memoir without writing code?โผ
Yes. Once installed, your agent auto-captures and recalls memories from plain conversation, and slash commands like /memoir:onboard handle setup for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core