memory-search

Search memory stores by keywords, patterns, or categories with flag options.

3|1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/swannysec/context-keeper --skill memory-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-search
Source: https://github.com/swannysec/context-keeper/tree/main/platforms/copilot/.github/skills/memory-search
Command: npx skills add https://github.com/swannysec/context-keeper --skill memory-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory Search helps users locate relevant notes and decisions stored in memory files by keywords, patterns, or categories, delivering organized results by file and context.

Core Features & Use Cases

  • Global and session-aware searching across memory stores using flags like --global and --sessions to tailor results.
  • Structured results grouped by file with line numbers and category tags to aid navigation.
  • Use Case: Quickly recall decisions from a project or locate notes across memory during debugging.

Quick Start

Run /memory-search followed by your query to locate matching memory entries.

Frequently Asked Questions about memory-search

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

FAQPage Schema
How do I search memory logs for specific keywords and patterns?

Search memory logs by running a query with your target keywords or patterns to instantly locate matching decisions, notes, and past entries across memory stores. Results are grouped by file with line numbers and context for quick navigation.

What is the best way to find past project decisions stored in memory files?

Finding past project decisions involves querying memory stores using keywords or category tags. You can apply flags like --global or --sessions to narrow results to specific memory scopes, returning structured Markdown entries grouped by file.

Can I search across both global memory and session histories at the same time?

Yes, searching across global memory and session histories is supported simultaneously. You apply flags like --global and --sessions to tailor the query scope, locating relevant notes across multiple memory stores with structured results.

How do I filter memory search results by category tags?

Filter memory search results by category tags using the --category flag during your query. This parses the input and returns structured Markdown grouped by file, showing only the memory notes matching the specified category tags.

Does memory search work for AI coding assistants to recall debugging notes?

Memory search works directly for AI coding assistants needing to recall debugging notes or past decisions. It parses user queries and returns structured Markdown results grouped by file with context, helping developers quickly locate relevant session histories.

What format do memory search results use for navigation?

Memory search results use structured Markdown grouped by file with line numbers and category tags. This format aids navigation by delivering organized context for each matching memory note found across the queried global or session stores.