Mind banner
2josEx 2josEx

Mind

Development community

Description

--- description: Claude Mind - Manage Claude's persistent memory stored in .claude/mind.mv2 argument-hint: [action] [query] allowed-tools: Read, Bash --- # Claude Mind Interact with Claude's persistent memory stored in `.claude/mind.mv2`. **IMPORTANT: Use the SDK scripts (not CLI). The memory file is auto-created if it doesn't exist.** ## Actions ### stats (default) ```bash node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/stats.js" ``` ### search [query] ```bash node "${CLAUDE_PLUGIN_ROOT}/dist/sc

Installation

Installs to ~/.claude/skills/2josex-claude-brain-mind/SKILL.md

Terminal
mkdir -p ~/.claude/skills/2josex-claude-brain-mind && curl -fsSL https://raw.githubusercontent.com/2josEx/claude-brain/HEAD/commands/mind.md -o ~/.claude/skills/2josex-claude-brain-mind/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository