unfreeze

Remove the /freeze edit restriction to allow edits across all directories.

5|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/drt0927/tw-overlay --skill unfreeze-drt0927
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/drt0927/tw-overlay/tree/main/.gemini/skills/gstack-unfreeze
Command: npx skills add https://github.com/drt0927/tw-overlay --skill unfreeze-drt0927

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Temporary edit restrictions using /freeze can hinder broad development work. This Skill clears the freeze boundary to restore full editing access across all directories.

Core Features & Use Cases

  • Clear the existing freeze boundary set by /freeze to restore full editing access.
  • Suitable for workflows requiring large-scale changes across multiple folders or when debugging scope issues in a project.
  • Use Case: you need to perform a wide refactor or multi-directory update without re-freezing between steps.

Quick Start

Tell gstack to unfreeze to allow edits anywhere in the workspace.

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 my bash workspace session?

You can remove edit restrictions in your bash workspace by clearing the freeze boundary to restore full editing access across all directories. This supports workflows requiring broad changes like large refactors or cross-directory updates during a session.

What is the best way to resume multi-directory edits after a session freeze?

The best way to resume multi-directory edits after a session freeze is to clear the freeze boundary restricting your workspace. This action restores your ability to perform broad development work and multi-folder updates without re-freezing between steps.

Does the workspace edit control feature require a network connection?

The workspace edit control feature does not require a network connection to clear freeze boundaries. It operates entirely within a Bash environment using local state directories, ensuring no network operations or data exfiltration occurs during the process.

Can I use session management commands to allow edits anywhere in my workspace?

You can use session management commands to allow edits anywhere in your workspace by clearing the existing freeze boundary. This restores full editing access across all directories, enabling wide refactors or multi-directory updates without re-freezing between steps.

Why does an edit freeze boundary hinder large refactoring workflows?

An edit freeze boundary hinders large refactoring workflows because it restricts modifications to a limited scope, preventing broad changes across multiple folders. Clearing this boundary restores full editing access needed for cross-directory updates during a development session.