unfreeze

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

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/adamtpang/summon.company --skill unfreeze-adamtpang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/adamtpang/summon.company/tree/main/.claude/skills/unfreeze
Command: npx skills add https://github.com/adamtpang/summon.company --skill unfreeze-adamtpang

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 without ending the session. This Skill removes that restriction so edits are allowed everywhere again. ## Core Features & Use Cases - Clear Edit Restrictions: Deletes the freeze-dir.txt state file that enforces directory-scoped edit boundaries. - Session-Safe Operation: Works within the current session without requiring a restart; freeze hooks simply allow everything once the state file is gone. - Use Case: You froze edits to the src/ directory while reviewing changes, finished the review, and now want to resume editing across the entire repository. ## Quick Start Ask the assistant to unfreeze edits and remove the freeze boundary so all directories are editable again.

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 the /unfreeze skill, which deletes the freeze-dir.txt state file from the gstack state directory. Once removed, edits are allowed in all directories again without ending the session.

How to unlock all directories for editing in a Claude Code session?

Invoke the unfreeze skill to clear the freeze boundary. It reads the gstack state directory, removes the freeze state file if present, and confirms that edits are now permitted everywhere.

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 my session after unfreezing edits?

No restart is needed. The /freeze hooks remain registered for the session but allow everything once the state file is gone. To re-apply restrictions, run /freeze again.