37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
# Death Is Soon Wrap Up
|
|
|
|
This repository packages the same `death-is-soon-wrap-up` concept for three different agent ecosystems.
|
|
|
|
## Contents
|
|
|
|
- `Intent.md`: the shared source of truth for the skill behavior
|
|
- `codex/death-is-soon-wrap-up`: Codex-formatted package
|
|
- `claude/death-is-soon-wrap-up`: Claude Code-formatted package
|
|
- `openclaw/death-is-soon-wrap-up`: OpenClaw-formatted package
|
|
- `copy-script/`: Python installer and its README
|
|
|
|
## What It Does
|
|
|
|
`death-is-soon-wrap-up` helps an agent close a conversation cleanly.
|
|
|
|
It is designed to:
|
|
|
|
- note anything down if there is a place for it,
|
|
- give the user one final short summary,
|
|
- say goodbye,
|
|
- and tell the user to reset the chat.
|
|
|
|
## Repo Layout
|
|
|
|
- `Intent.md` is the canonical brief for the skill
|
|
- Each package folder contains a `SKILL.md` plus a short README for that ecosystem
|
|
- `copy-script/README.md` explains the installer and its options
|
|
|
|
## Installation
|
|
|
|
Run the Python installer in `copy-script/` to copy the package folders into the matching skills directories under your home folder.
|
|
|
|
## License
|
|
|
|
This repository is licensed under the MIT License. See [LICENSE](LICENSE).
|