Skip to content

Instantly share code, notes, and snippets.

View dvirsegal's full-sized avatar
🏠
When everything is coming your way, you're in the wrong lane

Dvir Segal dvirsegal

🏠
When everything is coming your way, you're in the wrong lane
View GitHub Profile
@dvirsegal
dvirsegal / handoff.md
Created May 8, 2026 16:49
Claude Code /handoff skill — compact conversation into a structured handoff document for a fresh agent

Compact the current conversation into a structured handoff document for a fresh agent to continue without needing the full conversation history.

Your job

  1. Scan before writing — run these in parallel before drafting anything:

    • Check git status and branch: git status --short && git branch --show-current
    • Check any open todos from the conversation (TodoRead if available, or summarize from context)
    • Note the working directory
  2. Write the handoff document — save to a temp file:

@dvirsegal
dvirsegal / SKILL.md
Created April 5, 2026 16:44
Israel Postal Code Lookup - Agent Skill for finding Israeli zip codes (מיקוד)

name: israel-postal-code description: >- Look up Israeli postal/zip codes (מיקוד) from an address using an Israel Post style postal code lookup API. Use when the user provides an Israeli address (city, street, house number) and wants the postal code / zip code / מיקוד. Supports Hebrew and English address input. Triggers: מיקוד, postal code, zip code, Israel address, israeli post, דואר ישראל. metadata: author: dvir