unfreeze

Remove the edit freeze boundary to enable edits across all directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear edit boundaries that restrict changes during a session, enabling you to resume work after a /freeze.

Core Features & Use Cases

  • Unfreezes the workspace to allow edits across all directories in the current session.
  • Removes the freeze boundary by updating the session state, restoring write access across the project.
  • Use Case: when you need to widen the scope of edits without restarting the session.

Quick Start

Run the unfreeze command to remove the 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 unfreeze a session to allow edits across all directories?

To unfreeze a session, run the unfreeze command to remove the edit boundary. This updates the session state file and restores write access across all project directories.

Why are edits restricted in my current bash workspace?

Edits are restricted because a freeze boundary was applied to the current session. This limitation is managed by a session state file that controls runtime permissions.

Can I widen the scope of edits without restarting the session?

Yes, you can widen the edit scope without restarting by running the unfreeze command. It clears the freeze boundary and enables changes throughout the project immediately.

How does session state management handle edit restrictions?

Session state management handles edit restrictions by relying on a state file to track boundaries. Removing this file updates runtime permissions and restores full write access.

What is the best way to clear a freeze boundary after applying a freeze?

The best way to clear a freeze boundary is to run the unfreeze command. It removes the session state file that enforces the restriction, enabling edits across all directories.

Does unfreezing a workspace affect all directories in the project?

Yes, unfreezing the workspace affects all directories by removing the edit boundary. It updates the runtime permissions to allow changes throughout the entire project.