unfreeze

Delete the stored freeze boundary to allow edits across all directories.

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

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. Use when asked to "unfreeze", "unlock edits", "remove freeze", or "allow all edits".

Core Features & Use Cases

  • Clear the boundary between frozen and editable areas to restore full repository access.
  • Provide a safe reset that resumes work across multiple directories after a constrained session.
  • No-op when no freeze boundary is currently set, avoiding errors and confusion.

Quick Start

Run the unfreeze action to remove the active freeze boundary and enable 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 to allow changes across all directories?

To remove an edit freeze and allow changes across all directories, run the unfreeze action. It performs a Bash-based reset by deleting the stored boundary state, immediately restoring full repository access.

What happens if I try to unfreeze edits when no boundary is set?

If you try to unfreeze edits when no boundary is set, the action gracefully reports that no boundary existed. It performs a safe no-op reset, avoiding errors and confusion during your session.

When do I need to lift a session freeze for updating multiple files?

You need to lift a session freeze for updating multiple files when you want to widen edit scope without ending the session. This applies when resuming work after a constrained phase or modifying multiple directories.

Can I unlock edits in a Bash session without ending the current work?

Yes, you can unlock edits in a Bash session without ending current work. The unfreeze action clears the boundary between frozen and editable areas to restore full repository access while keeping your session active.

What is the best way to resume full edits after a constrained session phase?

The best way to resume full edits after a constrained session phase is to clear the freeze boundary. This safe reset resumes work across multiple directories, allowing edits to all directories again.