unfreeze

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

Updated Aug 9, 2026
One-click install
npx skills add https://github.com/raghavbadhwar/rstack --skill unfreeze-raghavbadhwar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/raghavbadhwar/rstack/tree/main/unfreeze
Command: npx skills add https://github.com/raghavbadhwar/rstack --skill unfreeze-raghavbadhwar

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 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 during a focused refactor, finished the work, and now want to make changes across the whole repository again. ## Quick Start Ask the agent to unfreeze edits and unlock all directories so changes can be made anywhere in the repository.

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 gstack?

Invoke /unfreeze to clear the freeze boundary. The skill reads the stored freeze directory, removes the state file, and confirms that edits are now permitted everywhere.

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 at any time.

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 gone. Run /freeze again to re-establish a boundary.