一键导入
recall
Search episodic memory - sessions, progressions, and documents across all projects
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search episodic memory - sessions, progressions, and documents across all projects
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Switch Claude Code to a different project folder with full context reload
Quick reference card for all Project Intelligence commands
Track evolving understanding of a topic through a sequence of documents
Save the current conversation insight as a reusable skill in the knowledge repo
Discover all installed plugins, skills, and commands available in this environment
Track and search what you (or others) have done — GitHub activity, issues, PRs, commits
| name | recall |
| description | Search episodic memory - sessions, progressions, and documents across all projects |
| user_invocable | true |
Search your archived sessions, progression documents, and indexed files across all projects.
The user invokes /recall <search terms> to find relevant past work.
When the user invokes /recall, run both searches and present combined results:
${CLAUDE_PLUGIN_ROOT:-~/.claude/project-intelligence}/bin/pi-query "$ARGUMENTS"
${CLAUDE_PLUGIN_ROOT:-~/.claude/project-intelligence}/bin/pi-progression-search "$ARGUMENTS"
If no arguments are provided, show recent sessions:
${CLAUDE_PLUGIN_ROOT:-~/.claude/project-intelligence}/bin/pi-query --recent 5
Present the results in a clean format. For sessions, highlight:
For progressions, highlight:
If the user wants more detail about a specific session, the raw JSONL archive can be found at ${CLAUDE_PLUGIN_ROOT:-~/.claude/project-intelligence}/archives/<project>/<session-id>.jsonl.
To search only documents: --docs-only
To search only progressions, use /progress search instead.
/recall API optimization - Find sessions and progressions about API optimization/recall cost savings - Find cost-related work across all projects/recall --project myapp containers - Search within myapp sessions only/recall --recent 10 - Show last 10 sessions