unfreeze

Clear the edit boundary set by /freeze to enable edits across all directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mmunro3318/3d-render-pipeline --skill unfreeze-mmunro3318
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/mmunro3318/3d-render-pipeline/tree/main/.claude/skills/gstack/unfreeze
Command: npx skills add https://github.com/mmunro3318/3d-render-pipeline --skill unfreeze-mmunro3318

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clears the edit restriction set by /freeze, enabling edits across all directories during an active session.

Core Features & Use Cases

  • Removes the edit restriction set by /freeze, allowing edits anywhere in the workspace.
  • Supports commands like unfreeze, unlock edits, or remove freeze to widen the scope of changes.

Quick Start

Run unfreeze to clear the freeze boundary and allow edits everywhere in the workspace.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I unlock edits and remove the freeze boundary in my shell session?

Clearing the freeze boundary removes the edit restriction set by the freeze command, allowing you to modify files across all directories in your workspace. It is needed when you want to widen the editing scope after previously locking down changes.

How do I enable edits across all directories after freezing my workspace?

You can enable edits across all directories by running the unfreeze command in your local Bash environment. This action reads and updates state files to clear the freeze boundary, restoring full editing scope across the workspace.

Does the unfreeze command require any dependencies to clear the edit boundary?

Yes, you can use commands like unlock edits or remove freeze to widen the scope of changes. These alternatives trigger the same mechanism, clearing the freeze boundary to enable edits across all directories in your active session.

Why are my edits still blocked after trying to unfreeze the session?

If edits remain blocked, the freeze boundary state files may not have updated correctly. The unfreeze command relies on writing state files in the local Bash environment, so ensuring proper file permissions and session state is necessary to successfully unlock edits.