Handoff
Compact the conversation into a handoff document a fresh session can resume from.From its SKILL.md
npx -y skills add toverux/grimoire --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
- 2 stars2 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.
SKILL.md
1.2 KB, 188 tokens by cl100k_base, 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 the temporary directory of the user's OS — not the current workspace.
A handoff is compaction for resuming work, never a substitute for a spec: decisions that should outlive the session belong in docs/specs/<feature>.md — write them there first, then reference the spec.
- Include a "suggested skills" section naming the skills the next session should invoke.
- Reference artifacts already captured elsewhere (specs, plans, ADRs, commits, diffs) by path or URL rather than duplicating their content.
- Redact sensitive information: API keys, passwords, personally identifiable information.
- If the user passed arguments, treat them as what the next session will focus on and tailor the document accordingly.
End by reporting the document's path so the user can point the fresh session at it.
What ships with it: 1 file
141 B alongside SKILL.md
agents/
- openai.yaml141 B