一键导入
handoff
Write ~/.claude/custom-handoff.md to hand off current work to the next session
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write ~/.claude/custom-handoff.md to hand off current work to the next session
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Show recent Claude Code changes personalized to user's setup. Trigger when user asks about changelog, "what's new", "cc changelog", "claude code updates", "recent changes", or wants to know what changed in Claude Code.
List all built-in Claude Code tools
List all configured hooks
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (GLOSSARY.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
Review code changes from the current branch, staged changes, a git ref, or a diff/patch file. Pure git-native — no platform/PR awareness. Trigger when user says "review this", "review diff", "/df:code-review-diff", or provides a git ref or diff path. Read-only — never posts comments.
| name | handoff |
| description | Write ~/.claude/custom-handoff.md to hand off current work to the next session |
| disable-model-invocation | true |
| argument-hint | ["focus","e.g. \"the auth refactor\" or \"only what's left on the migration\""] |
| allowed-tools | Write, Bash(trash-put:*), Bash(git status:*), Bash(git log:*), Bash(git diff:*) |
Write ~/.claude/custom-handoff.md (resolve ~ to the user's home directory) summarizing current work so the next Claude session can pick up where this one left off.
$ARGUMENTS, when present, is the user's steer for what the handoff should emphasize. Let it bias every section — GOAL, RECENT CONCLUSIONS, and NEXT especially — toward that thread of the work. Trim or drop details unrelated to the focus, and let NEXT lead with the focused action. Still keep # ORIGINAL PROMPT verbatim; the focus reshapes emphasis, not the recorded intent. When $ARGUMENTS is empty, weight sections as the rules below describe.
trash-put ~/.claude/custom-handoff.md 2>/dev/null || true to remove any prior handoff (ignore error if file absent).# ORIGINAL PROMPT
<the user's opening prompt from this conversation, verbatim if short; otherwise a one-to-two-sentence summary that preserves the ask>
# GOAL
<one line: what we're doing now>
# DONE
- <thing done>
- <thing done>
# RECENT CONCLUSIONS
- <decision, agreement, or insight from last few turns — what shifted the plan>
- <open question raised at end, still unanswered>
# NEXT
<concrete next action — derived from RECENT CONCLUSIONS, not stale earlier intent>
# WATCH OUT
<gotchas; omit section if none>
# ORIGINAL PROMPT anchors intent across sessions — do not drop it even if the work has drifted.NEXT. Early-conversation context is backdrop, not the lead.# RECENT CONCLUSIONS captures what was just decided or learned — not a re-summary of DONE. If the last turns only restated earlier work, leave it empty rather than padding.src/auth.ts:42, not "the auth file").# WATCH OUT when there are no gotchas.