AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Handoff Continue

skill-orzilca-claude-handoff-skills-handoff-continue · by orzilca

Use in a fresh session to resume work captured by handoff-prepare. Reads a handoff file and continues from its "Next steps". Takes an optional argument — a file path, or a name to substring-match against handoff filenames; with no argument, loads the newest handoff. Triggers on "handoff-continue", "resume handoff", "continue the handoff".

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-orzilca-claude-handoff-skills-handoff-continue

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-orzilca-claude-handoff-skills-handoff-continue)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Handoff Continue? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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).

  1. Argument that looks like a path (contains /, or exists as a file) → use it directly as the handoff path.
  2. 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.
  3. 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

  1. Read the resolved file fully with the file-reading tool.
  2. Confirm which handoff loaded — one line, e.g. Resuming handoff: .claude/tmp/handoff/20260701-143022-parkalot-cron.md.
  3. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.