Agent Skills
› jjongguet/oh-my-product
› cancel
cancel
GitHub用于安全停止或中止正在运行的任务,记录取消状态并保留可复用内容,确保系统处于可恢复状态。
Trigger Scenarios
用户要求停止运行
需要中止工作
保存安全断点
Install
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.
Version History
- 4f49e99 Current 2026-07-25 06:34


