mind
Claude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file
npx skills add memvid/claude-brain --skill mind --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Claude Mind 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. ## How to Execute Memory Commands Use the bundled SDK scripts via Node.js (NOT the CLI). The scripts are at `${CLAUDE_PLUGIN_ROOT}/dist/scripts/`. ### Search Memories ```bash node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "<query>" [limit] ``` Examples: - `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "authentication" 5` - `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "database schema" 10` ### Ask Questions ```bash node "${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?"` ### View Statistics ```bash node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/stats.js" ``` ### View Recent Memories ```bash node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/timeline.js" [count] ``` ## Memory Types Memories are automatically classified into these types: - **discovery** - New information discovered - **decision** - Important decisions made - **pro
- How to Execute Memory Commands
- Search Memories
- Ask Questions
- View Statistics
- View Recent Memories
- Memory Types
- File Location
- Usage Tips
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "<query>" [limit]
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "<question>"
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/stats.js"
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/timeline.js" [count]What does the mind skill do?
Claude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file
How do I install it?
Run `npx skills add memvid/claude-brain --skill mind --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From memvid/claude-brain, a repository with 533 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.