agentsclimarketplace

Stack handoff

Skill drmahdikazempour/agent-stack/skills/stack-handoff

Write or resume a continuity handoff so work survives across sessions or teammates — current task, decisions made, open threads, git state, and next steps. Use when ending a session, switching context, or picking up someone else's work. Wraps `agent-stack handoff write|resume`, which stores a single `.agent-stack/handoff.md` you can edit freely.From its SKILL.md

Install
npx -y skills add drmahdikazempour/agent-stack --skill stack-handoff

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

2 things to look at

  • 2 stars2 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.
  • runs commandsInstructs the agent to run 2 commands, including `npx @drmahdikazempour/agent-stack handoff write` and 1 more.

SKILL.md

1.1 KB, 166 tokens by cl100k_base, as published. Nobody here has run it

stack-handoff

Persist and resume working state across sessions.

Write a handoff

npx @drmahdikazempour/agent-stack handoff write captures into .agent-stack/handoff.md:

  • current git branch, uncommitted changes, recent commits,
  • a template for the current task, decisions made, and next steps.

Edit the generated file to fill in the narrative parts before you stop.

Resume

npx @drmahdikazempour/agent-stack handoff resume prints the latest handoff so you can continue exactly where the last session stopped.

When to use

  • At the end of any working session.
  • Before switching branches or context.
  • At the start of any resumed or handed-off task — resume first, then continue.

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.