hunvreus/skill-issue · Archived

handoff

Create a concise handoff for another agent or future session to continue the work without replaying the conversation. Use when the user asks for a handoff, session summary, continuation note, or context transfer.

First seen May 19, 2026

Installation

$ npx skills add hunvreus/skill-issue --skill handoff

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hunvreus/skill-issue · top by installs.

npx skills add hunvreus/skill-issue

Browse all from hunvreus/skill-issue

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 36
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,552 B
  • docs SUMMARY.md 227 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 11 installs

SKILL.md

Handoff

Input

  • A current task, session, branch, PR, issue, or requested future focus.
  • Use explicit input first; otherwise infer from context, recent edits, selected files, or branch.
  • Safest default: return the handoff inline.

Workflow

  1. Identify purpose. State what the next agent or session is expected to do.
  2. Summarize state. Capture completed work, current branch/status, important decisions, and known constraints.
  3. Reference artifacts. Link to files, issues, PRs, docs, commits, or commands instead of duplicating them.
  4. List next steps. Provide ordered, actionable steps with blockers and validation commands where useful.
  5. Call out risks. Include unresolved questions, failing checks, assumptions, and areas not inspected.
  6. Choose location. Write inline by default, or to a user-requested path when a file is needed.

Output

  • Purpose of the next session
  • Current state and decisions
  • References to artifacts
  • Next steps
  • Risks, unknowns, and validation gaps

Guardrails

  • Do not duplicate long content already captured elsewhere.
  • Do not use temporary files for durable handoffs unless the user asks.
  • Do not hide uncertainty; make unknowns explicit.
  • Keep the handoff practical enough for a fresh agent to act on immediately.