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

Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save to the handoff queue directory — not a temporary directory.

Write rules

  1. Save files to the handoff/ directory <!-- adapt: point to your handoff queue location -->
  2. File name: if the user gave a prefix argument (e.g. 20260607-131329), use prefix-short-summary.md; otherwise auto-generate YYYYMMDD-HHMMSS-short-summary.md
  3. Include the following sections (pick and choose, don't force all):
# Handoff: {one-line description}

## Goal
What the next session should do.

## Working directory
Which project directory to work in (e.g. `your-project/`). Leave blank if staying in the management hub.

## Context
Key information from the current session relevant to this task. Concise, don't pile up.

## Suggested skills
Skills the next session should invoke (e.g. /审问, etc.).

## References
Related file paths (PRDs, plans, ADRs, diffs, etc.) — reference, don't duplicate content.

Core principles

  • Don't duplicate content already in files (PRDs, plans, ADRs, issues, commits, diffs) — use paths or URLs
  • Sanitize: remove API keys, passwords, PII
  • If the user provided a subject (e.g. /转手 refactor the recommendation engine), organize the document around it
  • Working directory must be accurate: reference paths from your project registry

Attribution

Handoff concept from Matt Pocock's handoff skill. Our innovation: FILO queue (timestamped filenames, newest-first pickup) instead of Matt's single-file approach.

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.