From exomemory
Run monthly maintenance on the exomemory system: expire stale entries, promote frequently-referenced memories, compress old logs, and verify index integrity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/exomemory:memory-maintenanceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this monthly to keep the memory system healthy. Performs four maintenance operations.
Run this monthly to keep the memory system healthy. Performs four maintenance operations.
~/.local/share/exomemory/
~/.local/share/exomemory/MEMORY.md exists. If not, tell the user to run /exomemory:memory-setup first.$ARGUMENTS contains --dry-run, report what WOULD be done without making changes.Read episodic/context-log.md and check each entry's metadata:
## YYYY-MM-DD: Title
<!-- refs: N | last_ref: YYYY-MM-DD -->
Rules:
last_ref is older than 90 days from today → move to archive/last_ref is missing, use the entry's date header as fallbackrefs is 0 and entry date is older than 30 days → move to archive/Moving to archive:
archive/YYYY-MM.md (grouped by month)episodic/context-log.mdMEMORY.mdCheck entries in episodic/context-log.md where refs >= 3:
For each candidate:
semantic/frameworks.mdsemantic/frameworks.md with the distilled ruleMEMORY.md indexFor entries in episodic/context-log.md older than 60 days that are NOT being archived:
Verify MEMORY.md is consistent with actual files:
MEMORY.md should point to content that existsMEMORY.mdAfter all operations (unless --dry-run), record the current time:
date +%s > ~/.local/share/exomemory/.last_maintenance
This timestamp is checked by the SessionStart hook to determine when maintenance is next due.
After all operations, summarize:
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub hananana/exomemory --plugin exomemory