Agent skill · AI & Agents

memory

Claude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file

Memvid16,075★ · +48/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add memvid/claude-brain --skill memory --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/memory/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 533
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. How to Execute Memory Commands
  2. Search Memories
  3. Ask Questions
  4. View Statistics
  5. View Recent Memories
  6. Memory Types
  7. File Location
  8. Usage Tips
Commands it runs
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]
More from claude-brain
All skills →
About this skill
What does the memory 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 memory --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.

Keep going