Handover Save — Documentation skill for Claude Code
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
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 RepositoryRelated Skills
Wiki Save
Session close-out (warm, O(this session)) — file THIS session into the log, consolidate its durable concepts i
Aprende
Review the current conversation and save reusable learnings (memory, lesson, skill stub, project-doc) after co
Save Context
Save pertinent context from the current conversation to a markdown file for future reference
Ableton Snapshot
Save a structured snapshot of the current Ableton session state - tracks, devices, key parameters, tempo - to
Doc Janitor
Clean up stale plan files, session summaries, backups, and other documentation artifacts before merging
Add Context
Enrich a handoff/plan doc with session-verified context before the next session works from it
Related Agents
Project Tracker
Save current Claude Code session as a project in Second Brain for later resumption. Gathers git state, files t
Summarizer
Draft a session-handoff summary so a fresh agent can continue with zero conversation context. Locates the curr
Session Recapper
Writes a clean end-of-session handover document. Captures what changed, what shipped, what's blocked, and what