memory-search

Search agent memories and conversations for relevant semantic context.

5|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/JansenAnalytics/claudex --skill memory-search-jansenanalytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-search
Source: https://github.com/JansenAnalytics/claudex/tree/main/examples/workspace/.claude/skills/memory-search
Command: npx skills add https://github.com/JansenAnalytics/claudex --skill memory-search-jansenanalytics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Semantic memory retrieval across all agent memories and conversation history to surface relevant context before answering questions.

Core Features & Use Cases

  • Semantic indexing across memory files, transcripts, and cross-agent data
  • Cross-agent visibility to surface context from Kite, Poe, and Argus
  • Use cases: before summarizing past decisions, dates, or people, or when users ask to remember or what did we discuss

Quick Start

Search the memory store for prior discussions related to the user's question before answering.

Frequently Asked Questions about memory-search

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

FAQPage Schema
How do I perform semantic search across agent memories and conversation history?

Perform semantic search across agent memories by querying a combined memory index of CLAUDE.md, memory files, and transcripts. This surfaces relevant context from prior conversations before answering questions about past work or decisions.

Can I retrieve cross-agent context from Telegram transcripts and memory files?

Yes, cross-agent visibility retrieves context from Telegram transcripts and memory files. The memory index combines data from multiple agents like Kite, Poe, and Argus to provide comprehensive semantic search results.

What's the best way to find prior discussions about specific dates, people, or project history?

The best way to find prior discussions is applying semantic memory search before answering. It surfaces relevant context about dates, people, or project history by querying all indexed agent memories and conversation transcripts.

Does semantic memory search support filtering by source, agent, or result limit?

Semantic memory search supports optional filters for source, agent, and result limit. These filters refine queries across the combined index of CLAUDE.md, memory files, Telegram transcripts, and cross-agent data.

When do I need to use semantic memory retrieval before answering user questions?

Use semantic memory retrieval before answering when users ask to remember prior work, inquire about past decisions, or say what did we discuss. It surfaces relevant historical context from all agent memories and conversations.

What sources are included in the semantic memory index for RAG agents?

The semantic memory index for RAG agents combines CLAUDE.md, memory/*.md files, Telegram transcripts, and cross-agent data. This aggregated index enables comprehensive semantic search across all agent histories and conversations.