load

Installation
SKILL.md

/handoff:load [filename]

Read a handoff file from /mnt/share/instructions/ to resume work started on another machine.

Procedure

1. Find the File

If a filename argument was provided, read that file directly from /mnt/share/instructions/.

If no argument was provided, find the most recent handoff file:

bash ${CLAUDE_PLUGIN_ROOT}/scripts/find-latest-handoff.sh

If found is false, report that no handoff files were found and stop. If found is true, use the path field to read the full file.

2. Read and Present

Installs
3
GitHub Stars
5
First Seen
Mar 30, 2026
load — l3digital-net/claude-code-plugins