
Handoff
- 5 installs
- 33 repo stars
- Updated July 27, 2026
- dirnbauer/webconsulting-skills
Compacts the current conversation into a handoff document, saved to the OS temp directory, so a fresh agent can continue the work.
About
Writes a handoff document summarizing the conversation, referencing existing artifacts instead of duplicating them and suggesting relevant skills, with sensitive data redacted. A developer uses it to pass work to another agent or session.
- Compacts the current conversation into a handoff doc saved to OS temp dir
- Includes a suggested-skills section and redacts sensitive info
Handoff by the numbers
- 5 all-time installs (skills.sh)
- Ranked #1,218 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dirnbauer/webconsulting-skills --skill handoffAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 5 |
|---|---|
| repo stars | ★ 33 |
| Last updated | July 27, 2026 |
| Repository | dirnbauer/webconsulting-skills ↗ |
What it does
Compacts the current conversation into a handoff document, saved to the OS temp directory, so a fresh agent can continue the work.
Files
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save to the temporary directory of the user's OS - not the current workspace.
Include a "suggested skills" section in the document, which suggests skills that the agent should invoke.
Do not duplicate content already captured in other artifacts (PRDs, 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.
---
Credits & Attribution
This skill is based on the excellent work by [Matt Pocock](https://github.com/mattpocock).
Original repository: https://github.com/mattpocock/skills
Copyright (c) Matt Pocock - Agent skills for real engineering workflows (MIT License)
Special thanks to Matt Pocock for their generous open-source contributions, which helped shape this skill collection. Adapted by webconsulting.at for this skill collection