document-handoff
Installation
SKILL.md
document-handoff
Produce a self-contained handoff package: a curated workfolder copy of project files plus a dark-mode HTML memo covering 16 structured sections. Enables any agent to cold-start on the project without re-reading sessions.
Announce at start: "I'm using the document-handoff skill to create a project handoff package."
Prerequisites
Resolve the CLI path once at session start:
$cli = (Get-ChildItem "$env:USERPROFILE\.claude\plugins\cache" -Recurse -Filter "cli.mjs" -ErrorAction SilentlyContinue |
Where-Object { $_.FullName -match [regex]::Escape("document-handoff\scripts") } |
Select-Object -First 1).FullName