원클릭으로
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.