← All plugins
mind
v1.0.11Claude Mind - Give Claude photographic memory in ONE portable file. Share, version, and transfer your Claude's brain.
Claude Code2 skills
by MemvidMIT550updated 6 months ago
Source
git clone https://github.com/memvid/claude-brainClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
mind/
├── .claude-plugin/plugin.json├── skills/memory/SKILL.md└── skills/mind/SKILL.md
Skills2
memoryskills/memory/SKILL.md
Claude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file
mindskills/mind/SKILL.md
Claude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file
Manifests1
.claude-plugin/plugin.json
{
"name": "mind",
"description": "Claude Mind - Give Claude photographic memory in ONE portable file. Share, version, and transfer your Claude's brain.",
"version": "1.0.11",
"author": {
"name": "Memvid",
"url": "https://memvid.com"
},
"repository": "https://github.com/memvid/claude-brain",
"homepage": "https://memvid.com",
"license": "MIT"
}