memory-manager
v0.1.4명시적으로 호출해 Codex 또는 Claude Code의 저장된 메모리를 점검하고 정리합니다.
By sonsu2 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- 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 Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install memory-manager@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/sonsu-lee/sonsu-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/memory-manager-claude/.
Plugin files
├── .claude-plugin/plugin.json└── skills/memory-manager/SKILL.md
Included Skills1
사용자가 이 스킬을 명시적으로 호출해 Codex 또는 Claude Code의 저장된 메모리를 점검하거나 정리하려 할 때 사용한다. 중복, 오래된 사실, 상충하는 기억과 프로젝트 간 규칙 혼입이 대상이다. 일반 파일 정리, 메모리 기능 설명, 새 메모리 저장 요청만으로는 사용하지 않는다.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "memory-manager",
"displayName": "Memory Manager",
"version": "0.1.4",
"description": "명시적으로 호출해 Codex 또는 Claude Code의 저장된 메모리를 점검하고 정리합니다.",
"author": {
"name": "sonsu",
"url": "https://github.com/sonsu-lee"
}
}For maintainers
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)