원클릭으로
remember
Review auto-memory entries and promote useful ones to CLAUDE.md or project memory files
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review auto-memory entries and promote useful ones to CLAUDE.md or project memory files
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Research and plan a large-scale mechanical change, then execute it in parallel across independent work units
Review staged changes and create a conventional git commit
Diagnose agent session issues — show recent logs, tool errors, and configuration problems
Review changed code for reuse, quality, and efficiency, then fix any issues found
Capture the current session's repeatable process into a reusable SKILL.md file
Diagnose a frozen, slow, or stuck agent session by inspecting running processes and recent logs
| name | remember |
| description | Review auto-memory entries and promote useful ones to CLAUDE.md or project memory files |
| when_to_use | When the user wants to review, organise, or promote their auto-memory entries. Also useful for cleaning up outdated or conflicting entries. |
| argument-hint | optional: focus area or specific memory type to review |
| context | inline |
| allowed-tools | ["read_file","write_file","file_edit","glob"] |
Review all memory layers and propose promotions or cleanups.
$ARGUMENTS
Read the following sources (skip if absent):
CLAUDE.md in the project root — project-wide conventions for all contributors..claude/memory/MEMORY.md — the memory index.*.md files in .claude/memory/ — individual memory entries.For every entry in .claude/memory/, determine its best destination:
| Destination | Criteria |
|---|---|
| CLAUDE.md | Project conventions relevant to all contributors (coding style, architecture decisions, build commands) |
| Keep in memory | Personal preferences, session context, working notes that are still relevant |
| Delete | Outdated facts, superseded decisions, duplicate of CLAUDE.md content, no longer relevant |
Structure the report as four sections:
List entries that should be moved to CLAUDE.md. For each:
List entries to remove or correct. For each:
List entries where the right action is unclear. For each:
List entries that are fine as-is.
After presenting the report, ask the user which actions to apply, then:
CLAUDE.md under the appropriate section.MEMORY.md index to reflect removed entries.