๐Ÿ“
AutomationGo

Handoff

by rengwu

Handoff is an Automation skill for Claude Code, published by rengwu in wayfinder-maps.

95 stars1 forkson rengwu/wayfinder-mapsAdded 2026/07/16+2% in starsRepository updated 2026/07/14
agent-skillsgo
Install in seconds
Install Handoff
Copy Handoff into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/rengwu/wayfinder-maps/tree/main/skills/.optional/handoff ~/.claude/skills/handoff

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/rengwu/wayfinder-maps.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/.optional/handoff/SKILL.md in rengwu/wayfinder-maps
Installs to
~/.claude/skills/handoff
Collection
One of 14 skills cataloged from this repository
Category
Automation โ€” 2226 skills

What Handoff does

Generates a handoff document summarizing the current agent conversation, including suggested next skills and redacting sensitive information. Saves to the repository's .plan/handoffs/ directory for shared planning memory.

Handoff is cataloged under Automation on DirSkills. Handoff comes from a repository tagged agent-skills and go.

Documentation

README

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.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Handoff

  • What else does rengwu publish alongside Handoff?

    Handoff is one of 14 skills that DirSkills catalogs from rengwu/wayfinder-maps, the repository it ships in. Its siblings there include Codebase Design, Domain Modeling and Grill Me. Each one is a separate skill with its own page in this directory, installs the same way Handoff does, and is maintained by rengwu in that same repository. The rest of the collection is listed on the rengwu/wayfinder-maps page.

  • How does Handoff compare to other Automation skills?

    Handoff ranks #2105 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Handoff against them. Open each page to compare what they document and how they install.