unfreeze

<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->

Content Preview
---
name: unfreeze
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".
---
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->
<!-- Regenerate: bun run gen:skill-docs -->

# /unfreeze — Clear Freeze Boundary

Remove the edit restriction set by `/freeze`, allowing edits to all dire
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/.agents/skills/gstack-unfreeze/SKILL.md

Skill 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/gstack

Then reference at .agents/skills/gstack-unfreeze/SKILL.md

Related Skills