Andrewleech Claude Reflections
Claude Reflections is a Claude Code plugin for the Operate phase that lets your agent search and read its own project conversation history for continuity across sessions.
Give Claude Code searchable access to its own project conversation history so long builds do not lose prior decisions.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install andrewleech-claude-reflections@andrewleech/claude-reflectionsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:andrewleech/claude-reflections") and the paste-ready config with skillselion.get_install_config("plugin:andrewleech/claude-reflections").
What it does
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 solo builders 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.
Highlights
- 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
Why builders use it
You lose hours re-explaining context because Claude cannot see what you already discussed in earlier project conversations.
After installing Reflections, the agent can retrieve and read prior chats so iterative solo-builder work stays coherent without manual paste archaeology.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is claude-reflections for?
Solo builders 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.
Comments
Share how you use andrewleech-claude-reflections, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.