unfreeze

Remove the /freeze edit boundary file to re-enable writes across all directories in the current session.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/anishs1207/agentic-cli --skill unfreeze-anishs1207
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/anishs1207/agentic-cli/tree/main/.agents/skills/gstack-unfreeze
Command: npx skills add https://github.com/anishs1207/agentic-cli --skill unfreeze-anishs1207

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the edit boundary set by /freeze, allowing edits to all directories within the current session.

Core Features & Use Cases

  • Clear the freeze boundary to re-enable edits across all directories in the active session.
  • Responds to prompts like unfreeze, unlock edits, remove freeze, or allow all edits.
  • Lightweight, non-destructive action that restores full editing scope without ending the session.

Quick Start

Run the unfreeze command to remove the edit boundary and enable edits across all directories in the current session.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I remove edit boundaries to allow modifications across all directories?

To unlock edits restricted by a session freeze, run the unfreeze command. It locates and removes the boundary file from the state directory, re-enabling modifications across all directories within the current active session.

What does unfreezing edits mean for my active session?

Unfreezing edits clears the scope restrictions previously imposed by the freeze command. It widens your modification scope for tasks like refactoring or updating multiple files, while keeping your current session fully active.

How do I unlock edits for refactoring multiple files in a session?

To unlock edits for refactoring multiple files, issue the unfreeze command in your active session. This non-destructive action removes the edit boundary file, enabling you to apply modifications across all directories.

Does removing a freeze boundary end my current editing session?

No, removing a freeze boundary does not end your current editing session. The unfreeze command is a lightweight, non-destructive action that simply restores full editing scope by deleting the boundary file.

What happens if there is no freeze boundary when I try to unfreeze edits?

If there is no freeze boundary when you try to unfreeze edits, the command checks the state directory for the boundary file and reports the result to the user. It safely takes no destructive action if the boundary is already absent.

When should I not use the unfreeze command?

You should not use the unfreeze command if you still need to restrict modifications to a specific directory scope. Removing the boundary re-enables edits across all directories, which may compromise safety controls during sensitive operations.