unfreeze

Remove the edit freeze boundary to allow edits across all directories.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/hetsheth-droid/toolbox-template --skill unfreeze-hetsheth-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/hetsheth-droid/toolbox-template/tree/main/incubating/gstack/unfreeze
Command: npx skills add https://github.com/hetsheth-droid/toolbox-template --skill unfreeze-hetsheth-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the freeze boundary set by /freeze, allowing edits to all directories again. Use when you want to widen edit scope without ending the session. Use when asked to "unfreeze", "unlock edits", "remove freeze", or "allow all edits". (gstack)

Core Features & Use Cases

  • Clears the boundary that restricts edits during a session.
  • Re-enables edits across all project directories until a new freeze is applied.
  • Useful for rapid, collaborative edits when scope needs to be expanded without terminating the session.

Quick Start

Clear the freeze boundary to re-enable edits.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I remove an edit freeze boundary in a bash session?

Yes, you can unlock edits across all directories without ending your active bash session. By clearing the freeze boundary marker stored in the state file, you widen the editing scope back to full project access while keeping the session running.

What is the best way to re-enable edits after applying a directory freeze?

The best way to re-enable edits after applying a directory freeze is to remove the freeze boundary marker. This restores unrestricted editing capabilities across all directories, allowing rapid collaborative modifications without needing to restart your environment.

How does session management handle the freeze boundary state file?

Session management detects the freeze boundary by checking a specific state file for a directory marker. When an unfreeze command is executed, bash removes this marker, instantly widening the edit scope for the ongoing session.

Why are my edits restricted to a single directory during an active session?

Your edits are restricted because a freeze boundary marker is currently active in your session state file. You must remove this boundary to allow modifications across all directories, expanding the edit scope without closing the session.

Do I need to end my bash session to remove edit restrictions?

No, you do not need to end your bash session to remove edit restrictions. You can unfreeze the edit boundary directly, which clears the state file marker and re-enables edits across all directories while the session remains active.