unfreeze

Delete the freeze-marker file to enable edits across all directories.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/pcaokhai/gradion-response-report-api --skill unfreeze-pcaokhai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/pcaokhai/gradion-response-report-api/tree/main/.claude/skills/gstack/unfreeze
Command: npx skills add https://github.com/pcaokhai/gradion-response-report-api --skill unfreeze-pcaokhai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the freeze boundary set by /freeze, allowing edits to all directories.

Core Features & Use Cases

  • Remove edit restrictions to enable edits anywhere within the repository.
  • Use during ongoing sessions when you need to widen the scope without ending the session.
  • Works with common development workflows to resume collaborative changes quickly.

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 remove edit restrictions in a Bash session without terminating it?

To remove edit restrictions in an interactive Bash session, you can run a command that deletes the freeze-marker file. This lifts the freeze boundary and enables edits across all directories without ending your current session.

What is a freeze boundary in state management and when do I need to clear it?

A freeze boundary in state management restricts edits to specific directories. You need to clear it when you want to widen the editable scope across a repository and resume collaborative changes during an ongoing development session.

How do I resume edits across all directories after applying a freeze?

To resume edits across all directories, run the unfreeze command in your interactive session. It detects the freeze-marker file, deletes it, and outputs a result so you can continue editing without restarting.

Does removing the edit freeze boundary preserve my existing session hooks?

Yes, removing the edit freeze boundary preserves your existing session hooks. The state check detects and deletes the freeze-marker file while keeping the original /freeze hooks intact and active.

Can I widen the editable scope in an interactive shell without ending the current process?

Yes, you can widen the editable scope in an interactive shell without ending the process. The mechanism removes the edit freeze boundary dynamically, allowing you to resume repository changes immediately.

What happens if I try to unfreeze edits when no freeze-marker file exists?

If no freeze-marker file exists, the Bash-based state check will not find a boundary to delete. It will simply output a clear user message indicating the current state without disrupting your interactive session.