unfreeze

Remove the edit freeze marker to resume edits across all directories.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/him55710-sudo/uni-foli --skill unfreeze-him55710-sudo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/him55710-sudo/uni-foli/tree/main/.agents/skills/gstack-unfreeze
Command: npx skills add https://github.com/him55710-sudo/uni-foli --skill unfreeze-him55710-sudo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the edit freeze boundary to allow edits across all directories within the workspace, enabling uninterrupted workflow after a session freeze.

Core Features & Use Cases

  • Clear the boundary set by /freeze to resume edits across the repository.
  • Safely update session state by removing the freeze marker and informing the user.

Quick Start

Invoke unfreeze to remove the freeze boundary and resume 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 an edit freeze in a Bash shell workspace?

To remove an edit freeze in a Bash shell workspace, invoke the unfreeze command. This deletes the freeze marker file, safely updates the session state, and resumes edits across all directories.

What is an edit freeze boundary and when do I need to clear it?

An edit freeze boundary restricts modifications to a specific scope within the repository. You need to clear it when you want to widen the scope of modifications and resume editing across all directories after a session freeze.

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

You safely resume edits across all directories by invoking the unfreeze operation. It safely updates the session state by removing the freeze marker file, allowing uninterrupted workflow across the workspace.

How does clearing a session freeze update the workspace state?

Clearing a session freeze updates the workspace state by deleting the freeze marker file. This action safely removes the boundary, enabling edits across all directories and informing the user that the session is unfrozen.

Can I use a Bash workflow to widen the scope of repository modifications after freezing?

Yes, you can use a Bash-based workflow to widen the scope of repository modifications. By clearing the edit freeze boundary, you enable modifications across all directories within the workspace.