Remember.Plugin

Personal memory system for Cowork and Claude Code

A plugin for Claude Cowork and Claude Code that saves your conversations as you chat and turns them into structured markdown notes.

Download remember.plugin View on GitHub

Open any Claude Cowork conversation. Type /remember and your chat gets distilled into typed markdown files — decisions, preferences, facts, people — saved into a folder you control.

As you keep talking, memory updates continuously in the background. Bring in existing documents with /ingest. Run /lint every few weeks to keep things tidy.

Zero infrastructure. Pure markdown. Your data stays on your machine.

Install

  1. Download remember.plugin using the button above
  2. Open a new Cowork chat and drag the downloaded file into the chat input
  3. Type: Show this plugin file as a card so I can save it.
  4. A card appears with a Save plugin button — click it
  5. Go to any Claude Code / Cowork chat and type /remember to get started

What you get

SkillWhat it does
Remember Capture durable facts from the current chat into typed atomic files + daily journal
Ingest Bring existing documents (MD, TXT, PDF, Word, PowerPoint) into memory. Only new and changed files processed by default.
Start memory folder When you don't have a folder yet, sets up one for you
Bootstrap Set up the memory structure in any folder; chains to Ingest if documents are found
Lint Layered health check across atomic memory, journal, CLAUDE.md, and wiki. Auto-fixes legacy patterns.

What it does for you

Architecture

Dual-layer model: atomic memory (typed facts) + synthesized wiki (narrative pages with cross-links). Atomic files live at memory/{feedback,projects,reference,people}/. Wiki pages use [[wikilinks]] — open your folder as an Obsidian vault if you like, it works natively.

Inspired by Andrej Karpathy's LLM-Wiki insight (local markdown as the LLM's context substrate), structured using Andy Matuschak's evergreen + structure notes pattern, with Niklas Luhmann's Strukturzettel as the wiki layer.

Privacy & data

Compatibility