Skip to main content
Back to registry

persistent-memory

ropl-btc/agent-skills

Use this skill as the single memory system for this repository.

Installs198
Install command
npx skills add https://github.com/ropl-btc/agent-skills --skill persistent-memory
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill as the single memory system for this repository. Use either command style: Supported commands: - python3 .agents/skills/persistent-memory/scripts/memory.py - .agents/skills/persistent-memory/scripts/pmem - init - sync (database-only health check) - cleanup-legacy - backfill-embeddings --batch 500 - prune --source " " [--older-than ] - search " " --limit 8 - add " " --tags " " --source "assistant" - recent --limit 10 - stats - Initialize memory in a fresh workspace: - pmem init - At the start of substantial tasks: - pmem sync (database-only health check) - pmem search " " --limit 8 - When user explicitly says remember or when a durable preference/fact is learned: - pmem add " " --tags " " --source "assistant" - Before finalizing memory-sensitive work, verify recall state: - pmem stats - Remove legacy imported rows: - pmem cleanup-legacy - Generate vectors for existing notes: - pmem backfill-embeddings - Store durable preferences, long-lived facts, stable workflows, and repeated constraints. - Do not store noisy one-off transient details unless requested. - Keep entries concise and specific. - Prefer tags that improve retrieval quality ( preferences , calendar , comms , product ). - Use targeted search queries instead of broad terms. - Keep default --limit low unless deeper recall is needed. - search automatically reinforces recalled entries by updating hits and...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does persistent-memory do?

Use this skill as the single memory system for this repository.

Is persistent-memory good?

persistent-memory does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does persistent-memory work with?

persistent-memory currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, openclaw.

What are alternatives to persistent-memory?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install persistent-memory?

npx skills add https://github.com/ropl-btc/agent-skills --skill persistent-memory

Related skills

Alternatives in Software Engineering