From context
Capture the current session state into a handover document for the next session to pick up.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context:handoversonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Snapshot the current session into a structured handover document — what was done, what is in
Snapshot the current session into a structured handover document — what was done, what is in
progress, key decisions and their rationale, open questions, and next steps. Writes to
.claude/handovers/YYYY-MM-DD-<topic-slug>.md and echoes to chat.
<output_contract>
The handover document must contain these sections:
Write to .claude/handovers/YYYY-MM-DD-<topic-slug>.md where the date is today's date and
the slug is a 2-4 word kebab-case summary of the topic. Echo the full document to chat after
writing.
</output_contract>
<completeness_contract>
The task is complete when the file is written and confirmed, and the full document has been echoed to chat. In interactive mode, every section must be confirmed by the user before the file is written.
</completeness_contract>
<action_safety>
Always confirm the target file path with the user before writing. If a handover file for the same date and topic already exists, warn the user and ask whether to overwrite or use a different slug.
</action_safety>
<verification_loop>
In interactive mode: present each section to the user one at a time and wait for confirmation or corrections before moving to the next. Do not write the file until all sections are confirmed.
</verification_loop>
.claude/handovers/YYYY-MM-DD-<topic-slug>.md.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub elmernocon/ai-plugins --plugin context