unfreeze

Remove the edit freeze marker from the gstack state directory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clears the freeze boundary set by /freeze, enabling edits to all directories again within the active session.

Core Features & Use Cases

  • Removes the active freeze boundary to expand edit scope.
  • Works within the current session without restarting.
  • Use case: respond to an unfreeze request to continue work seamlessly.

Quick Start

Run the unfreeze command to remove the current edit freeze.

Frequently Asked Questions about unfreeze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove the edit freeze boundary in my workspace?

To remove the edit freeze boundary in your workspace, run the unfreeze command. It checks for a stored freeze marker in the gstack state directory and deletes it, allowing you to edit all directories again.

What happens if I run the unfreeze command when no freeze is active?

If you run the unfreeze command when no freeze is active, it performs a no-op. It will simply return a message indicating that no freeze marker exists in the gstack state directory.

Do I need to restart my session to unfreeze directory edits?

No, you do not need to restart your session to unfreeze directory edits. The unfreeze command works within the current active session to immediately remove the freeze boundary and expand your edit scope.

Why are my edits blocked across all directories during a session?

Your edits are blocked across all directories because an active edit freeze boundary has been set. You need to clear this stored freeze marker from the gstack state directory to enable edits everywhere again.