unfreeze

Remove the freeze-dir.txt file to restore editing across project directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clears the edit restriction by removing the freeze boundary, allowing edits across all directories in the current CLAUDE gstack session.

Core Features & Use Cases

  • Deletes the freeze state by removing the freeze-dir.txt file from the CLAUDE gstack state directory, restoring editing privileges.
  • Allows seamless continuation of work across all directories after a temporary freeze.
  • Use Case: You need to widen the scope of edits in a project after a /freeze to fix a bug or implement a broader change.

Quick Start

Run unfreeze to remove the freeze boundary and resume 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 an edit freeze boundary and resume unrestricted editing across project directories?

To remove an edit freeze boundary and resume editing, you delete the freeze state file. This clears the restriction, allowing seamless continuation of work across all directories in your current session.

How does state management for edit freezing work in a CLI environment?

Edit freezing in a CLI environment works by checking a specific file state. A freeze boundary file restricts edits until it is deleted, ensuring safe state restoration when you are ready to resume.

When do I need to clear a freeze state in my project?

You need to clear a freeze state when you want to widen the scope of edits in a project. This is typically done to fix a bug or implement a broader change across multiple folders and files.

Does the unfreeze command require any dependencies to restore editing privileges?

No dependencies are required to restore editing privileges. The command implements a simple file-state check and deletion within the CLAUDE gstack state directory, providing user feedback to ensure safe state restoration.

What is the best way to resume full project edits after a temporary freeze?

The best way to resume full project edits after a temporary freeze is to run a command that removes the freeze-dir.txt file. This deletes the freeze state and restores editing privileges across all directories.

Why are my edits still restricted across multiple folders after applying state management?

Your edits remain restricted across multiple folders if the freeze state file still exists. You must explicitly remove the freeze boundary file from the state directory to restore unrestricted editing capabilities.