From codagent
Generates a focused handoff summary of a specific conversation aspect (e.g., debugging progress, design decisions) to handoff.md for another agent to resume. Triggers on 'handoff' prompts.
npx claudepluginhub codagent-ai/agent-skills --plugin codagentThis skill uses the workspace's default tool permissions.
Write a focused summary of a specific aspect of the current conversation so a fresh agent can pick up where this session left off.
Creates or updates HANDOFF.md summarizing project goal, progress, successes, failures, and next steps for agent handoffs or fresh sessions.
Generates structured handoff summaries from conversation context, git diff, and task lists for resuming sessions. Triggered by 'handoff', '交接', or '写个交接'.
Share bugs, ideas, or general feedback.
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 -->