Agent Skills
› jjongguet/oh-my-product
› cancel
cancel
GitHub用于安全停止或中止正在运行的任务,记录取消状态并保留可复用内容,确保系统处于可恢复状态。
触发场景
用户要求停止运行
需要中止工作
保存安全断点
安装
npx skills add jjongguet/oh-my-product --skill cancel -g -y
SKILL.md
Frontmatter
{
"name": "cancel",
"aliases": [
"\/cancel",
"stop work",
"abort"
],
"description": "Stop or wind down active work safely and summarize the resulting state.",
"primaryRole": "coordinator"
}
Cancel
Use this skill when the user wants to stop a run, abort work, or preserve a safe stopping point.
Policy
- Prefer safe shutdown over abrupt termination when state may be persisted.
- Record what was cancelled and what remains reusable.
- Leave the system in a recoverable state when possible.
版本历史
- 4f49e99 当前 2026-07-25 06:34


