unfreeze

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

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/bobbo01/B2BPlatform --skill unfreeze-bobbo01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/bobbo01/B2BPlatform/tree/main/.agents/skills/gstack-unfreeze
Command: npx skills add https://github.com/bobbo01/B2BPlatform --skill unfreeze-bobbo01

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 clears that restriction so edits are allowed everywhere. ## Core Features & Use Cases - Clear Freeze Boundary: Deletes the freeze-dir.txt state file from the gstack state directory, removing the edit restriction. - Session-Safe Operation: Notes that /freeze hooks remain registered but allow everything once the state file is gone, and you can re-freeze at any time. - Use Case: You froze edits to the src/ directory while refactoring, finished the task, and now want to edit documentation and tests elsewhere in the repo without restarting your session. ## Quick Start Ask the assistant to unfreeze and allow edits to all directories again.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I remove a directory edit freeze in my session?

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 restarting the session.

What is the difference between freeze and unfreeze?

Freeze sets a boundary restricting edits to a chosen directory by writing a state file, while unfreeze deletes that state file so the restriction no longer applies. You can re-run freeze at any time to set a new boundary.

Does unfreeze work if no freeze was set?

Yes. If no freeze-dir.txt state file exists, the skill reports that no freeze boundary was set and makes no changes. It is safe to run in either state.

Why do freeze hooks still run after unfreezing?

The /freeze hooks remain registered for the duration of the session, but they allow all edits because the state file no longer exists. To fully re-enable restrictions, run /freeze again to create a new boundary.