🧠
AI EngineeringTypeScript

Claude Mind

by memvid

Claude Mind is an AI Engineering skill for Claude Code, published by memvid in claude-brain.

573 stars60 forkson memvid/claude-brainAdded 2026/08/25Repository updated 2026/01/19
ai-toolsanthropicclaudeclaude-agentsclaude-aiclaude-codeclaude-skillscontext-windowdeveloper-toolsllm-memorylong-term-memorymemvidpersistent-memoryportableragrustsingle-file
Install in seconds
Install Claude Mind
Copy Claude Mind into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/memvid/claude-brain/tree/main/skills/mind ~/.claude/skills/mind

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/memvid/claude-brain.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/mind/SKILL.md in memvid/claude-brain
Installs to
~/.claude/skills/mind
Collection
One of 2 skills cataloged from this repository
Category
AI Engineering2451 skills

What Claude Mind does

Claude Mind searches and manages Claude’s persistent memory stored in a single portable .mv2 file. Use it to find past decisions, discoveries, problems, and solutions from natural-language queries.

Claude Mind is cataloged under AI Engineering on DirSkills. Claude Mind comes from a repository tagged ai-tools, anthropic, claude, claude-agents and claude-ai.

Documentation

README

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

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

node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "<question>"

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Claude Mind

  • What else does memvid publish alongside Claude Mind?

    Claude Mind is one of 2 skills that DirSkills catalogs from memvid/claude-brain, the repository it ships in. Its siblings there include Claude Mind. Each one is a separate skill with its own page in this directory, installs the same way Claude Mind does, and is maintained by memvid in that same repository. The rest of the collection is listed on the memvid/claude-brain page.

  • How does Claude Mind compare to other AI Engineering skills?

    Claude Mind ranks #2009 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Claude Mind against them. Open each page to compare what they document and how they install.