agentsclimarketplace

接手

Skill Lumos-789/agent-skills/skills/接手

Reusable Claude Code skills — handoff queue, daily wrap-up, design interrogation, looklook

Install
npx -y skills add Lumos-789/agent-skills --skill 接手

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

接手 — 从交接队列中拾取一个任务,展示内容后确认删除并继续执行。

SKILL.md

1.2 KB, 258 tokens by cl100k_base, as published. Nobody here has run it

Pick up a task from the handoff queue.

Read rules

  1. Check the handoff/ directory <!-- adapt: point to your handoff queue location -->
  2. If the user gave a prefix argument (e.g. 20260607-131329), find the file starting with that prefix (startswith match); if not found, error out and list all available files
  3. If no prefix argument, sort by filename and pick the newest one (FILO)
  4. If the directory is empty, tell the user "no tasks to pick up" and end
  5. If a file exists: a. Read the file content, display it fully to the user b. Wait for user confirmation (say "ok", "continue", "confirm", etc.) c. After confirmation, delete the file d. Follow the instructions in the file (switch to the "working directory" specified, execute the "goal" task)

Core principles

  • Pick up one at a time, no batch processing
  • Display full content, don't abbreviate
  • Only delete the file after user confirmation
  • If the user rejects (says "no", "skip", etc.), don't delete, keep in queue

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.