janbjorgejanbjorgeCommunity·4 Agent Skills Included

rekal

Persistent local memory for coding agents across sessions

Stores and recalls durable facts, preferences, and project knowledge across coding sessions using a single local SQLite file. Combines keyword, semantic, and recency search so agents remember decisions without repeated explanations or cloud services. Includes skills to bootstrap project knowledge, save session learnings, and clean up duplicate or outdated memories.
npx skills add janbjorge/rekal --all -g -y
Available:

Explains the memory server architecture and strict design rules so the agent keeps the tool surface minimal and stores knowledge correctly.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install rekal?

Run `npx skills add janbjorge/rekal --all -g -y` in your terminal to install all skills in this suite globally.

What does rekal do?

It gives your coding agent persistent long-term memory stored in one local SQLite file, so preferences and project decisions carry over between sessions.

Does rekal send my data to the cloud?

No. Everything is stored and indexed locally on your machine with no API keys, accounts, or network calls.

Which agents work with rekal?

It works with any MCP-capable agent, including Claude Code, Codex CLI, OpenCode, and Cursor CLI.

How do I clean up old or duplicate memories?

Run the /rekal-hygiene skill, which finds duplicates and contradictions and proposes fixes for your approval before changing anything.

Related Repositories in Software Engineering

View All in Software Engineering