memory-search
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.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install memory-search --cli claudewrites the skill into.claude/skills/memory-search/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/memory-search/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
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.
When to use it
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.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-maestro/memory-search/SKILL.md -o .claude/skills/memory-search/SKILL.md
Notes
Extracted from davila7/claude-code-templates, memory-search category.