
Andrewleech Claude Reflections
- Updated February 22, 2026
- andrewleech/claude-reflections
Claude Reflections is a Claude Code plugin that lets your agent search and read its own project conversation history for continuity across sessions.
About
Claude Reflections is a lightweight Claude Code plugin by andrewleech that lets your agent search and read its own project conversation history instead of treating every session as a blank slate. For developers shipping over weeks, that means fewer repeated explanations of stack choices, half-finished refactors, and validation conclusions you already reached. The catalog positions it as a minimal memory and retrieval layer—conversation search with vector-friendly semantics—rather than a full knowledge base product. Use it journey-wide whenever continuity matters: scoping, implementation, review, or post-launch iteration. Setup stays comparatively approachable because the surface area is narrow, but you still need Claude Code running and a project with enough history to be worth indexing. It does not replace structured docs or issue trackers; it complements them by making ephemeral chat durable inside the agent loop.
- Minimal extension focused on conversation memory and retrieval
- Search and read prior project chats from within Claude Code
- Vector-oriented retrieval keywords suggest semantic search over history
- Agent-side recall instead of copying old threads into every prompt
Andrewleech Claude Reflections by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install andrewleech-claude-reflections@andrewleech/claude-reflectionsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | February 22, 2026 |
|---|---|
| Repository | andrewleech/claude-reflections ↗ |
What it does
Give Claude Code searchable access to its own project conversation history so long builds do not lose prior decisions.
Who is it for?
Long-horizon Claude Code projects where decisions live in chat threads as much as in repos.
Skip if: Skip if you already centralize truth in Notion or tickets only and rarely depend on chat history.
What you get
After installing Reflections, the agent can retrieve and read prior chats so iterative solo-builder work stays coherent without manual paste archaeology.
- Searchable access to prior Claude project conversations
- Reduced manual context paste in follow-up sessions
- Agent-readable thread summaries from stored history
By the numbers
- Catalog metadata lists 1 plugin in the bundle
- Plugin keywords include agent, conversation, memory, retrieval, search, and vector
Recommended Plugins
How it compares
Conversation-memory extension, not an MCP integration pack or GitHub workflow orchestrator.
FAQ
Who is claude-reflections for?
Developers and agent-heavy developers who want Claude Code to remember and search past project conversations.
When should I use claude-reflections?
Use it when you are mid-build or iterating in production and need the agent to reference earlier threads without you re-uploading summaries.
How do I add claude-reflections to my agent?
Add the andrewleech/claude-reflections plugin to Claude Code from the community catalog and enable it on projects where conversation retrieval should be available.