agentsclimarketplace

Handoff

Skill yyqqCoding/engineering-flow-skills/skills/handoff

Create a compact continuation record for another session or agent.From its SKILL.md

Install
npx -y skills add yyqqCoding/engineering-flow-skills --skill handoff

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.1 KB, 181 tokens by cl100k_base, as published. Nobody here has run it

Handoff

Capture the minimum durable state another session needs to continue safely.

Gather current facts

  • Re-read version-control status and relevant diff.
  • Read the authoritative requirement/design documents.
  • Check the latest verification output rather than relying on memory.
  • Identify blockers, unresolved decisions, and unrelated work that must be preserved.

Produce the handoff

Include:

  • Objective and accepted behavior
  • Current implementation state
  • Key files and authoritative documents
  • Decisions already made and their reasons
  • Commands run and their latest results
  • Remaining tasks in dependency order
  • Known risks, blockers, and unverified areas
  • Version-control state and unrelated changes to preserve

Reference existing documents, commits, diffs, and test output instead of copying their full contents.

Write to the requested path when one is provided. Otherwise return the handoff in the response without creating a repository file silently.

What ships with it: 1 file

237 B alongside SKILL.md

agents/

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.