nicosuavenicosuaveCommunityยท1 Agent Skills Included

memex

Fast local search across past coding session history

Indexes and searches past coding sessions from Claude, Codex, Cursor, OpenCode, Pi, OpenClaw, Copilot, and Grok in one place. Recovers exact decisions, fixes, commands, and errors lost to context compaction without digging through raw transcript files. Supports lexical, semantic, and hybrid search plus multi-machine queries over SSH, with a terminal UI for browsing and resuming sessions.
npx skills add nicosuave/memex --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install memex?โ–ผ

Run `npx skills add nicosuave/memex --all -g -y` in your terminal to install the memex-search skill globally.

What does memex do?โ–ผ

Memex builds a fast local index of your past coding sessions across tools like Claude Code, Codex, Cursor, and Grok, so you can search prior decisions, fixes, and commands instantly.

How do I find a past coding session?โ–ผ

Run `memex search "your query"` for keyword search, or `memex sessions` to list recent sessions and resume one directly.

Does memex send my data to the cloud?โ–ผ

No. All indexing, embeddings, and search run locally on your machine, and multi-machine search uses your own SSH configuration.

Can memex track token usage and costs?โ–ผ

Yes. Enable `token_usage = true` in the config, then run `memex usage` to reconstruct historical token counts and estimated API costs per source.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’