Agent Skillsgarrytan/gstack › unfreeze

unfreeze

GitHub

解除编辑冻结限制,允许对项目中所有目录进行编辑。当用户请求解冻、解锁编辑或移除冻结边界时触发此技能,通过删除状态文件实现权限恢复。

unfreeze/SKILL.md garrytan/gstack

Trigger Scenarios

用户请求unfreeze 用户请求unlock edits 用户请求remove freeze 用户请求allow all edits

Install

npx skills add garrytan/gstack --skill unfreeze -g -y
More Options

Non-standard path

npx skills add https://github.com/garrytan/gstack/tree/main/unfreeze -g -y

Use without installing

npx skills use garrytan/gstack@unfreeze

指定 Agent (Claude Code)

npx skills add garrytan/gstack --skill unfreeze -a claude-code -g -y

安装 repo 全部 skill

npx skills add garrytan/gstack --all -g -y

预览 repo 内 skill

npx skills add garrytan/gstack --list

SKILL.md

Frontmatter
{
    "name": "unfreeze",
    "version": "0.1.0",
    "triggers": [
        "unfreeze edits",
        "unlock all directories",
        "remove edit restrictions"
    ],
    "description": "Clear the freeze boundary set by \/freeze, allowing edits to all directories again. (gstack)",
    "allowed-tools": [
        "Bash",
        "Read"
    ]
}

When to invoke this skill

Use when you want to widen edit scope without ending the session. Use when asked to "unfreeze", "unlock edits", "remove freeze", or "allow all edits".

/unfreeze — Clear Freeze Boundary

Remove the edit restriction set by /freeze, allowing edits to all directories.

mkdir -p ~/.gstack/analytics
echo '{"skill":"unfreeze","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "unknown")'"}'  >> ~/.gstack/analytics/skill-usage.jsonl 2>/dev/null || true

Clear the boundary

eval "$(~/.claude/skills/gstack/bin/gstack-paths)"
STATE_DIR="$GSTACK_STATE_ROOT"
if [ -f "$STATE_DIR/freeze-dir.txt" ]; then
  PREV=$(cat "$STATE_DIR/freeze-dir.txt")
  rm -f "$STATE_DIR/freeze-dir.txt"
  echo "Freeze boundary cleared (was: $PREV). Edits are now allowed everywhere."
else
  echo "No freeze boundary was set."
fi

Tell the user the result. Note that /freeze hooks are still registered for the session — they will just allow everything since no state file exists. To re-freeze, run /freeze again.

Version History

  • a325940 Current 2026-07-25 11:07

Same Skill Collection

autoplan/SKILL.md
benchmark/SKILL.md
browse/SKILL.md
browser-skills/hackernews-frontpage/SKILL.md
careful/SKILL.md
context-restore/SKILL.md
design-consultation/SKILL.md
design-html/SKILL.md
design-review/SKILL.md
design-shotgun/SKILL.md
diagram/SKILL.md
freeze/SKILL.md
guard/SKILL.md
investigate/SKILL.md
ios-clean/SKILL.md
ios-design-review/SKILL.md
ios-sync/SKILL.md
landing-report/SKILL.md
make-pdf/SKILL.md
open-gstack-browser/SKILL.md
openclaw/skills/gstack-openclaw-ceo-review/SKILL.md
openclaw/skills/gstack-openclaw-investigate/SKILL.md
openclaw/skills/gstack-openclaw-office-hours/SKILL.md
openclaw/skills/gstack-openclaw-retro/SKILL.md
pair-agent/SKILL.md
plan-design-review/SKILL.md
plan-devex-review/SKILL.md
plan-tune/SKILL.md
qa/SKILL.md
setup-browser-cookies/SKILL.md
setup-deploy/SKILL.md
setup-gbrain/SKILL.md
ship/SKILL.md
skillify/SKILL.md
spec/SKILL.md
sync-gbrain/SKILL.md
test/fixtures/context-bill/tree-a/alpha/SKILL.md
test/fixtures/golden/claude-ship-SKILL.md
test/fixtures/golden/codex-ship-SKILL.md
test/fixtures/golden/factory-ship-SKILL.md
benchmark-models/SKILL.md
canary/SKILL.md
codex/SKILL.md
context-save/SKILL.md
cso/SKILL.md
devex-review/SKILL.md
document-release/SKILL.md
gstack-upgrade/SKILL.md
health/SKILL.md

Metadata

Files
0
Version
28d59ad
Hash
e0a396b1
Indexed
2026-07-25 11:07

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 10:14
浙ICP备14020137号-1 $Гость$