Handover Link banner
yotamleo yotamleo

Handover Link

Development community

Description

--- description: Report or check where Claude is reading/writing handover state (inline ./handovers or external $HANDOVER_DIR) argument-hint: [status|doctor] --- Wraps `scripts/handover-link.sh`. Default verb is `status`. Modes: - **A — inline**: `HANDOVER_DIR` unset; handovers live in `<repo>/handovers/`. Default for fresh clones. - **B — external**: `HANDOVER_DIR` points to an existing directory (typically a separate repo like `<state-repo>/handovers`). Set in the shell that launched Claude

Installation

Installs to ~/.claude/commands/yotamleo-himmel-handover-link.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yotamleo/Himmel/HEAD/.claude/commands/handover-link.md -o ~/.claude/commands/yotamleo-himmel-handover-link.md

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

Full documentation available on GitHub

View Source Repository