unfreeze

Clear the edit freeze boundary to allow edits across all directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the freeze boundary set by /freeze, allowing edits to all directories during a session.

Core Features & Use Cases

  • Restore edit access across all directories to continue work without restarting the session.
  • Safe handling with a fallback when no freeze boundary is set.

Quick Start

Run the unfreeze command to clear the freeze boundary and re-enable edits across the workspace.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I unfreeze edits in a bash session without restarting?

To unfreeze edits in a bash session, run the unfreeze command to clear the freeze boundary from a local file. This restores edit access across all directories, allowing you to continue project work without restarting the interactive session.

What does clearing an edit freeze boundary do in interactive state management?

Clearing an edit freeze boundary removes the session state restrictions that block directory modifications. It allows the system to widen the edit scope across the entire workspace, re-enabling full project operations without ending the current session.

Can I widen the edit scope of a frozen directory without ending my current session?

Yes, you can widen the edit scope without ending your session by applying the unfreeze command. It uses Bash to read and remove the freeze state from a local file, immediately restoring edit access across all directories.

What happens if I run an unfreeze command when no freeze boundary is set?

If no freeze boundary is set, running the unfreeze command triggers a safe fallback. The Bash script handles the missing freeze state gracefully, ensuring the workspace remains fully editable without causing session errors.

How to resume full project work after applying a directory edit freeze?

To resume full project work after a directory edit freeze, execute the unfreeze command. It clears the local state-management file restricting edits, allowing you to bypass the boundary and modify all directories immediately.