# Memory Search

> Search persistent memory for relevant information from past coding sessions. Use when user asks about previous work, past bugs, architectural decisions, or anything that may have been worked on before.

- Skill: `supermemoryai/memory-search` (Agent Skill)
- Install (CLI): `npx skillmds@latest add supermemoryai/memory-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/supermemoryai/memory-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: supermemoryai (https://skillmd.com/u/supermemoryai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/supermemoryai/memory-search

---


1. Call `supermemory_search` with a focused query based on what the user is asking about
2. If results found, surface relevant memories in your response with context
3. If no results found, note that no prior memory exists for this topic
4. For broad questions, try both project scope and user scope

