用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/JSai23/claude-tooling --skill create-handoff命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | create-handoff |
| description | Create session handoff document for transferring work to another session |
${CLAUDE_SESSION_ID}
Create a handoff document for the next session.
Save to: .handoffs/YYYY-MM-DD_HH-MM_<short-description>.yaml
(Example: .handoffs/2026-01-24_14-30_auth-implementation.yaml)
---
date: YYYY-MM-DD
status: complete | partial | stuck | transient
---
goal: |
What was the larger goal of this session?
What were we ultimately trying to achieve?
current_state: |
Where did we end up?
What's the current state of the work?
What skill was used in terms of state - planning, implementing, reviewing etc?
# If stuck
stuck_on: |
What specific problem is blocking progress?
What have we tried that didn't work?
# If goals shifted
transient: false # or true
transient_reason: |
Why did the goals shift? What new direction emerged?
# CRITICAL: Learnings
learned:
- insight: What we discovered
details: Specifics about the learning
worked:
- approach: What worked well
why: Why it worked
didnt_work:
- approach: What we tried that failed
why: Why it failed, what to avoid
# Forward-looking
next_approach: |
Given what we learned, what should we try next?
What's the recommended path forward?
next_steps:
- First concrete action
- Second concrete action
# Auto-populated from git context above
git:
branch: <from context>
recent_commits:
- <from context>
changed_files:
- <from context>
# Optional
questions: [] # Unresolved questions
decisions: [] # Key decisions made
files_to_read: [] # Files next session should read first
Fill this out based on our session. Be honest about stuck points and what didn't work.