gstack-freeze
GStack freeze method for pausing writes and limiting work to evidence gathering when a task is unsafe, ambiguous, or production-sensitive.
适合你,如果需要在生产敏感或不确定的任务中安全暂停写入操作
/ 通过 npx 安装 校验哈希
npx oh-my-skill add dirtytrii/codex-skills/gstack-freeze/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- dirtytrii/codex-skills/gstack-freeze/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify dirtytrii/codex-skills/gstack-freeze安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
9GitHub stars
~370最小装载
~370含声明引用
~413文本包总量
索引托管
怎么用
商店整理自技能原文 · 版本 f142db6 · 表述以原文为准它做什么
装上后,当任务不安全、模糊或涉及生产环境时,Claude 会暂停写入操作,只进行只读的证据收集,并给出冻结原因、允许的只读检查、被阻止的操作以及恢复条件。
什么时候触发
当用户明确说出“$gstack-freeze”,或任务涉及生产/数据安全、信息不足、需要暂停写入时触发。
装好后可以这样说
Claude 会进入冻结模式,只收集信息不写入。
Claude 会暂停写入并列出允许的只读操作。
技能原文 SKILL.md
GStack Freeze Adapter
This is a Codex role-system adapter for Garry Tan's gstack gstack-freeze method.
When To Use
Use this when:
- writes should pause;
- facts are insufficient;
- production or data safety is at risk;
- the user explicitly invokes
$gstack-freeze.
Workflow
- Keep the active role boundary. Do not expand scope just because this gstack method is useful.
- Read the relevant repo/docs/evidence first when the task depends on current state.
- Read
../gstack/references/methodology.mdif you need the shared method map, then use the section namedEngineering Execution Methods. - Produce: freeze reason, allowed read-only checks, blocked actions, and resume condition.
- Return the result in the active role's normal format, including boundaries, validation, and unresolved decisions when applicable.
Boundaries
- Treat upstream gstack as external methodology, not local-owned project state.
- Do not run upstream gstack runtime, telemetry, browser-cookie import, upgrade checks, or host routing injection automatically.
- Do not create or edit
CLAUDE.md,.claude/,.agents/, or upstream routing files unless the user explicitly asks for upstream gstack installation work. - Do not write files, commit, push, deploy, restart, migrate, clean, delete, or change production unless the active role prompt explicitly allows it.
- Preserve this repository's
QAversus测试split: formal test cases/reports belong to测试and$test-case-report-builder. - Do not resume writes until the unfreeze condition is explicit.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…