memory-search

Solid

Search conversation history and semantic memory to recall previous discussions, decisions, and context. Use when the user asks to "search memory", "what did we discuss", "remember when", "find previous conversation", "check history", or before starting work to recall prior decisions.

AI & Automation 27,681 stars 2854 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AI Maestro Memory Search Search your conversation history using semantic, keyword, and symbol matching. Recall past decisions, discussions, and context across sessions. Part of the [AI Maestro](https://github.com/23blocks-OS/ai-maestro) suite. ## Prerequisites Requires [AI Maestro](https://github.com/23blocks-OS/ai-maestro) running locally. Memory indexing uses CozoDB for vector search. ```bash # Install memory tools git clone https://github.com/23blocks-OS/ai-maestro-plugins.git cd ai-maestro-plugins && ./install-memory-tools.sh ``` ## Core Behavior Before starting any task, search memory for relevant context: ``` Receive instruction -> Search memory -> Then proceed ``` ## Commands | Command | Description | |---------|-------------| | `memory-search.sh "<query>"` | Hybrid search (recommended) | | `memory-search.sh "<query>" --mode semantic` | Find conceptually related | | `memory-search.sh "<query>" --mode term` | Exact text matching | | `memory-search.sh "<query>" --mode symbol` | Code symbol matching | | `memory-search.sh "<query>" --role user` | Only user messages | | `memory-search.sh "<query>" --role assistant` | Only assistant messages | ## Search Modes | Mode | Best For | |------|----------| | `hybrid` (default) | General search, most cases | | `semantic` | Related concepts, different wording | | `term` | Exact function/class names | | `symbol` | Code identifiers across contexts | ## Usage Examples ```bash # User asks to continue previous work memory-se...

Details

Author
davila7
Repository
davila7/claude-code-templates
Created
11 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

ai-maestro-memory-search

PROACTIVELY search conversation history when receiving user instructions. Find previous discussions, decisions, and context BEFORE starting new work. Your memory is valuable - use it.

335 Updated today
aiskillstore
AI & Automation Solid

memory-recall

Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this before'. Also use when you see `[memsearch] Memory available` hints injected via SessionStart or UserPromptSubmit. Typical flow: search for 3-5 chunks, expand the most relevant, optionally deep-drill into original transcripts via the anchor format. Skip when the question is purely about current code state (use Read/Grep), ephemeral (today's task only), or the user has explicitly asked to ignore memory.

1,872 Updated 2 days ago
zilliztech
AI & Automation Listed

search-memory

Search Nowledge Mem memories and threads from Proma when the user references past work, prior decisions, recurring problems, or project history.

85 Updated 2 days ago
nowledge-co
AI & Automation Solid

mem-search

Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions.

79,783 Updated yesterday
thedotmack
AI & Automation Listed

remembering-conversations

Use when user asks 'how should I...' or 'what's the best approach...' after exploring code, OR when you've tried to solve something and are stuck, OR for unfamiliar workflows, OR when user references past work. Searches conversation history.

335 Updated today
aiskillstore