pause
仓库创建 2026年7月26日最近提交 13 小时前SkillHot 收录 11 小时前
这个 Skill 做什么
立刻暂停或恢复 bonsai 在该仓库的观察与提示功能,适合临时不想被自动输出打扰或需要停用时使用。暂停时会写入 .claude/bonsai/paused 并让相关脚本立即停止;恢复则撤销该标记继续工作。把开关做成显式命令,而不是隐藏配置,便于随手控制。
▸ 展开 SKILL.md 英文原文
Stop or resume bonsai's observation and surfacing for this repository.
1
Stars
0
Forks
5
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/hartz89/bonsai/main/skills/pause/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/hartz89/bonsai/main/skills/pause/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# bonsai:pause One step off, one step on. This is a first-class command rather than a config field because an off-switch you have to look up isn't an off-switch ([etiquette.md](../../reference/etiquette.md) rule 7). ## Pause (default) Create `.claude/bonsai/paused` containing the date and, if the user gave one, the reason. Everything stops immediately: `scripts/retro.sh` exits before spawning any model, and `scripts/pending.sh` emits nothing. Both check for this file first. Existing proposals and artifacts are left exactly as they are — pausing is not uninstalling. Confirm in one line, and say how to undo it: ``` bonsai paused for this repo. /bonsai:pause --resume to turn it back on. `
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有