unfreeze

Remove the freeze boundary to enable edits across all directories.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Chang-Shih-Yung/auto-learning --skill unfreeze-chang-shih-yung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/Chang-Shih-Yung/auto-learning/tree/main/.claude/skills/gstack/unfreeze
Command: npx skills add https://github.com/Chang-Shih-Yung/auto-learning --skill unfreeze-chang-shih-yung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clears the edit restriction by removing the freeze boundary set by /freeze, restoring full directory edit access within the current Claude gstack session.

Core Features & Use Cases

  • Clears the freeze boundary to allow edits across all directories.
  • Keeps /freeze hooks registered for the session so you can re-freeze later.
  • Simple in-session boundary management with a safe state file.

Quick Start

Execute the unfreeze action to remove the 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 restrictions from a frozen workspace session?

To remove edit restrictions from a frozen workspace session, you need to clear the freeze boundary. This action deletes the stored boundary file, restoring full directory edit access across the entire session.

Why does my workspace still restrict edits after a session freeze boundary is set?

Your workspace restricts edits because an active freeze boundary file is enforcing the limitation. You must clear this stored boundary state to unlock directory modifications and allow edits across all session directories.

Can I re-freeze my workspace directory after unfreezing the session?

Yes, you can re-freeze your workspace directory after unfreezing the session. The unfreeze action preserves the freeze hooks, allowing you to re-establish the edit restriction boundary whenever needed.

What is the best way to manage session state when toggling workspace edit access?

The best way to manage session state for workspace edit access is using a safe state file. Reading and deleting this boundary file toggles restrictions, enabling simple in-session boundary management without losing re-freeze hooks.

Does unfreezing a workspace affect all directories in the current session?

Yes, unfreezing a workspace affects all directories in the current session. Clearing the freeze boundary removes edit restrictions globally, enabling edits across the entire workspace rather than isolated directories.