unfreeze

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

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

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 the directory boundary set by /freeze. - Session-Safe Operation: Works within the current session; freeze 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 without restarting your session. ## Quick Start Ask the assistant to unfreeze edits and allow changes in 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 edit restrictions set by the freeze command?

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.

What happens if I unfreeze when no freeze boundary 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 to the session state.

Does unfreeze disable the freeze hooks for the session?

No, the /freeze hooks remain registered for the session. They simply allow all edits because the state file no longer exists. Run /freeze again to re-establish a boundary.

Can I re-freeze a directory after running unfreeze?

Yes, run the /freeze command again at any time to set a new directory boundary. Unfreeze only clears the current restriction and does not prevent future freezes.