{"id":"mind","name":"mind","summary":"Claude Mind - 単一のポータブル.mv2ファイルに保存されたClaudeの永続メモリを検索・管理","body":"# Claude Mind\n\nYou 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.\n\n## How to Execute Memory Commands\n\nUse the bundled SDK scripts via Node.js (NOT the CLI). The scripts are at `${CLAUDE_PLUGIN_ROOT}/dist/scripts/`.\n\n### Search Memories\n```bash\nnode \"${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js\" \"<query>\" [limit]\n```\n\nExamples:\n- `node \"${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js\" \"authentication\" 5`\n- `node \"${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js\" \"database schema\" 10`\n\n### Ask Questions\n```bash\nnode \"${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js\" \"<question>\"\n```\n\nExamples:\n- `node \"${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js\" \"Why did we choose React?\"`\n- `node \"${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js\" \"What was the CORS solution?\"`\n\n### View Statistics\n```bash\nnode \"${CLAUDE_PLUGIN_ROOT}/dist/scripts/stats.js\"\n```\n\n### View Recent Memories\n```bash\nnode \"${CLAUDE_PLUGIN_ROOT}/dist/scripts/timeline.js\" [count]\n```\n\n## Memory Types\n\nMemories are automatically classified into these types:\n- **discovery** - New information discovered\n- **decision** - Important decisions made\n- **problem** - Problems or errors encountered\n- **solution** - Solutions implemented\n- **pattern** - Patterns recognized in code/data\n- **warning** - Warnings or concerns noted\n- **success** - Successful outcomes\n- **refactor** - Code refactoring done\n- **bugfix** - Bugs fixed\n- **feature** - Features added\n\n## File Location\n\nYour memory is stored at: `.claude/mind.mv2`\n\nThis file is:\n- **Portable** - Copy it anywhere, share with teammates\n- **Git-friendly** - Commit to version control\n- **Self-contained** - Everything in ONE file\n- **Searchable** - Instant semantic search\n\n## Usage Tips\n\n1. **Start of session**: Recent memories are automatically injected as context\n2. **During coding**: Observations are captured automatically from tool use\n3. **Searching**: Use natural language queries to find relevant past context\n4. **Sharing**: Send the `.mind.mv2` file to teammates for instant onboarding","author":"@memvid","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/memvid/claude-brain/tree/main/skills/mind","license":"MIT","category":"coding","lang":"en","tokens":522,"stars":0,"calls30d":1,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[],"requires":{"mcp":[],"tools":[]},"safety":{"flags":[],"scannedAt":"2026-08-22","hasScripts":false,"networkEndpoints":[]}}