Memory Search
Description
Search through Claude's persistent memories for specific content, patterns, or keywords. **Usage**: `/mind:search <query> [limit]` Execute the search script with user's query:
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for memvid/claude-brain, shared by 4 entries
in this directory. It describes the repository, not this entry specifically.
description: Search memories for specific content or patterns argument-hint: [limit] allowed-tools: Bash
Memory Search
Search through Claude's persistent memories for specific content, patterns, or keywords.
**Usage**: `/mind:search [limit]`
Execute the search script with user's query:
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "$ARGUMENTS" 10
Examples
/mind:search authentication- Find memories related to authentication/mind:search "database schema"- Search for exact phrase/mind:search API errors- Find memories about API errors
Response Format
- Show matching memories with relevance scores
- Include timestamps (convert to human-readable format)
- Highlight matched keywords in context
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development