AgentStack
SKILL verified MIT Self-run

Handoff Resume

skill-aploe-claude-handoff-skill-handoff-resume · by aploe

Resume work from a previously-written handoff document. Triggers on phrases like "resume from handoff", "pick up where we left off", "load that handoff", "continue the handoff", or when the user pastes a path that looks like a handoff doc.

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

Install

$ agentstack add skill-aploe-claude-handoff-skill-handoff-resume

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

Are you the author of Handoff Resume? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Handoff Resume

Pick up a handoff doc and orchestrate the bootstrap 5-step protocol so the user can verify state and approve continuation in one round-trip.

This skill is Claude-Code-specific. Other agents (Codex, Cursor, Gemini, GPT) follow the bootstrap block embedded in the doc itself — no skill needed on the receiving end.

Always do this first

Before any action, read references/instructions.md. It contains:

  • Path/slug resolution priority
  • Doc shape validation (version marker, minimum sections)
  • The bootstrap 5-step execution flow
  • Env verification logic (branch, processes, dirty files, paths)
  • Status presentation format
  • Discrepancy handling (critical / warning / info)
  • INDEX update on confirmation
  • Completion marking (done) at end of session

references/bootstrap.md is also available — used as a reference when validating an incoming doc's shape.

Universal rules

  1. Never auto-correct env mismatches. The user should always see them.
  2. Never begin executing the next step from the doc's Section 3 until the user explicitly confirms. The bootstrap block exists to defeat the "let me get started for you" failure mode — honor it.
  3. Respect verbatim-quoted constraints in Section 4 before each significant decision. Re-read them; do not paraphrase.
  4. Redact secrets that may surface during env verification (running-process env vars, etc.).
  5. Output language follows the user's conversation language.
  6. Update INDEX status to resumed only AFTER the user confirms — not on load. The user might cancel.

Related sub-skills

  • /handoff-write to create a new handoff.
  • /handoff-list to find available handoffs if the arg is ambiguous.
  • /handoff-archive to clean up stale ones after resume.

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.