memory-lookup

Search semantic memory store for relevant past context with similarity scores.

1|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/zahlmann/jarvis --skill memory-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-lookup
Source: https://github.com/zahlmann/jarvis/tree/main/.claude/skills/memory-lookup
Command: npx skills add https://github.com/zahlmann/jarvis --skill memory-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides fast access to a semantic memory store at data/memories.parquet so conversations can reference past preferences, decisions, and project details, improving continuity and personalization.

Core Features & Use Cases

  • Memory lookup: search memories by query to surface relevant past context with similarity scores and timestamps.
  • Context enrichment: automatically incorporate retrieved memories into responses to improve accuracy and personalization.
  • Use Case: recall user preferences from earlier conversations to tailor ongoing advice or decisions.

Quick Start

Search memories related to the user's project or preferences to retrieve contextual history.

Frequently Asked Questions about memory-lookup

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

FAQPage Schema
How do I retrieve past conversation context and user preferences for semantic search?

Retrieve past conversation context by querying the semantic memory store to surface relevant memories with similarity scores, timestamps, and content. Apply this in conversations where past topics, preferences, or project details need to be recalled to improve responses.

What is semantic memory lookup and how does it enrich chat responses?

Semantic memory lookup identifies relevant memories from a semantic store to provide user context, automatically incorporating retrieved memories into responses to improve accuracy and personalization across conversations.

How do I search a parquet memory store to recall past project decisions?

Search the parquet memory store by query to retrieve contextual history, returning a list of matches with similarity scores, created_at timestamps, and content to recall past project details and user preferences.

Does memory lookup require a minimum similarity threshold to return results?

Memory lookup applies a default similarity threshold of 0.3 and ensures a minimum of three results when available, filtering the semantic store to return only relevant matches above the threshold.

Can I use retrieved memories to personalize ongoing advice based on earlier conversations?

Use retrieved memories to recall user preferences from earlier conversations, tailoring ongoing advice or decisions by incorporating the contextual history surfaced from the semantic store into your responses.