Install
$ agentstack add skill-orzilca-claude-handoff-skills-handoff-continue ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Handoff Continue
Resume prior work captured by /handoff-prepare. You have zero memory of that session — the handoff file is your only context.
This skill only loads and resumes. It does not write handoffs (that is /handoff-prepare).
Resolve which handoff to load
The skill may be invoked with an optional argument ($ARGUMENTS).
- Argument that looks like a path (contains
/, or exists as a file) → use it directly as the handoff path. - Argument that is a bare name → substring-match it (case-insensitive) against filenames in
.claude/tmp/handoff/. If multiple match, pick the newest by modification time. If none match, tell the user, list what is in the dir, and stop. - No argument → load the newest file in
.claude/tmp/handoff/by modification time. If the dir is missing or empty, tell the user there's no handoff to resume and stop.
Find the newest file with a single command, e.g. ls -t .claude/tmp/handoff/*.md.
Then
- Read the resolved file fully with the file-reading tool.
- Confirm which handoff loaded — one line, e.g.
Resuming handoff: .claude/tmp/handoff/20260701-143022-parkalot-cron.md. - Continue from its "Next steps" section. Honor the caveats and open questions it records before acting.
Common mistakes
- Loading a handoff but ignoring its "Caveats" / "Open questions" → repeating a mistake the previous session already hit.
- Guessing at missing context instead of reading the file fully.
- Silently picking one when several names match → say which you chose and why (newest).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: orzilca
- Source: orzilca/agent-handoff-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.