remnic
Shared local memory and recall across coding agents
All Skills in This Repository (6)
Pure Emerald Level Indicatorsremnic-status
Report Remnic daemon health, stores, ports, and client connections.
remnic-memory-workflow
Coordinate recall, observation, and memory storage for Claude Code sessions.
remnic-search
Search all Remnic memories with full-text queries and return dated excerpts.
remnic-recall
Search Remnic memories by natural-language query and return concise relevant bullets.
remnic-remember
Store durable memories across connected agents via remnic_memory_store.
remnic-entities
Retrieve facts and relationships for a named entity from the Remnic knowledge graph.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core