From mind
Manages Claude's persistent memory in .claude/mind.mv2: view stats (default), search memories, ask questions about them, list recent entries. Auto-creates file if needed.
How this command is triggered — by the user, by Claude, or both
Slash command
/mind:mindThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Claude Mind Interact with Claude's persistent memory stored in `.claude/mind.mv2`. **IMPORTANT: Use the SDK scripts (not CLI). The memory file is auto-created if it doesn't exist.** ## Actions ### stats (default) ### search [query] ### ask [question] ### recent ## Usage Examples ## Response Format When displaying results: - Convert Unix timestamps to human-readable (Xm ago, Xh ago, Xd ago) - Summarize key findings in a table when appropriate - If file was just created, tell the user memories will appear as they work
Interact with Claude's persistent memory stored in .claude/mind.mv2.
IMPORTANT: Use the SDK scripts (not CLI). The memory file is auto-created if it doesn't exist.
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/stats.js"
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "QUERY_HERE" 10
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "QUESTION_HERE"
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/timeline.js" 20
/mind stats → Shows memory statistics, auto-creates file if needed
/mind search auth → Searches for "auth" in memories
/mind ask "Why React?" → Asks a question about memories
/mind recent → Shows 20 most recent memories
When displaying results:
npx claudepluginhub 2josex/claude-brain --plugin mind/statsShows statistics on Claude's persistent memory file including total memories, storage size, and recent activity in human-readable format with tables.
/memSearches and browses project memory using FTS5 full-text search. Also supports recent, recall, timeline, save, stats, and cleanup subcommands.
/statusShows CLAUDE.md (or AGENTS.md) memory sync status: pending changes count, last sync time, file locations, and config settings. Offers /auto-memory:calibrate if pending.
/memory-statsDisplays Cognis memory statistics: total stored memories, session history, and storage breakdown. Runs node stats script via Bash and guides on API key config if needed.
/CLAUDEDisplays recent activity log from claude-mem context in auto-generated <claude-mem-context> section, listing actions or 'No recent activity'.