Agent Plugins Marketplace
All plugins

rem

v1.1.17

REM sleep for your Claude sessions — prune stale memory, crystallize learnings, maintain .claude/memory/ with timestamps and automatic eviction

CodexClaude Code4 Skills

By Mingyang Bao2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install rem for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add rem@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/DawnEver/cc-market

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is rem/.

Plugin files

rem/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/investigate/SKILL.md
├── skills/refresh-docs/SKILL.md
├── skills/rem/SKILL.md
└── skills/todo/SKILL.md

Included Skills4

investigateskills/investigate/SKILL.md

Research a question, write findings to memory, add todo. No code changes — pure investigation.

refresh-docsskills/refresh-docs/SKILL.md

Refresh stale bound docs whose code has drifted, preserving human annotations. Also creates/binds new docs.

remskills/rem/SKILL.md

REM sleep for Claude sessions — summarize what changed, update memory, crystallize if needed

todoskills/todo/SKILL.md

List, add, mark, remove entries in the persisted `/todo` backlog. Backed by rem/scripts/task-engine.js.

Plugin manifests2

rem/.codex-plugin/plugin.json
{
  "name": "rem",
  "version": "1.1.17",
  "description": "REM sleep for your Claude sessions — prune stale memory, crystallize learnings, maintain .claude/memory/ with timestamps and automatic eviction",
  "author": {
    "name": "Mingyang Bao"
  },
  "keywords": [
    "rem",
    "memory",
    "session",
    "retrospect",
    "prune",
    "eviction",
    "crystallize",
    "summarize"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "REM",
    "shortDescription": "REM sleep for your Claude sessions — prune stale memory, crystallize learnings,",
    "longDescription": "REM sleep for Claude sessions — auto-prunes stale memory on session start, crystallizes learnings on session stop, maintains .claude/memory/ with timestamps and 90-day eviction. Includes memos: fact caching keyed on git blob hashes, listed on SessionStart/PostCompact.",
    "developerName": "Mingyang Bao",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "defaultPrompt": [
      "Use the REM plugin."
    ]
  }
}
rem/.claude-plugin/plugin.json
{
  "name": "rem",
  "version": "1.1.17",
  "description": "REM sleep for your Claude sessions — prune stale memory, crystallize learnings, maintain .claude/memory/ with timestamps and automatic eviction",
  "author": {
    "name": "Mingyang Bao"
  },
  "keywords": [
    "rem",
    "memory",
    "session",
    "retrospect",
    "prune",
    "eviction",
    "crystallize",
    "summarize"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[rem on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rem)