Agent Plugins Marketplace
← All plugins

memory-manager

v0.1.4

명시적으로 호출해 Codex 또는 Claude Code의 저장된 메모리를 점검하고 정리합니다.

Codex1 Skill

By sonsu2 GitHub starsUpdated 1 hour ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add sonsu-lee/sonsu-marketplace
codex plugin marketplace upgrade sonsu-marketplace
codex plugin add memory-manager@sonsu-marketplace

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

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

  • Codex: memory-manager-2@agent-plugin-marketplace → memory-manager@sonsu-marketplace

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/sonsu-lee/sonsu-marketplace

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

Plugin files

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

Included Skills1

memory-managerskills/memory-manager/SKILL.md

사용자가 이 스킬을 명시적으로 호출해 Codex 또는 Claude Code의 저장된 메모리를 점검하거나 정리하려 할 때 사용한다. 중복, 오래된 사실, 상충하는 기억과 프로젝트 간 규칙 혼입이 대상이다. 일반 파일 정리, 메모리 기능 설명, 새 메모리 저장 요청만으로는 사용하지 않는다.

Plugin manifests1

plugins/memory-manager/.codex-plugin/plugin.json
{
  "name": "memory-manager",
  "version": "0.1.4",
  "description": "명시적으로 호출해 Codex 또는 Claude Code의 저장된 메모리를 점검하고 정리합니다.",
  "author": {
    "name": "sonsu",
    "url": "https://github.com/sonsu-lee"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Memory Manager",
    "shortDescription": "코딩 에이전트 메모리의 수동 점검과 정리",
    "longDescription": "저장된 메모리의 중복, 충돌, 오래된 사실과 프로젝트 범위를 확인합니다. 현재 환경이 허용하는 직접 편집 또는 수정 노트 경로를 따르고 실제 반영 여부를 구분해 보고합니다.",
    "developerName": "sonsu",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": "$memory-manager 현재 프로젝트의 Codex 메모리를 점검해 줘."
  }
}

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

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