원클릭으로
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 직업 분류 기준
| 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 sessionsSwitch 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