mind

Solid

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

AI & Automation 496 stars 48 forks Updated 4 months ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
90
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 - **problem** - Problems or errors encountered - **solution** - Solutions implemented - **pattern** - Patterns recognized in code/data - **warning** - Warnings or concerns noted - **success** - Successful outcomes - **refactor** - Code refactoring done - **bugfix** - Bugs fixed - **feature** - F...

Details

Author
memvid
Repository
memvid/claude-brain
Created
5 months ago
Last Updated
4 months ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category