unfreeze

Remove the freeze boundary to restore edit access across all directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Removes the freeze boundary across the repository to restore full write access during a session.
  • Gracefully reports if no boundary is set and preserves the ability to re-freeze with /freeze.
  • Works with a simple state-file check to ensure safe, reversible boundary management.

Quick Start

Execute the unfreeze command to lift edit restrictions and resume full repository edits.

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 from my repository after freezing it?

Unfreezing edit boundaries across a repository restores full write access by safely removing the boundary state file set by the freeze command. It allows edits across all directories during the current session without terminating anything.

How do I restore write access to all directories in my current session?

Restoring write access to all directories involves executing the unfreeze command to safely remove the boundary state file. This instantly lifts the edit restriction and allows you to resume full repository edits.

What happens if I run the unfreeze command when no edit boundary is set?

Running the unfreeze command without an existing boundary gracefully reports that no restriction is set. It performs a safe state-file check and preserves the ability to restrict edits again by running the freeze command.

Can I re-freeze repository edits after unfreezing the boundary?

Re-freezing repository edits after unfreezing the boundary is fully supported. The unfreeze command safely removes the boundary state file while preserving the ability to re-freeze by running the freeze command again whenever needed.

Does unfreezing edits terminate my current repository session?

Unfreezing edits does not terminate your current repository session. It applies in scenarios where you want to widen the scope of edits across all directories while keeping the session active and safely managing the boundary state.