AhmedMerza

Handover Save — Documentation skill for Claude Code

Documentation community

Materialize the current conversation's plan into a durable handover doc under .claude/handover/ (survives /clear and session handoffs).

How to install Handover Save

Installs to ~/.claude/skills/ahmedmerza-agent-skills-handover-save/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ahmedmerza-agent-skills-handover-save && curl -fsSL https://raw.githubusercontent.com/AhmedMerza/agent-skills/HEAD/commands/handover-save.md -o ~/.claude/skills/ahmedmerza-agent-skills-handover-save/SKILL.md

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

What Handover Save does


description: Materialize the current conversation's plan into a durable handover doc under .claude/handover/ (survives /clear and session handoffs). argument-hint: "[slug] (optional; defaults to current branch name)" allowed-tools: Bash(git branch:*), Bash(git status:*), Bash(ls:*), Read, Write, Edit, Grep, Glob

You are capturing the plan we have developed **in this conversation** into a durable, gitignored handover document, so it survives `/clear`, context compaction, and handoff to

Alternatives in Documentation

  • Documentation Sync — Check if documentation matches the current code state 5.8k ★
  • Save — Save the current conversation or a specific insight into the wiki vault as a structured note 3.3k ★
  • SaveMyPhind Conversation Exporter — 🚀 Save my Chatbot: Download your ChatGPT, Claude, Perplexity and Phind conversations into markdown files 230 ★

Full documentation available on GitHub

View Source Repository