| name | total-recall |
| description | Display the memory file knowledge map tree |
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'))})"