agentsclimarketplace

Handoff

Skill MAHDTech/agent-skills/skills/planning/handoff

Make AI Agents great again!

Install
npx -y skills add MAHDTech/agent-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

  • 0 stars0 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.

What its author says it does

Copied from the file, not written here

Compact the current conversation into a handoff document for another agent to pick up.

SKILL.md

1.5 KB, 289 tokens by cl100k_base, as published. Nobody here has run it

Handoff

Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to the operating system's temporary directory — not the current workspace — so it isn't committed by accident.

This handoff is deliberately throwaway — a temporary baton for the next agent. For a durable plan that lives in the repo and gets committed, use /store-plan instead.

Include a "Suggested skills" section in the document, listing the skills the next agent should invoke (for example /gh-triage, /wayfinder, or whichever fit the work ahead) and why each is relevant.

Do not duplicate content already captured in other artifacts (specs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead — the handoff points at the source of truth, it doesn't copy it.

Redact any sensitive information, such as API keys, passwords, tokens, or personally identifiable information. If a secret is load-bearing for the next session, reference where it lives (e.g. an env var name or secrets manager path) rather than the value itself.

If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.


Adapted from mattpocock/skills (MIT).

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 328,083. 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.