Memory Search

Searches persistent memory markdown files for session summaries, decision records, and knowledge base entries.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/whjelmar/claude-memory-system --skill memory-search-whjelmar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Memory Search
Source: https://github.com/whjelmar/claude-memory-system/tree/main/skills/memory-search
Command: npx skills add https://github.com/whjelmar/claude-memory-system --skill memory-search-whjelmar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly find specific information buried within your Claude memory files, saving you time and effort in recalling past decisions, discussions, or knowledge.

Core Features & Use Cases

  • Targeted Search: Search across session summaries, decision records, or knowledge files.
  • Contextual Snippets: View relevant lines around search matches for immediate understanding.
  • Use Case: You remember discussing a specific API pattern a few weeks ago but can't recall the exact details. Use this Skill to search your 'knowledge' files for "API patterns" to retrieve the relevant information instantly.

Quick Start

Use the memory search skill to find information about rate limiting in past sessions.

Frequently Asked Questions about Memory Search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search past Claude session summaries for a specific topic?

You can search session summaries by specifying search terms and optional scopes to locate specific content within your Claude memory files. This Skill retrieves relevant contextual lines around search matches for immediate understanding of past project discussions.

Can I retrieve specific decision records from my knowledge base?

Yes, you can retrieve specific decision records by searching your Claude memory files with targeted terms. The Skill reads markdown files within designated memory directories to locate past decisions and accumulated project learnings.

Does searching Claude memory files require file system access?

Yes, searching Claude memory files requires file system access to read markdown files within designated memory directories. This access enables the Skill to scan session summaries, decision records, and knowledge base entries for your specified search terms.

What is the best way to find old API pattern discussions in persistent memory?

The best way to find old API pattern discussions is to search your knowledge files using specific terms like "API patterns". This Skill locates matching content and provides contextual snippets around the search hits for immediate understanding.

How do I scope a memory search to only knowledge base entries?

You can scope a memory search to only knowledge base entries by specifying optional scopes alongside your search terms. This filters the search across persistent memory files to target accumulated project learnings rather than session summaries or decision records.

Are there limitations to searching persistent memory files with this approach?

A limitation is that searching persistent memory files relies entirely on existing markdown files within designated memory directories. If session summaries or decision records were not previously saved, the search will not locate or retrieve that content.