unfreeze

Delete the freeze state file and restore full repository write access.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/SakshamKandel/Salt-Route-Consulting- --skill unfreeze-sakshamkandel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/SakshamKandel/Salt-Route-Consulting-/tree/main/.agents/skills/unfreeze
Command: npx skills add https://github.com/SakshamKandel/Salt-Route-Consulting- --skill unfreeze-sakshamkandel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the edit restrictions set by /freeze, enabling edits across all directories again.

Core Features & Use Cases

  • Clear the freeze boundary quickly to restore full write access in a session.
  • Support post-freeze collaboration by ensuring all teammates can contribute without prompts.
  • Use in development workflows to recover productivity after an accidental or intentional freeze.

Quick Start

Invoke /unfreeze to remove the freeze boundary and allow edits everywhere.

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 and restore write access across all directories?

To remove edit restrictions, clear the freeze boundary by deleting the freeze state file. This restores full repository write access, enabling edits across all directories in your development session.

What is a freeze boundary in a shell workflow?

A freeze boundary is an edit restriction applied across all directories in a shell workflow. It blocks repository write access until the state file is explicitly removed, allowing you to resume unrestricted editing.

How do I resume full project access after freezing edits?

To resume full project access after freezing edits, invoke the unfreeze command. It verifies and deletes the freeze state file, immediately restoring unrestricted repository write access across all directories.

Can I reclaim repository write access for post-freeze collaboration?

Yes, you can reclaim repository write access for post-freeze collaboration by clearing the freeze boundary. This restores full write access, ensuring all teammates can contribute without encountering edit restriction prompts.

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

If there is no freeze state file when you try to unfreeze edits, the process verifies its absence and takes no deletion action. It informs you that the repository is already in an unrestricted editing state.