From aria-memory
Query the long-term memory system. Use when the user asks about past conversations, previously discussed topics, stored preferences, or project knowledge from earlier sessions. TRIGGER when: user references past conversations, asks "do you remember", wants to recall something discussed before, or needs context from previous sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aria-memory:memoryThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the memory-agent subagent to query long-term memory.
Use the memory-agent subagent to query long-term memory.
Pass this request to the memory-agent:
{
"type": "query",
"memoryDir": "!`echo $HOME/.aria-memory`",
"query": "$ARGUMENTS",
"context": "User is in project: !`pwd`. Current date: !`date +%Y-%m-%d`"
}
Report the memory-agent's findings to the user concisely. If nothing was found, say so.
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.