ramakayramakayCommunity·1 Agent Skills Included

claude-self-reflect

Persistent local memory and search for past coding sessions

Gives coding sessions persistent memory by indexing past conversations, plans, and task outcomes locally. Eliminates lost context, repeated debugging, and forgotten design decisions across sessions. Provides semantic search, code-to-conversation linking, and automatic session recaps through one lightweight binary with no external services.
npx skills add ramakay/claude-self-reflect --all -g -y
Available:

Instructs the agent on the engine architecture, the 15 memory search tools, the 6 lifecycle hooks, and strict operating rules like completing tasks without deferring routine decisions.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-self-reflect?

Run `npx skills add ramakay/claude-self-reflect --all -g -y` in your terminal to install everything globally.

How to give Claude Code memory across sessions?

This tool indexes your past conversations locally and automatically injects relevant context when you start a new session, so nothing is forgotten.

Does claude-self-reflect send my data to the cloud?

No. Everything runs locally in a single binary with SQLite storage and local embeddings, requiring no API keys or external servers.

Can I search past conversations by file or topic?

Yes. It offers semantic search by concept, file, recency, and even links code functions to the conversations that shaped them.

Do I need special commands to use it?

No. After setup, just ask questions in plain English and relevant past context is found and injected automatically.

Related Repositories in Software Engineering

View All in Software Engineering