handoff Skill
Compact the current conversation into a handoff document for another agent to pick up. Published by microsoft in fabric-task-flows.
What is handoff Skill?
Compact the current conversation into a handoff document for another agent to pick up. Published by microsoft in fabric-task-flows. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use handoff Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/fabric-task-flows
- Skill file: .github/skills/handoff/SKILL.md
What it does
Compact the current conversation into a handoff document for another agent to pick up.
Skill instructions
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t handoff-XXXXXX.md (read the file before you write to it). Suggest the skills to be used, if any, by the next session. Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead. If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.
Explore related resources
Frequently asked questions
What is handoff?
handoff is a open-source AI agent skill with Copy skill directory. Compact the current conversation into a handoff document for another agent to pick up.
Who is handoff best for?
handoff is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install handoff?
Install or run handoff using Copy skill directory. Check handoff for the latest setup command.
Is handoff actively maintained?
handoff may need a closer maintenance check before production use.
Auto-fetched from GitHub.