Agent Plugins Marketplace
All plugins

memories

v5.16.0

Memories discipline plus a portable Codex setup guide; the published npm installer owns hooks and MCP wiring.

Codex1 Skill

By Divyekant GuptaLicense: MIT3 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 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 memories for Codex

Installs for the current user
codex plugin marketplace add divyekant/memories
codex plugin marketplace upgrade memories-local
codex plugin add memories@memories-local

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

Compatibility: the page URL and API slug “memories-2” remain stable.

  • Codex: memories-2@agent-plugin-marketplacememories@memories-local

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/divyekant/memories

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

Plugin files

plugins/memories/
├── .codex-plugin/plugin.json
└── skills/memories/SKILL.md

Included Skills1

memoriesskills/memories/SKILL.md

Memory discipline for capturing and recalling important context across sessions using Memories MCP. Use this skill whenever you make an architectural decision, defer work for later, discover a non-obvious pattern or fix, or when the user explicitly asks to remember something. Also use it when you're about to ask the user a clarifying question or when entering a project domain where prior context might exist — search memories first, the answer might already be stored. Triggers on: "remember this", "store this", "save this for later", phase transitions, post-decision moments, deferred work, implicit tech mentions, entering a new domain, and before clarifying questions. Even if the user doesn't say "do you remember", search proactively when the topic might have prior context.

Plugin manifests1

plugins/memories/.codex-plugin/plugin.json
{
  "name": "memories",
  "version": "5.16.0",
  "description": "Memories discipline plus a portable Codex setup guide; the published npm installer owns hooks and MCP wiring.",
  "author": {
    "name": "Divyekant Gupta",
    "email": "[email protected]",
    "url": "https://github.com/divyekant"
  },
  "homepage": "https://github.com/divyekant/memories",
  "repository": "https://github.com/divyekant/memories",
  "license": "MIT",
  "keywords": [
    "memory",
    "memories",
    "codex",
    "mcp",
    "productivity"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Memories",
    "shortDescription": "Guide portable Memories setup for Codex",
    "longDescription": "Adds the Memories discipline skill plus a thin Codex setup guide. The published memories-mcp npm installer owns hook and MCP wiring; no repository checkout or bundled server is required.",
    "developerName": "Divyekant Gupta",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://github.com/divyekant/memories",
    "privacyPolicyURL": "https://github.com/divyekant/memories",
    "termsOfServiceURL": "https://github.com/divyekant/memories",
    "defaultPrompt": [
      "Guide me through portable Memories setup in Codex",
      "Use Memories when a decision should be stored"
    ],
    "brandColor": "#0F766E"
  }
}

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

[memories on Agent Plugins Marketplace](https://pluginsmp.com/plugins/memories-2)