unfreeze

Remove the freeze boundary to allow edits across all directories.

4|2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/florianhorner/mammamiradio --skill unfreeze-florianhorner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/florianhorner/mammamiradio/tree/main/.claude/skills/gstack/unfreeze
Command: npx skills add https://github.com/florianhorner/mammamiradio --skill unfreeze-florianhorner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the 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", or "remove freeze", or "allow all edits". (gstack)

Core Features & Use Cases

  • Removes the freeze boundary to enable edits across the full workspace.
  • Useful when recovering from a frozen session or performing broad refactors.
  • Use Case: a developer needs to modify files in multiple directories after a freeze to fix a critical bug.

Quick Start

To lift the freeze boundary and resume unrestricted edits, issue the unfreeze command in your CLAUDE-enabled shell.

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 in a CLAUDE-powered workspace?

To remove an edit freeze in a CLAUDE-powered workspace, you lift the boundary set by a freeze command, allowing edits across all directories again without ending the session.

How do I unlock edits across all directories after restricting changes?

You unlock edits across all directories by clearing the state file managing the freeze boundary. This action restores unrestricted write operations to the full workspace for broad refactors.

When do I need to unfreeze my development workspace?

You need to unfreeze your development workspace when resuming broad refactors or troubleshooting. It is useful when a developer must modify files in multiple directories to fix a critical bug.

Does the unfreeze command require any dependencies or components?

The unfreeze command requires no external dependencies or components. It is a simple Bash-based tool that relies on read/write operations and state-file management to lift the restriction.

What is the best way to widen edit scope without ending a session?

The best way to widen edit scope without ending a session is to remove the freeze boundary, clearing restrictions to enable edits across the full workspace while maintaining your current state.