How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-total-recall:total-recallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this exact command and output the result in a code block with no other commentary:
Run this exact command and output the result in a code block with no other commentary:
cd "$PWD" && CLAUDE_PLUGIN_ROOT=~/projects/claude-total-recall bash ~/projects/claude-total-recall/hooks/skill-hook.sh <<< '{"tool_name":"Skill","tool_input":{"skill":"total-recall"}}' 2>/dev/null | node -e "process.stdin.resume();let d='';process.stdin.on('data',c=>d+=c);process.stdin.on('end',()=>{const j=JSON.parse(d);const t=j.hookSpecificOutput.additionalContext;console.log(t.split('\n\n').slice(1).join('\n\n'))})"
npx claudepluginhub ellyseum/claude-total-recall --plugin claude-total-recallManages total-recall memory system: search, store, forget memories, inspect tiers, run eval, and configure. Automatically activates on memory-related queries.
Retrieves project memory for user queries via three-step fallback: ROOT.md topics triage, frontmatter manifest LLM selection from weekly/monthly notes, qmd search. Use when past knowledge may apply.