joshuaswarrenjoshuaswarrenCommunityยท6 Agent Skills Included

remnic

Shared local memory and recall across coding agents

Stores durable preferences, decisions, and project facts as plain markdown files on your own machine. Recalls relevant context automatically before tasks, searches memories in full text, and browses entity relationships. Eliminates repeated explanations and lost context so every connected coding agent works from the same knowledge.
npx skills add joshuaswarren/remnic --all -g -y
Available:

Gives the agent strict architecture boundaries, honesty rules, and platform adapter constraints to follow when working on or with this memory system.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Remnic?โ–ผ

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

What does Remnic do?โ–ผ

Remnic is a local-first memory store that lets your coding agents save durable facts and recall them later. Every memory is a plain markdown file on your disk, with no cloud or database required.

Can multiple agents share the same memory?โ–ผ

Yes. Claude Code, Codex, Cursor, OpenClaw, Hermes, and any MCP client all read and write the same store, so a preference told to one agent is known by every agent.

How do agents recall past context with Remnic?โ–ผ

The recall skill searches memories with a natural-language query before starting a task, and the remember skill stores durable decisions at the end of each turn.

Do I need coding experience to use Remnic?โ–ผ

No. Once installed, your agent handles recall, search, and storage automatically based on your plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’