unfreeze

Remove the active freeze state file to restore edit access across all directories.

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

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. (gstack)

Core Features & Use Cases

  • Clears the current freeze boundary to restore unrestricted edits across the workspace, enabling cross-directory changes without restarting the session.
  • Supports common scenarios like large refactors, multi-directory updates, and quick recovery after a temporary lockdown.

Quick Start

Run the unfreeze action to clear the boundary and restore full edit access 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 for cross-directory changes in my development workflow?

To remove edit boundaries for cross-directory changes, you clear the active freeze state. This restores unrestricted edit access across all directories within your workspace without ending the current development session.

What is a freeze boundary in gstack session management?

A freeze boundary in gstack session management is an edit restriction that limits modifications to specific directories. It is useful for temporary lockdowns but must be cleared to allow multi-directory updates.

Can I widen my edit scope without ending the current development session?

Yes, you can widen your edit scope without ending the session by clearing the active freeze state. This removes edit restrictions and restores unrestricted access across all directories for urgent refactors.

When should I clear edit restrictions during a multi-directory refactor?

You should clear edit restrictions during a multi-directory refactor when you need to apply changes across the entire workspace. Removing the freeze boundary allows you to update multiple directories simultaneously without restarting.

Can I re-freeze edit boundaries after restoring full workspace access?

Yes, you can re-freeze edit boundaries after restoring full workspace access. The unfreeze action leaves the option to re-freeze available, allowing you to toggle between restricted and unrestricted edits as needed.