agentsclimarketplace

Handoff resume

Skill Vertiso/memory-codex/vertiso-memory/skills/handoff-resume

Use at session start when hello reports open handoffs, or when the user runs /handoff-resume — finds open handoffs, claims the chosen one, and reconciles it against current reality before resuming work.From its SKILL.md

Install
npx -y skills add Vertiso/memory-codex --skill handoff-resume

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, 364 tokens by cl100k_base, as published. Nobody here has run it

Handoff Resume

Resume a prior session from a handoff — verifying before operating.

Announce: "Using the handoff-resume skill to pick up a prior session."

When to use

  • The user runs /handoff-resume.
  • hello reported open handoffs at session start.

Procedure

  1. Call handoff_resume (the MCP tool, or vmem handoff-resume) with no claim argument — this returns the live set of open handoffs.
  2. Branch on the count:
    • 0 — nothing to resume; stop here.
    • 1 — carry it forward.
    • >1 — interactive pick: present one option per handoff (its scope, the writing agent, a one-line state), pre-flagging any that look stale; let the user choose.
  3. Claim the chosen handoff — call handoff_resume again with claim: <id>. Claiming archives it so a parallel session resuming concurrently cannot re-grab it.
  4. Do the recipient diligence the handoff's slot-6 advisory calls for, before operating. Verify the slot-3 "where it stands" state against current reality. Re-confirm any decision or approval recorded in slot 2. The handoff carries its claims honestly, but the world may have moved.
  5. Present the reconciled picture and the concrete pick-up point to the user.

Why verify

The handoff author distinguished what was done from what was believed, but cannot know what changed since. Verification is the recipient's job — do it before you operate, not after.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.