unfreeze

Remove the edit restriction set by /freeze across all project directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes the edit restriction set by /freeze, enabling edits across all project directories.

Core Features & Use Cases

  • Clears the boundary by removing the freeze state file and updating the user on the new edit permissions.
  • Restores full editing access during ongoing sessions to support multi-directory work.
  • Ideal when debugging or completing tasks that touch multiple folders.

Quick Start

Run the unfreeze command to remove the boundary and enable 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 directory edit restrictions during a bash session?

To remove directory edit restrictions during a bash session, you can clear the freeze state file. This restores full editing access across all project directories, allowing you to modify files without boundary limitations.

When do I need to unfreeze my project directories?

You need to unfreeze project directories when debugging or completing tasks that require multi-directory changes. It removes the edit boundary set by a freeze command, enabling edits across all project directories during an active session.

How do I enable edits across all directories after restricting them?

To enable edits across all directories, you must remove the edit boundary by deleting the freeze state file. This restores full editing access across all project directories and prints a confirmation message.

Can I restore full editing access to my workspace without restarting the session?

Yes, you can restore full editing access without restarting the session by removing the freeze state file. This clears the directory edit boundary and updates your edit permissions immediately during the active session.