memex-search
CommunityIndex, 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 indexand fully rebuild withmemex 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 viamemex session <session_id>. - LLM-friendly Output: JSONL by default and options like
--json-arrayfor easy ingestion into RAG pipelines.
Quick Start
- Initialize or update the index: memex index
- Run a search: memex search "your query" --limit 20
- Inspect a hit's full context: memex show <doc_id>
Dependency Matrix
Required Modules
None requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.