memex-search

Community

Index, search, and retrieve Claude/Codex history.

Authornicosuave
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you rapidly index local Claude and Codex history and retrieve results in a structured, LL M-friendly format, eliminating manual searching through logs and transcripts.

Core Features & Use Cases

  • Indexing: Build or update the index (incremental) with memex index and fully rebuild with memex reindex.
  • Flexible Search: Exact term, semantic, and hybrid search modes for precise results.
  • Contextual Retrieval: Fetch full transcripts via memex show <doc_id> or entire sessions via memex session <session_id>.
  • LLM-friendly Output: JSONL by default and options like --json-array for easy ingestion into RAG pipelines.

Quick Start

  1. Initialize or update the index: memex index
  2. Run a search: memex search "your query" --limit 20
  3. Inspect a hit's full context: memex show <doc_id>

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: memex-search
Download link: https://github.com/nicosuave/memex/archive/main.zip#memex-search

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.