zhangfengcdtzhangfengcdtCommunityยท6 Agent Skills Included

memoir

Git-style versioned memory for AI coding agents

Gives AI agents persistent, versioned memory with branch, commit, merge, and rollback commands. Replaces opaque vector databases and flat memory files with readable semantic paths and cryptographic integrity. Auto-captures decisions and preferences across sessions, then recalls them instantly without re-paying token costs. Works with Claude Code, Codex, Hermes, and any MCP-compatible host.
npx skills add zhangfengcdt/memoir --all -g -y
Available:

Gives the AI agent working rules for this repository, including how the memory store, taxonomy, and plugin skills are structured and the safety constraints to follow when writing or recalling memories.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’