From aria-memory
Trigger global memory maintenance (global_sleep). This performs index compaction, knowledge file splitting, cross-reference maintenance, and cleanup. Only needed periodically or when memory feels cluttered.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aria-memory:memory-sleepThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trigger global memory maintenance:
Trigger global memory maintenance:
Pass this request to the memory-agent subagent:
{
"type": "global_sleep",
"memoryDir": "!`echo $HOME/.aria-memory`"
}
This will perform the 7-step maintenance process:
Report a summary of what was done.
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.