unfreeze

Remove the freeze boundary to allow edits across the workspace.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clears the edit boundary set by /freeze, allowing edits to all directories in the workspace.

Core Features & Use Cases

  • Removes the freeze boundary to restore full editing access across the project after a session freeze.
  • Works within a Bash-based workflow and provides a clear user confirmation when the boundary is removed or was not set.
  • Supports re-freezing by re-running /freeze to re-establish a restricted editing scope.

Quick Start

Clear the freeze boundary to allow edits everywhere.

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 in my workspace after freezing a session?▼

To remove edit restrictions, you clear the freeze boundary using a Bash-based state check that removes the freeze marker and restores full editing access across all directories in the workspace.

What happens if I unfreeze the workspace when no edit boundary is set?▼

If no edit boundary is set, unfreezing the workspace reports that the boundary was not set. It safely checks the state file and confirms the outcome without causing errors.

Can I reapply session edit limits after removing the freeze boundary?▼

Yes, you can reapply session edit limits by re-running the freeze command, which re-establishes a restricted editing scope and restores the edit boundary across your project directories.

Does removing the freeze boundary require any specific dependencies?▼

Removing the freeze boundary requires no external dependencies. It operates within a Bash-based workflow to check the state file and remove the freeze marker directly.

Why are my edits blocked across the entire project workspace?▼

Your edits are blocked because a session freeze boundary was previously applied. You must clear this boundary using a Bash state check to remove the marker and regain full directory access.