unfreeze

Clear the edit freeze boundary to allow edits across all directories.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/alexandervashurin/semaphore --skill unfreeze-alexandervashurin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/alexandervashurin/semaphore/tree/main/.claude/skills/unfreeze
Command: npx skills add https://github.com/alexandervashurin/semaphore --skill unfreeze-alexandervashurin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The freeze boundary that prevents edits across directories is cleared, enabling edits to resume across the workspace.

Core Features & Use Cases

  • Clear the edit freeze boundary to allow edits in all directories after a freeze-like restriction.
  • Provide a simple, stateful revert workflow that confirms edits are now allowed everywhere.
  • Use when multiple users need to resume collaborative editing after a temporary restriction.

Quick Start

Run the unfreeze command to clear the current session freeze 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 the edit freeze boundary in my workspace?

To remove the edit freeze boundary, you can run the unfreeze command to clear the current session freeze and allow edits everywhere. This action clears the restriction so you can resume editing across all directories.

When do I need to clear an edit freeze in a collaborative session?

You need to clear an edit freeze when multiple users need to resume collaborative editing after a temporary restriction. Clearing the boundary confirms that edits are now allowed everywhere across the workspace directories.

How does the state-file mechanism work for unfreezing a workspace?

The unfreeze mechanism relies on a state-file named freeze-dir.txt to clear the boundary. By removing or clearing this file, the workspace state reverts to allow edits in all directories.

Can I resume editing across all directories after a workspace freeze?

Yes, you can resume editing across all directories by unfreezing the workspace. This removes the edit boundary and provides a stateful revert workflow that confirms edits are now allowed everywhere.

Does unfreezing the workspace affect the active session?

Yes, unfreezing applies to active sessions where edits across all directories are needed. It clears the freeze boundary specifically to resume full access and collaborative editing within that active session.