Create Ai Memory banner
rambaarde rambaarde

Create Ai Memory

AI community

Description

Persistent, agent-agnostic session memory for AI coding CLIs (Claude Code, Codex, Gemini, Cursor, opencode). One Markdown vault, any agent.

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

create-ai-memory

**The persistent memory layer for AI coding agents. One Markdown vault, every CLI.**

Your agent forgets everything the moment a session ends. create-ai-memory gives Claude Code, Codex, Gemini, Cursor, and opencode a shared second brain: a plain-Markdown vault that carries your profile, each project's context, and where you left off into every new session, on its own.

No daemon. No database. No API key. Just zsh and Markdown you can read.

npm create ai-memory@latest

[![npm](https://img.shields.io/npm/v/create-ai-memory?color=cb3837&label=npm)](https://www.npmjs.com/package/create-ai-memory) [![ci](https://img.shields.io/github/actions/workflow/status/rambaarde/create-ai-memory/ci.yml?label=ci)](https://github.com/rambaarde/create-ai-memory/actions/workflows/ci.yml) [![release](https://img.shields.io/github/actions/workflow/status/rambaarde/create-ai-memory/publish.yml?label=release)](https://github.com/rambaarde/create-ai-memory/actions/workflows/publish.yml) ![zsh](https://img.shields.io/badge/shell-zsh-89e051) ![deps](https://img.shields.io/badge/runtime%20deps-0-blue) ![license](https://img.shields.io/badge/license-MIT-blue) ![PRs](https://img.shields.io/badge/PRs-welcome-orange)


Installing create-ai-memory with npm create ai-memory@latest

The problem

Every AI coding session starts from zero.

Claude Code, Codex, Gemini CLI. The moment a session ends, the agent forgets what was built, the decisions that were made, the PRD, every architectural and codebase choice. The context that mattered most evaporates with the chat thread, and the next run begins blind.

You pay the same tax on every run:

  • Agent amnesia. Accumulated project knowledge vanishes when the thread closes.
  • Lost decisions. Why a choice was made is nowhere; the next run re-litigates it.
  • **Reload over