From aria-memory
Manually trigger session wrapup to process the current conversation into long-term memory. Use before ending a long or important session to ensure key information is captured. TRIGGER when: user says "save this session", "wrap up memory", or before ending an important conversation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aria-memory:memory-wrapupThis 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 a manual session wrapup:
Trigger a manual session wrapup:
ls -t ~/.claude/projects/*/*.jsonl 2>/dev/null | head -5
Select the most recent transcript file that matches the current session.
Pass to memory-agent subagent:
{
"type": "session_wrapup",
"memoryDir": "!`echo $HOME/.aria-memory`",
"transcriptFile": "<path to the most recent transcript>",
"sessionDate": "!`date +%Y-%m-%d`"
}
Report what was captured and stored.
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.