By ochafik
Finds similar user prompts from past Claude Code sessions using semantic search
A Claude Code plugin marketplace with tools for context awareness and multi-agent communication.
# Add the marketplace
/plugin marketplace add ochafik/claude-plugins
# Install a plugin
/plugin install user-message-autorag@ochafik-plugins
| Plugin | Description | Version |
|---|---|---|
| user-message-autorag | Semantic search for similar prompts from past sessions | 0.1.0 |
| remind | Restores context after compaction (user prompts + assistant conclusions) | 1.0.0 |
| messaging | Inter-agent communication via claude-mesh | 0.1.0 |
| persist | Lightweight session persistence with auto-restart on reboot | 1.0.0 |
Finds similar questions you've asked in previous Claude Code sessions using semantic search. When you ask something, it shows matches like:
Similar prompts found in 2 previous session(s):
~/.claude/projects/-Users-me-proj/abc123.jsonl:42: "How do I write a hook?"
Prerequisites:
# Install ck (semantic search CLI)
cargo install --git https://github.com/anthropics/ck
# Install jq
brew install jq # macOS
# or
sudo apt-get install jq # Debian/Ubuntu
/plugin install user-message-autorag@ochafik-plugins
Automatically reminds Claude about your conversation history after context compaction. Shows the first N and last M exchanges (user prompts + assistant conclusions) so Claude maintains continuity on long sessions.
/plugin install remind@ochafik-plugins
Enables multiple Claude Code instances to communicate via channels and direct messages. Built on claude-mesh.
Requires: Install the CLI first: uv tool install . from the plugin directory
/plugin install messaging@ochafik-plugins
Lightweight session persistence - run Claude Code sessions in tmux that auto-restart after reboot. No daemon required.
Features:
cc shell function to start persistent sessionscc-status# Install via slash command
/persist:install
# Or manually install the plugin
/plugin install persist@ochafik-plugins
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub ochafik/clauding --plugin user-message-autoragSemantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
qrec session recall engine
Automatic semantic memory for Claude Code — remembers what you worked on across sessions
Persistent local memory for Claude Code. Every tool call, every file edit, every thinking block from every session — stored verbatim on your machine. Semantic recall in ~126ms with zero API calls.
Search across Claude Code and OpenClaw session history. Find past conversations, decisions, and code snippets instantly.
DAG-based lossless context management for Claude Code. Every message from every session is persisted in a SQLite vault with FTS5 search. Summaries form a directed acyclic graph - nothing is ever lost.