Agent skill
handoff_writer
Write a compact HANDOFF.md snapshot to restore context after session resets.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/handoff-writer
Metadata
Additional technical details for this skill
- short description
- Write handoff snapshot
SKILL.md
Purpose
Create a short, high-signal state snapshot that survives long runs and chat resets.
Steps
- Summarize the active task, current status, and next actions.
- Link to
PLANS.md,AUTO_CONTEXT.md, relevant files, and ADRs. - Record last verification commands and outcomes.
- Keep it concise and update it at major milestones.
Output
- Update
.agent-docs/memory/HANDOFF.md.
Guardrails
- Do not include secrets or sensitive data.
- Prefer links and file paths over large pasted content.
Didn't find tool you were looking for?