Content Preview
--- name: unfreeze version: 0.1.0 description: | Clear the freeze boundary set by /freeze, allowing edits to all directories again. 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". allowed-tools: - Bash - Read --- <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --> <!-- Regenerate: bun run gen:skill-docs --> # /unfreeze — Clear Freeze Boundary Remove the edit restrict
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/unfreeze.md \
https://raw.githubusercontent.com/garrytan/gstack/main/unfreeze/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/garrytan/gstackThen reference at unfreeze/SKILL.md