From aria-memory
Set up automatic memory maintenance using /loop. Creates a recurring loop that triggers /memory-sleep periodically.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aria-memory:memory-auto-maintainThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up automatic memory maintenance using the /loop feature:
Set up automatic memory maintenance using the /loop feature:
Run /loop 6h /memory-sleep to create a recurring loop that triggers global memory maintenance every 6 hours.
Check when the last global_sleep was run:
cat "$HOME/.aria-memory/meta.json" 2>/dev/null | python3 -c "import sys,json; print(json.load(sys.stdin).get('lastGlobalSleepAt','never'))" 2>/dev/null || echo "never"
Note: /loop is session-scoped — it will stop when the session ends. Next SessionStart will remind to set it up again if needed.
npx claudepluginhub ar8327/aria --plugin aria-memoryCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.