context-find

Search persistent memory stores using keyword and semantic queries.

2|1|Updated Apr 10, 2023
One-click install
npx skills add https://github.com/popoffvg/dotfiles --skill context-find
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-find
Source: https://github.com/popoffvg/dotfiles/tree/main/harness/plugins/memory-keeper/claude/skills/context-find
Command: npx skills add https://github.com/popoffvg/dotfiles --skill context-find

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve relevant insights from persistent memory to answer user questions with context-aware information. Always check memory before responding to topic-based questions to avoid repeating or fabricating information.

Core Features & Use Cases

  • Memory-backed recall: search memory stores for relevant notes, projects, and context.
  • Keyword and semantic search: locate insights using both exact terms and concept-based matching.
  • Project overview extraction: quickly summarize what is known about a topic across memory items.

Quick Start

Ask me to search your memory with /context find <query> to retrieve relevant insights.

Frequently Asked Questions about context-find

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

FAQPage Schema
How do I retrieve insights from persistent memory to answer topic-based questions?

To retrieve insights from persistent memory, you can search memory stores using both keyword and semantic search to locate relevant notes and context, ensuring responses are informed by previously stored information rather than fabricated.

What's the best way to search project notes across memory stores using semantic matching?

Searching project notes across memory stores is best handled by leveraging semantic search with fallbacks, which locates insights using concept-based matching to quickly summarize what is known about a topic.

Does memory recall require a specific local configuration file to function?

Memory recall requires reading the insights root configuration from a specific local markdown file path to successfully retrieve and apply persistent memory context to project overviews.

Can I extract a project overview by searching memory with exact keywords?

Extracting a project overview by searching memory with exact keywords is fully supported, utilizing keyword search to quickly summarize known information across various memory items and notes.

What happens when standard keyword search fails to find relevant notes in memory?

When standard keyword search fails to find relevant notes in memory, the system applies deep search and z-core fallback mechanisms to retrieve full content and ensure context-aware information is located.