unfreeze

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the edit freeze boundary set by /freeze, allowing edits across all directories.

Core Features & Use Cases

  • Removes the freeze boundary set by /freeze, allowing edits across the entire workspace.
  • Supports re-freezing via /freeze to restore edit restrictions when needed.
  • Works within the gstack plugin context to manage session-wide editing states.

Quick Start

Run the unfreeze command to remove the edit boundary and allow edits across all directories.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I remove edit boundaries and allow changes across multiple directories in a Claude session?▼

To remove edit boundaries across multiple directories, you can run the unfreeze command to clear the freeze scope set by /freeze. This enables project-spanning workflows without reinitializing the Claude-driven session.

What does an edit freeze do in a Claude-driven session?▼

An edit freeze restricts modifications to a specific boundary within the workspace. The unfreeze command removes this boundary, allowing edits across all directories without needing to restart the session.

How do I unfreeze my workspace to edit files across different directories?▼

You can unfreeze your workspace by running the unfreeze command, which modifies the state file at $CLAUDE_PLUGIN_DATA or $HOME/.gstack to remove the edit boundary and enable directory-spanning edits.

Do I need Bash and Read tools to manage edit boundaries in my session?▼

Yes, the unfreeze command requires Bash and Read tools to function. These tools are used to read and write the state file that manages the editing boundary at $HOME/.gstack.

Can I reapply edit restrictions after removing the freeze boundary?▼

Yes, you can re-freeze the editing scope by running the /freeze command. This restores the edit restrictions, allowing you to toggle between boundary-limited and full-workspace editing.

Why does my Claude session still restrict edits after changing directories?▼

The session restricts edits because a freeze boundary is still active. You must run the unfreeze command to remove the boundary and allow edits across the entire workspace without reinitializing the session.