load-handoff
1
总安装量
1
周安装量
#44410
全站排名
安装命令
npx skills add https://github.com/pc-style/pc-skills --skill load-handoff
Agent 安装分布
kilo
1
windsurf
1
trae
1
opencode
1
codex
1
Skill 文档
Load Handoff
Load HANDOFF.md and continue the work described.
Process
- Read HANDOFF.md from the repository root
- Load context files listed in the handoff
- Confirm understanding with the user briefly
- Execute next steps or ask user which task to prioritize
Steps
- Check if
HANDOFF.mdexists in the current directory - If found, read it completely
- Load all files listed in “Key Files” section
- Present a brief summary:
- What the handoff contains
- Current state
- 2-3 suggested next actions
- Ask user which task to tackle or proceed if clear
Example Interaction
[Reads HANDOFF.md and key files]
I've loaded the handoff. We're working on [context from handoff].
Current state: [state from handoff]
Suggested next steps:
1. [First next step from handoff]
2. [Second next step]
3. [Third next step]
Which would you like to tackle first?
After Loading
Once handoff is loaded:
- Delete or archive HANDOFF.md after confirming work is complete
- Update progress as tasks are finished
- Create a new handoff if session ends with remaining work
No Handoff Found
If no HANDOFF.md exists:
- Inform the user
- Ask what they’d like to work on
- Offer to create a handoff when session ends