Persistent Kb

Maintain a local SQLite-backed knowledge base for cross-session agent memory. Save discovered facts, lessons, and references with tags and full-text search, then retrieve them in future sessions to avoid re-discovering the same information. Use when the user wants the agent to remember facts beyond the current chat (decisions, project context, prior research, lessons learned), reduce redundant work across sessions, or build a personal knowledge base. Unlike cloud memory services, this skill stores everything locally in a single SQLite file.

0x67108864 Updated

File contents

0x67108864/skills/tree/main/persistent-kb commit b76faaaead

Frequently asked questions

npx skillmds@latest add 0x67108864/persistent-kb