From mind
Displays recent memories and activity from Claude's persistent storage in reverse chronological order. Accepts an optional count argument to limit results.
How this command is triggered — by the user, by Claude, or both
Slash command
/mind:recent countThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Recent Memories Display the most recent memories and activity from Claude's persistent storage. **Usage**: `/mind:recent [count]` Execute the timeline script to show recent activity: ## Examples - `/mind:recent` - Show 20 most recent memories (default) - `/mind:recent 10` - Show 10 most recent memories - `/mind:recent 50` - Show 50 most recent memories ## Response Format - Display memories in reverse chronological order (newest first) - Convert timestamps to human-readable format - Group by session or time period when helpful
Display the most recent memories and activity from Claude's persistent storage.
Usage: /mind:recent [count]
Execute the timeline script to show recent activity:
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/timeline.js" ${ARGUMENTS:-20}
/mind:recent - Show 20 most recent memories (default)/mind:recent 10 - Show 10 most recent memories/mind:recent 50 - Show 50 most recent memoriesnpx claudepluginhub dpolishuk/mybrain4plugins reuse this command
First indexed Jan 16, 2026
/recentDisplays recent memories and activity from Claude's persistent storage in reverse chronological order. Accepts an optional count argument to limit results.
/CLAUDEDisplays recent activity log from claude-mem context in auto-generated <claude-mem-context> section, listing actions or 'No recent activity'.
/memSearches and browses project memory using full-text search, recent observations, file recall, and timeline navigation. Also supports saving manual notes, viewing stats, and cleaning up stale data.
/recallSearches long-term memory from previous Claude Code sessions, retrieving relevant context by invoking the xpowers:recall skill.
/searchSearches EverMem Cloud for memories from past sessions matching a query and summarizes the most relevant findings.
/recallRecalls memories from past Claude Code sessions via the memoir system. Queries by argument with optional --include-metrics flag for telemetry data.