unfreeze

Remove a freeze marker file to restore editing permissions across directories.

1|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/rkumar261/studio-cast --skill unfreeze-rkumar261
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/rkumar261/studio-cast/tree/main/.claude/skills/gstack/unfreeze
Command: npx skills add https://github.com/rkumar261/studio-cast --skill unfreeze-rkumar261

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

  • Remove the freeze boundary to resume editing across the repository.
  • Works during ongoing sessions to temporarily limit or expand permissions without restarting.

Quick Start

Clear the freeze boundary by removing the marker file to re-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 remove edit restrictions in a bash session after freezing files?

To remove edit restrictions in a bash session, you delete the freeze marker file. This restores full editing permissions across all directories without needing to restart your development session.

How do I restore full editing permissions in a development repository?

Restoring full editing permissions is done by removing the freeze boundary marker file. The shell routine checks for the marker, deletes it if present, and informs you that full modify rights are resumed.

Can I unlock edits during an ongoing session without restarting?

Yes, you can unlock edits during an ongoing session without restarting. Removing the freeze marker file immediately widens your edit scope and restores full modify rights across the repository.

What is a freeze marker file and how does it restrict repository interactions?

A freeze marker file is a temporary file used to restrict repository edits during development sessions. It enforces a freeze boundary that limits modify rights until the marker is deleted to restore full access.

Why are my filesystem edits still restricted after removing the freeze?

If filesystem edits remain restricted, the freeze marker file may not have been deleted properly. The shell routine checks for this marker and removes it to successfully clear the edit boundary and restore modify rights.