agentsclimarketplace

Handoff list

Skill danielsitek/skills/skills/handoff-list

My personal directory of skills

Install
npx -y skills add danielsitek/skills --skill handoff-list

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

List all saved handoff files in .handoffs/ with their summaries so the user can see what tasks they have parked. Use this skill whenever the user wants an overview of their handoffs — phrases like "list handoffs", "what handoffs do I have", "show my parked tasks", "what did I stash", "vypiš handoffy". Trigger whenever the user wants to know what is waiting in the handoff queue, even without the exact word "list".

SKILL.md

2.1 KB, 416 tokens by cl100k_base, as published. Nobody here has run it

Handoff: List

Give the user a quick, scannable overview of every handoff they have parked, so they can decide what to pick up next.

Step 1 — Find the handoffs

Look in .handoffs/ in the project root for files named handoff-NNNN.md.

If the directory does not exist or is empty, tell the user there are no saved handoffs yet and mention they can create one with handoff-create. Stop there.

Step 2 — Read each handoff's summary

For every file, read the frontmatter (handoff, title, created) and the <handoff-summary> block. The summary is written to be self-contained — that is the part the user wants to see.

If a file's frontmatter or summary cannot be parsed, mark it with ⚠ malformed and continue listing the rest.

Step 3 — Present the overview

Show the handoffs ordered by number. For each one, give the number, title, created date, and the summary in the user's own language if they are not writing in English. (Handoff files are stored in English; translate summaries into the user's language for display only.) A compact table works well when there are several:

#TitleCreatedSummary
0001Add rate limiting to the API2026-05-12<one-line gist of the summary>
0002Migrate config to TypeScript2026-05-18<one-line gist of the summary>

If there are only one or two handoffs, a short prose description of each reads better than a table — use judgment.

Close by reminding the user they can dive into one with handoff-invoke <number> or clear a finished one with handoff-close <number>.

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.