unfreeze

Clears the freeze boundary state file to allow edits in all directories.

Updated May 22, 2026
One-click install
npx skills add https://github.com/kitfunso/claude-config --skill unfreeze-kitfunso
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/kitfunso/claude-config/tree/main/skills/unfreeze
Command: npx skills add https://github.com/kitfunso/claude-config --skill unfreeze-kitfunso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After using /freeze to restrict edits to a specific directory, you may need to widen the edit scope again without ending the session. This Skill removes that restriction so edits are allowed everywhere. ## Core Features & Use Cases - Clear Freeze Boundary: Deletes the freeze-dir.txt state file that enforces directory-scoped edit restrictions. - Session-Safe Unlock: Widens edit scope without restarting the session; existing /freeze hooks simply allow everything once the state file is gone. - Use Case: You froze edits to the src/ directory while reviewing changes, then finished the review and want to edit files in docs/ and tests/ again. Run /unfreeze to restore full edit access. ## Quick Start Ask the assistant to unfreeze edits and remove the directory edit restrictions for this session.

Frequently Asked Questions about unfreeze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove edit restrictions set by /freeze?▼

Run /unfreeze to delete the freeze-dir.txt state file that enforces the restriction. Once removed, edits are allowed in all directories again without ending the session.

How to unlock all directories after freezing edits in gstack?▼

Invoke the unfreeze skill, which reads the gstack state directory, removes the freeze boundary file, and confirms the previously frozen directory. To re-freeze later, run /freeze again.

Does unfreeze work if no freeze boundary was set?▼

Yes, it handles that case gracefully. If no freeze-dir.txt file exists in the state directory, it simply reports that no freeze boundary was set and makes no changes.

Do I need to restart the session after unfreezing edits?▼

No restart is needed. The /freeze hooks remain registered for the session but allow everything once the state file is deleted, so full edit access is restored immediately.