원클릭으로
recall
Use when user asks about past work, decisions, discussions, or topics that might have relevant history beyond loaded context
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when user asks about past work, decisions, discussions, or topics that might have relevant history beyond loaded context
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when user asks about project status, wants to rename/move a project, clean up stale data, or mentions orphaned folders in ~/.claude/
Use when user wants to view, modify, or reset memory system configuration, or check token usage across memory tiers
Use when user wants to load a project's long-term and short-term memory mid-session — typically when running in light mode and Claude lacks project-specific context
Use when processing pending session transcripts into daily summaries — first session of the day, on manual request, or on schedule
Use when user wants to audit long-term memory for stale, incorrect, outdated, or duplicate entries, or correct memory entries based on new information
Use when user wants to explicitly preserve something permanently in long-term memory's Pinned section
| name | recall |
| description | Use when user asks about past work, decisions, discussions, or topics that might have relevant history beyond loaded context |
| user-invokable | true |
Use this skill PROACTIVELY without being asked when:
Don't wait to be prompted - search first, then answer with full context.
~/.claude/memory/daily//recall authentication → Search all daily files for authentication mentions/recall what was I working on in December? → Read December files, summarize workUse the Grep tool to search across daily files:
Grep(pattern: "search_term", path: "~/.claude/memory/daily/") for keyword matches-B2 -A2 context for surrounding linesUse the Glob tool for time-based queries:
Glob(pattern: "~/.claude/memory/daily/2026-01-*.md") for a specific monthAlways provide the date with each result so the user knows when something happened.