بنقرة واحدة
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