unfreeze

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

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

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 Freeze Boundary: Deletes the freeze-dir.txt state file that enforces directory-scoped edit restrictions. - Session-Safe Operation: Works within the current session without requiring a restart; hooks simply allow everything once the state file is gone. - Use Case: You froze edits to the src/ directory while refactoring, finished the task, and now want to make changes across the whole repository. Run /unfreeze to lift the restriction instantly. ## Quick Start Ask the assistant to unfreeze edits or remove the freeze boundary so all directories become 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 a directory edit freeze in a gstack 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. They are complementary commands for managing edit scope.

Does unfreeze require restarting the session?

No, unfreeze works within the current session. The /freeze hooks remain registered but allow all edits because the state file no longer exists.

What happens if I run unfreeze when no freeze is set?

The skill checks for the freeze-dir.txt file first. If none exists, it reports that no freeze boundary was set and makes no changes.

Can I re-freeze edits after running unfreeze?

Yes, simply run /freeze again to set a new directory boundary. Unfreezing does not disable the freeze mechanism for the session.