From agentreplay
Search local coding memory for past work, previous sessions, implementation details, or recalled information. All data stored locally via Agent Replay.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentreplay:memory-searchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query Agent Replay's local memory for past sessions and saved knowledge.
Query Agent Replay's local memory for past sessions and saved knowledge.
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" "QUERY"
Past work:
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" "recent activity yesterday"
Implementation:
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" "authentication implementation"
Conventions:
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" "coding style conventions"
The script returns formatted memory matches. Present clearly and offer to refine the search if needed.
All data stays on your machine - no external servers involved.
npx claudepluginhub agentreplay/agentreplay-claude-plugin --plugin agentreplaySearches personal and project coding memories for past sessions, implementations, decisions, and preferences via Node script. Useful for queries on prior work or activity.
Searches past Claude Code work across all projects via /remember [keywords] or queries about sessions, recaps, and prior outputs.
Searches past Claude Code session logs to recall decisions, patterns, or unresolved work. Useful when users reference prior conversations, say 'do you remember', or need historical context.