Handoff
Personal AI-agent skills, workflows, prompts, and setup guides for local LLMs and MCP-powered assistants.
npx -y skills add ntaffzii/Skill-Agents --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
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Create a compact continuation document for another agent or future session. Use when the user asks to hand off, summarize current work, continue later, create context, or preserve progress across sessions.
SKILL.md
1.3 KB, as published. Nobody here has run it
Handoff
Use this skill to make work easy to resume.
Handoff Contents
Include:
- Objective
- Current status
- Important decisions
- Files changed or inspected
- Commands run and results
- Known issues
- Next steps
- Risks and assumptions
Workflow
-
Gather state
- Inspect git status if in a repo.
- Review recent files and command outputs available in the session.
- Identify user requests that still matter.
-
Separate facts from guesses
- Mark verified facts clearly.
- Mark assumptions clearly.
- Do not imply tests passed if they were not run.
-
Write for continuation
- Make the next action obvious.
- Include exact commands when useful.
- Keep prose compact.
Rules
- Do not omit failed commands.
- Do not say work is complete unless verification supports it.
- Keep unresolved user requests visible.
- Include branch, repository, or workspace context when relevant.
Output Format
# Handoff
## Objective
## Status
## Decisions
## Files
## Verification
## Next Steps
## Risks