一键导入
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.