AI AGENT ADDONS

Persistent Memory

ropl-btc/agent-skills

An AI agent can use a memory system to keep important information over time. This skill gives the agent a persistent memory for the workspace. It stores facts, preferences, and workflows that the agent needs to remember.

The agent runs simple CLI commands to manage the memory. The search command finds past memories. The add command saves new ones. The init command sets up the memory system for the first time.

This memory system helps the agent work better because it can recall past context. It uses hybrid search for the best results. The system is reliable and easy to use.

Add Persistent Memory skill to your workflow

Global

mkdir -p ~/.claude/skills/persistent-memory

Project

mkdir -p .claude/skills/persistent-memory

Source Repository

Stars
0
Forks
0
Watchers
0
Last Push
29 days ago
Created
5 months ago