unfreeze

Clear the freeze boundary to enable edits across all workspace directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clears the freeze boundary that restricts edits to a subset of directories, enabling edits anywhere in the workspace.

Core Features & Use Cases

  • Remove the active freeze boundary so edits can span all directories.
  • Works within an active session to widen the scope without restarting.
  • Useful when you need to perform batch edits across multiple directories.

Quick Start

Execute the unfreeze command to clear the current freeze 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 edit restrictions in a bash workspace session?

To remove edit restrictions in a bash workspace session, execute the unfreeze command. It clears the freeze boundary state file, immediately enabling edits across all directories without restarting the session.

What is a workspace freeze boundary and how does it limit shell edits?

A workspace freeze boundary is a state restriction that limits edits to a subset of directories. Clearing this boundary via a bash routine removes the state file, allowing edits to span the entire workspace.

Can I widen the edit scope of an interactive shell session without restarting?

Yes, you can widen the edit scope without restarting by clearing the freeze boundary. The bash routine checks for the active state file and clears it, allowing immediate edits across all directories.

When do I need to clear a freeze boundary for batch edits?

You need to clear a freeze boundary when performing batch edits across multiple directories. Removing the state file restriction ensures your edits are not limited to a subset of the workspace.

Why does my bash workspace only allow edits in a subset of directories?

Your bash workspace only allows edits in a subset of directories because an active freeze boundary state file is present. Clearing this state file removes the restriction and restores full workspace edit access.

Does the workspace unfreeze routine require any dependencies?

No, the workspace unfreeze routine does not require any dependencies. It implements a basic bash routine that directly checks for and clears the freeze boundary state file.