Help us improve
Share bugs, ideas, or general feedback.
From mind
Search, query, view stats, and manage Claude's persistent memory in a portable .claude/mind.mv2 file using Node.js scripts. Recalls discoveries, decisions, and solutions.
npx claudepluginhub memvid/memvid-mind --plugin mindHow this skill is triggered — by the user, by Claude, or both
Slash command
/mind:memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to a persistent memory system powered by Claude Mind. All your observations, discoveries, and learnings are stored in a single `.claude/mind.mv2` file.
Organizes, extracts, prunes, and verifies Claude Code persistent memory files to keep MEMORY.md under the 200-line truncation limit and topic files up to date with project state.
Full-text search and management of past work, memories, project history, and session notes with token-efficient browsing.
Share bugs, ideas, or general feedback.
You have access to a persistent memory system powered by Claude Mind. All your observations, discoveries, and learnings are stored in a single .claude/mind.mv2 file.
Use the bundled SDK scripts via Node.js (NOT the CLI). The scripts are at ${CLAUDE_PLUGIN_ROOT}/dist/scripts/.
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "<query>" [limit]
Examples:
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "authentication" 5node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "database schema" 10node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "<question>"
Examples:
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "Why did we choose React?"node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "What was the CORS solution?"node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/stats.js"
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/timeline.js" [count]
Memories are automatically classified into these types:
Your memory is stored at: .claude/mind.mv2
This file is:
.mind.mv2 file to teammates for instant onboarding