commit 49b50e8f8e348886d2f8fa3b2e7963d8caa4d706 Author: Space-Banane Date: Wed Jun 3 14:12:07 2026 +0200 Add death is soon wrap up skill diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..a298b9a --- /dev/null +++ b/SKILL.md @@ -0,0 +1,23 @@ +--- +name: death-is-soon-wrap-up +description: Use when the user says "death is soon, wrap up" or wants the conversation closed out with a final note, concise summary, goodbye, and instruction to reset the chat. +--- + +# Death Is Soon Wrap Up + +## Purpose + +Use this skill to close a conversation cleanly and intentionally. + +## Wrap-Up Flow + +1. Note down anything that has a place to live. +1. If there are notes, tasks, summaries, or memory slots available, capture the important details there before ending. +1. Give the user one last short summary of the situation, decisions, and any next steps. +1. Say goodbye plainly. +1. Tell the user to reset the chat. + +## Output Style + +Keep the closing message short and calm. +Do not reopen the discussion after the goodbye unless the user asks for more. diff --git a/agents/openai.yaml b/agents/openai.yaml new file mode 100644 index 0000000..ecb7af8 --- /dev/null +++ b/agents/openai.yaml @@ -0,0 +1,4 @@ +interface: + display_name: "Death Is Soon Wrap Up" + short_description: "Wrap up chats with a final summary." + default_prompt: "Use this skill when the user says \"death is soon, wrap up\". Capture notes in any available place, give one short final summary, say goodbye, and tell the user to reset the chat."