Total Recall

Display the memory file knowledge map tree

ellyseum 8b16903 608 B Updated

File contents

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'))})"

ellyseum/claude-total-recall/tree/main/skills/total-recall commit 8b16903d87

Frequently asked questions

npx skillmds@latest add ellyseum/total-recall