mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 11:02:41 +07:00
Remove disable-model-invocation flag from handoff skill documentation
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
name: handoff
|
name: handoff
|
||||||
description: Compact the current conversation into a handoff document for another agent to pick up.
|
description: Compact the current conversation into a handoff document for another agent to pick up.
|
||||||
argument-hint: "What will the next session be used for?"
|
argument-hint: "What will the next session be used for?"
|
||||||
disable-model-invocation: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
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`.
|
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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user