ワンクリックで
find
Search past Claude Code sessions for context. Use when user wants to recall or pull in context from a previous session or conversation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Search past Claude Code sessions for context. Use when user wants to recall or pull in context from a previous session or conversation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | find |
| description | Search past Claude Code sessions for context. Use when user wants to recall or pull in context from a previous session or conversation. |
Use the search_sessions MCP tool (from the claude-find server) to search past Claude Code sessions.
Pass the user's query to the tool. If the user said /find auth discussion, use "auth discussion" as the query.
Scope rules:
scope: "current")scope: "all"project_filter with that nameAfter receiving results, synthesize the key context for the user — including reasoning, decisions, failed approaches, and constraints from the past session. Present it as useful context for the current conversation.
If no results are found, suggest trying scope: "all" to search across all projects, or different search terms.