接手
Reusable Claude Code skills — handoff queue, daily wrap-up, design interrogation, looklook
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
- Check the
handoff/directory <!-- adapt: point to your handoff queue location --> - If the user gave a prefix argument (e.g.
20260607-131329), find the file starting with that prefix (startswithmatch); if not found, error out and list all available files - If no prefix argument, sort by filename and pick the newest one (FILO)
- If the directory is empty, tell the user "no tasks to pick up" and end
- 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.