Handoff
Planetary visualization tool for /wayfinder maps
npx -y skills add rengwu/wayfinder-maps --skill handoffAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
What its author says it does
Copied from the file, not written here
Compact the current conversation into a handoff document so a fresh agent can continue the work.
SKILL.md
1.2 KB, as published. Nobody here has run it
Write a handoff document summarising the current conversation so a fresh agent can continue the work.
Save it to .plan/handoffs/<YYYY-MM-DD>-<slug>.md at the repository root, creating the directory if needed (.plan/ is committed to version control — it is the project's shared planning memory). If not working inside a repository, save to the OS temporary directory instead and tell the user the absolute path.
Include a "suggested skills" section, listing skills the next agent should invoke — by name, with a one-line reason each — noting they apply only if available in that agent's environment.
Do not duplicate content already captured in other artifacts (specs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.
Redact any sensitive information, such as API keys, passwords, or personally identifiable information.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.