claudeindex
Plugin

reflect

A QMD-backed memory + document store for Claude Code. Keeps the auto-loaded memory index small and complete (a budgeted pointer index instead of one ever-growing file that silently truncates), surfaces the most relevant memory bodies on demand via fast local search, and captures the documents agentic work generates — brainstorms, handoffs, solutions — into a searchable store before worktrees are cleaned up. Hooks wire automatically when enabled; the invasive one-time steps (migrating an existing MEMORY.md, patching the Memory Protocol) are opt-in via /reflect-setup. Degrades gracefully with no qmd installed: the index still loads and bodies are read by file pointer; only search-based recall is dormant.

Installation

1

Add the marketplace

/plugin marketplace add shawnroos/shrimpshack
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.