Load Handoff banner
FJ-Oekstrahay FJ-Oekstrahay

Load Handoff

Development community

Description

If the user invokes as 'load-handoff latest' then just load the most recent HANDOFF file in the project's handoffs directory (no need to show a list) Run: `ls -t "$(pwd)"/handoffs/HANDOFF-*.md 2>/dev/null || ls -t ~/.openclaw/workspace/handoffs/HANDOFF-*.md 2>/dev/null` This lists only active handoff files (not archived ones), sorted newest first. If no files are found, tell the user there are no handoff files in the current directory or `~/.openclaw/workspace/` and stop. Print a numbered lis

Installation

Installs to ~/.claude/skills/fj-oekstrahay-claude-personal-os-load-handoff/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fj-oekstrahay-claude-personal-os-load-handoff && curl -fsSL https://raw.githubusercontent.com/FJ-Oekstrahay/claude-personal-os/HEAD/commands/load-handoff.md -o ~/.claude/skills/fj-oekstrahay-claude-personal-os-load-handoff/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository