ワンクリックで
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.