unfreeze

Clear the freeze marker to restore unrestricted editing across all directories.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/zaeem-rafiq/tatheer-swift-sdk --skill unfreeze-zaeem-rafiq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/zaeem-rafiq/tatheer-swift-sdk/tree/main/.claude/skills/gstack/unfreeze
Command: npx skills add https://github.com/zaeem-rafiq/tatheer-swift-sdk --skill unfreeze-zaeem-rafiq

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 freeze boundary to restore unrestricted editing across the workspace.
  • Support for checking and removing the freeze marker in the state file.
  • Works within a session to widen edits without restarting the environment.

Quick Start

Run the unfreeze command to remove the freeze boundary and enable edits across all directories immediately.

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 and unlock all directories in my session?

To remove an edit freeze, run the unfreeze command to clear the freeze marker from the state file, which restores unrestricted editing across all directories immediately without restarting your session.

What is the freeze boundary mechanism in session management?

The freeze boundary is an edit restriction marker stored in a plugin data directory. It limits editing scope during a session, and clearing it through a Bash workflow restores full access to all directories.

How do I widen my edit scope during a bash session without restarting?

You can widen your edit scope during a bash session by running the unfreeze command. This clears the freeze marker in the state file, allowing edits to all directories without ending or restarting the environment.

When should I use an unfreeze command to restore workspace edits?

Use the unfreeze command when you need to remove an active edit freeze, unlock edits, or allow all edits across your workspace after a restriction was previously applied to your session.