From codagent
Summarizes a specific aspect of the current conversation so another agent can resume. Triggered by "handoff", "summarize for handoff", or similar requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codagent:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write a focused summary of a specific aspect of the current conversation so a fresh agent can pick up where this session left off.
Write a focused summary of a specific aspect of the current conversation so a fresh agent can pick up where this session left off.
This is NOT a full conversation summary. The user's prompt tells you which aspect to capture. If the aspect is unclear, ask for clarification before proceeding.
For the aspect the user specified, write:
Omit any section that has nothing meaningful to say. Keep it tight — the resuming agent needs signal, not narration.
Write the summary to handoff.md.
Determining the output location:
~/.agent-skills/changes/<slug>/handoff.md.Do not ask the user to confirm the location. Just write to the resolved path.
# Handoff: <aspect being handed off>
## Objective
<!-- What the user is trying to accomplish -->
## Current State
<!-- Where things stand: done, in progress, blocked -->
## Key Decisions
<!-- Decisions made this session that the next agent must honor -->
- **<decision>** — <rationale>
## Open Questions
<!-- Unresolved issues or trade-offs -->
## Next Steps
<!-- Concrete first actions for the resuming agent -->
## Relevant Files
<!-- Paths to files central to this work -->
npx claudepluginhub codagent-ai/agent-skills --plugin codagentGenerates a structured session handoff summary with current status, completed/remaining tasks, decisions, pitfalls, and next steps for context resumption.
Summarizes the current Claude Code conversation into a handoff document for another agent to continue work. Useful when context switching or passing tasks between agents.
Captures full session context into a handoff document so a fresh agent can resume work with zero prior context. Write a single actionable sentence for the next agent.