Help us improve
Share bugs, ideas, or general feedback.
From claude-rag
Searches past conversations and tool results for relevant historical context. Auto-activates on references to prior work, project history, or when session-spanning info aids the task.
npx claudepluginhub thisisyoyodev/claude-plugins --plugin claude-ragHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-rag:context-recallThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search the RAG database for context relevant to the current conversation.
Searches and recalls previous Claude Code conversation sessions by querying a local SQLite FTS5 index or JSONL log files.
Searches past conversations before answering, guessing, or treating topics as new. Avoids reinventing solutions by recalling prior decisions, patterns, and gotchas.
Recalls, searches, and analyzes past conversations using recent_chats.py, search_conversations.py, and lenses like retro, find-gaps, extract-decisions for context restoration and retrospectives.
Share bugs, ideas, or general feedback.
Search the RAG database for context relevant to the current conversation.
Determine the best search query from the current conversation context. Focus on:
Use mcp__plugin_claude-rag_rag__search with:
Return findings concisely:
If no relevant results found, don't force it. Simply state that no relevant historical context was found.