unfreeze

Remove the edit restriction set by the '/freeze' command.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the edit restriction set by the '/freeze' command, allowing edits to all directories again. It is used to widen the edit scope without ending the session.

Core Features & Use Cases

  • Clear Freeze Boundary: Removes the edit restriction set by '/freeze'.
  • Widen Edit Scope: Allows edits to all directories without ending the session.
  • Use Case: When you want to allow all edits without ending the session, or when you are asked to "unfreeze", "unlock edits", "remove freeze", or "allow all edits".

Quick Start

Run the /unfreeze command to clear the freeze boundary and allow edits to 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 directory in my current session?

To unfreeze directory edit boundaries, run the `/unfreeze` command to clear the restrictions set by `/freeze`. This restores edit permissions to all directories within the current session.

Can I unlock edits for all directories without terminating my session?

Yes, you can unlock edits for all directories without terminating your session. By running the `/unfreeze` command, you widen the edit scope and remove restrictions while keeping the session active.

What is the difference between unfreezing edit boundaries and ending a session?

Unfreezing edit boundaries simply removes the directory edit restrictions set by `/freeze`, allowing modifications across all directories. Ending a session terminates the environment entirely, whereas unfreezing keeps it active.

Why are my edits still restricted to certain directories after a previous freeze command?

Your edits are still restricted because a previous `/freeze` command set directory boundaries. To remove these edit limitations and allow modifications across all directories, you need to run the `/unfreeze` command.

Do I need to specify a directory path when unfreezing edit boundaries?

No, you do not need to specify a directory path to unfreeze edit boundaries. The command automatically removes restrictions for all directories, widening the edit scope across the entire current session.